summaryrefslogtreecommitdiff
path: root/dev-libs/ltxml/ltxml-1.2.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /dev-libs/ltxml/ltxml-1.2.9.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'dev-libs/ltxml/ltxml-1.2.9.ebuild')
-rw-r--r--dev-libs/ltxml/ltxml-1.2.9.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/ltxml/ltxml-1.2.9.ebuild b/dev-libs/ltxml/ltxml-1.2.9.ebuild
deleted file mode 100644
index c1063f3255cf..000000000000
--- a/dev-libs/ltxml/ltxml-1.2.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib toolchain-funcs
-
-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="amd64 ia64 ppc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-PV_MAJ="${PV:0:1}${PV:2:1}"
-
-S=${WORKDIR}/${P}/XML
-
-pkg_setup() {
- tc-export AR
-}
-
-src_prepare() {
- sed -e '/CFLAGS=/s:-g::' \
- -e '/CFLAGS=/s:-O2::' \
- -i configure || die
- sed -e 's/ar rv/$(AR) rv/' -i src/Makefile.sub.in || die
-}
-
-src_compile() {
- emake all
-}
-
-src_install() {
- emake -j1 install \
- datadir="${D}"/usr/$(get_libdir)/${PN}${PV_MAJ} \
- libdir="${D}"/usr/$(get_libdir) \
- prefix="${D}"/usr
-}