summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-18 08:19:11 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-18 08:19:11 +0000
commit4ac919972d4125542af223e36b231a8a7438491c (patch)
treedd0411e8e8544116c8be8bd3adbaa03eb7ac0113
parentyelp-tools needed at build time (#514320) (diff)
downloadgentoo-2-4ac919972d4125542af223e36b231a8a7438491c.tar.gz
gentoo-2-4ac919972d4125542af223e36b231a8a7438491c.tar.bz2
gentoo-2-4ac919972d4125542af223e36b231a8a7438491c.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--dev-libs/ltxml/ChangeLog7
-rw-r--r--dev-libs/ltxml/ltxml-1.2.6.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-libs/ltxml/ChangeLog b/dev-libs/ltxml/ChangeLog
index 77dc6d7a8b4c..c46195bfa5a8 100644
--- a/dev-libs/ltxml/ChangeLog
+++ b/dev-libs/ltxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/ltxml
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ltxml/ChangeLog,v 1.16 2012/11/05 13:01:17 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ltxml/ChangeLog,v 1.17 2015/04/18 08:19:11 mr_bones_ Exp $
+
+ 18 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> -ltxml-1.2.6.ebuild:
+ old
05 Nov 2012; Michael Palimaka <kensington@gentoo.org> ltxml-1.2.9.ebuild:
Respect AR, wrt bug #441660.
diff --git a/dev-libs/ltxml/ltxml-1.2.6.ebuild b/dev-libs/ltxml/ltxml-1.2.6.ebuild
deleted file mode 100644
index 51c6de39cb87..000000000000
--- a/dev-libs/ltxml/ltxml-1.2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ltxml/ltxml-1.2.6.ebuild,v 1.5 2008/01/02 10:56:32 armin76 Exp $
-
-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"
-}