summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 11:25:19 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 12:05:18 +0100
commit236b49d696ba49c1684a9fa1fd235390270a1d5c (patch)
tree797de36c85c1891b67932fef309ead5b2b4ef37e
parentapp-shells/mksh: Drop old (diff)
downloadgentoo-236b49d696ba49c1684a9fa1fd235390270a1d5c.tar.gz
gentoo-236b49d696ba49c1684a9fa1fd235390270a1d5c.tar.bz2
gentoo-236b49d696ba49c1684a9fa1fd235390270a1d5c.zip
app-text/itex2mml: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--app-text/itex2mml/Manifest1
-rw-r--r--app-text/itex2mml/itex2mml-1.5.5.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-text/itex2mml/Manifest b/app-text/itex2mml/Manifest
index 0e75e591b9b4..b3afe26bca2a 100644
--- a/app-text/itex2mml/Manifest
+++ b/app-text/itex2mml/Manifest
@@ -1,2 +1 @@
-DIST itexToMML-1.5.5.tar.gz 155205 BLAKE2B 46edba14bc30ee06109433f3aff1d2449a0f9ff31d3c1c8a2541e0b6ec7d6f426cd230bcd3957eea758517972515a13daf21ba229ea382966a36dccf2612784a SHA512 452436fe6f72d2c99c2bf3aec0d5d74d0bd754b6f54948428e45f50b037927a64ae3148386c387d3065d35392c3744ec6467d3e6fb8c25d46a3872d92d35ce2d
DIST itexToMML-1.5.6.tar.gz 155394 BLAKE2B be83c2de3a7ffd0a60fa45c38bb7fb224afbbfe3e715d09813137886ab0274fad4670a6156066e2f4f15ea1e3ff63f9f5cb4a30fc64256801af45455ea3d498b SHA512 2f4ebcaccbef71ba1728909bdc60abf06606cfe267481835315fb1ecaa365641e45dfad370cffb758153379e721bde48e71ff660b0cba511f8d8db8a4aec0171
diff --git a/app-text/itex2mml/itex2mml-1.5.5.ebuild b/app-text/itex2mml/itex2mml-1.5.5.ebuild
deleted file mode 100644
index 205585e9b93a..000000000000
--- a/app-text/itex2mml/itex2mml-1.5.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A LaTeX into XHTML/MathML converter"
-HOMEPAGE="https://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
-SRC_URI="https://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz"
-LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/itexToMML/itex-src"
-
-src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin itex2MML
- dodoc ../README
-}