summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 11:38:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:28:33 +0100
commitafc6b80949400f14f5e84cb60075f51136636ae6 (patch)
treeb4176194a1feccd582b8be91b7ede04b2d9100fe /app-officeext/texmaths/texmaths-0.41.ebuild
parentapp-office/skrooge: Drop 2.14.0 (diff)
downloadgentoo-afc6b80949400f14f5e84cb60075f51136636ae6.tar.gz
gentoo-afc6b80949400f14f5e84cb60075f51136636ae6.tar.bz2
gentoo-afc6b80949400f14f5e84cb60075f51136636ae6.zip
app-officeext/texmaths: Drop old
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext/texmaths/texmaths-0.41.ebuild')
-rw-r--r--app-officeext/texmaths/texmaths-0.41.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-officeext/texmaths/texmaths-0.41.ebuild b/app-officeext/texmaths/texmaths-0.41.ebuild
deleted file mode 100644
index 7d7df99dc5ff..000000000000
--- a/app-officeext/texmaths/texmaths-0.41.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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=""
-
-DEPEND=""
-RDEPEND="
- app-text/dvisvgm
- virtual/tex-base
-"