diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-25 11:42:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-25 11:43:29 +0100 |
commit | d24def7c28c7620ead8991e97d327a714cbfda10 (patch) | |
tree | 3a6914cd9e778a1375cebf09a02147a054c41b60 /app-officeext | |
parent | app-text/libmwaw: Drop 0.3.20 (diff) | |
download | gentoo-d24def7c28c7620ead8991e97d327a714cbfda10.tar.gz gentoo-d24def7c28c7620ead8991e97d327a714cbfda10.tar.bz2 gentoo-d24def7c28c7620ead8991e97d327a714cbfda10.zip |
app-officeext/texmaths: Drop 0.48
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/texmaths/Manifest | 1 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.48.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest index b5885cf3fd1a..7ea3e68485e2 100644 --- a/app-officeext/texmaths/Manifest +++ b/app-officeext/texmaths/Manifest @@ -1,2 +1 @@ DIST TexMaths-0.48.2.oxt 1163062 BLAKE2B 5afcecfd436ff0c6eae7d6ba3cbd2e2b56b0d7b08220279eabda5264c995d9ab43252166a227103c7bd3f40acfa36d9258d158d774bc2dde7d5e7cdcd26918d6 SHA512 1bdaa018c4b5702a9fb5e8e0cac6e4bf177ab179c033ea232b4ef9524b69ef28f6a1bd6ecc2a4e5e0c941cc8b620d883cbb82b70b5dc441478e51e186fd3e783 -DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b diff --git a/app-officeext/texmaths/texmaths-0.48.ebuild b/app-officeext/texmaths/texmaths-0.48.ebuild deleted file mode 100644 index 603f54ad0a71..000000000000 --- a/app-officeext/texmaths/texmaths-0.48.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="TexMaths-${PV}" - -OFFICE_EXTENSIONS=( - "${MY_P}.oxt" -) - -inherit office-ext-r1 - -DESCRIPTION="LaTeX Equation Editor for LibreOffice" -HOMEPAGE="http://roland65.free.fr/texmaths/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - app-text/dvisvgm - virtual/tex-base -" |