dev-libs/ltxml: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 13 Feb 2019 11:04:04 +0000 (14:04 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 13 Feb 2019 11:05:57 +0000 (14:05 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-libs/ltxml/Manifest
dev-libs/ltxml/ltxml-1.2.5.ebuild [deleted file]

index 2052dcd4800f600e6f1e29a7a59ba537a6396028..fc89fefe5a0e5250fbaab5fc3fdbcbff78a930e2 100644 (file)
@@ -1,2 +1 @@
-DIST ltxml-1.2.5.tar.gz 1081135 BLAKE2B 8029284317aca2655f66d5724e8662f0defab9f947b562b33be71cc61a75186fd9c51729619fb1a576e205b5d36d83f6040684fa92ffb3af36a60d90a36d9a26 SHA512 b8cb5a17a35748b3c3df25ea01b97d41443f34ae3e086fa8b13e46b10edb653ad66a236ec88350b85a1879135e899e097f067628afc4db294d04314d1fd85fcb
 DIST ltxml-1.2.9.tar.gz 304050 BLAKE2B 607fdcdfd056784862d06a7c6d3ea980695cff429f843235a0f5d8ce981996e1e3028cf5d7cf6329f208fabd7021ad15bd3e70efec8500d529d802e30994b18f SHA512 1c0b965b7ed330069a23259bc937546a6a0eb639206a844b6c4d524acfaeb1ec6978467fa8e63c8430ca222cec04386368e7ce625ac829ea5be445e880b86ac9
diff --git a/dev-libs/ltxml/ltxml-1.2.5.ebuild b/dev-libs/ltxml/ltxml-1.2.5.ebuild
deleted file mode 100644 (file)
index 33e03e7..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-S="${WORKDIR}/${P}/XML"
-DESCRIPTION="Integrated set of XML tools and a developers tool-kit with C API"
-HOMEPAGE="http://www.ltg.ed.ac.uk/software/xml/"
-SRC_URI=ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/${P}.tar.gz
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ia64 ppc x86"
-IUSE=""
-DEPEND="dev-lang/perl"
-PV_MAJ="${PV:0:1}${PV:2:1}"
-
-src_compile() {
-       econf || die "configure failed"
-       emake all || die "make failed"
-}
-
-src_install() {
-       einstall \
-               datadir=${D}/usr/lib/${PN}${PV_MAJ} \
-               MANDIR=${D}/usr/share/man \
-               || die "make install failed"
-}