summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-03-18 00:25:04 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-03-18 00:25:04 +0000
commit9200a4dc6304694301898fb2708d97b99a0d541a (patch)
tree93293cf6769d2ad6466967baa1adfea226a7c58a /dev-libs
parentVersion bump for security #85627. (diff)
downloadgentoo-2-9200a4dc6304694301898fb2708d97b99a0d541a.tar.gz
gentoo-2-9200a4dc6304694301898fb2708d97b99a0d541a.tar.bz2
gentoo-2-9200a4dc6304694301898fb2708d97b99a0d541a.zip
Removing old ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.1.81
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.1.8-r11
-rw-r--r--dev-libs/libxslt/libxslt-1.1.8-r1.ebuild34
-rw-r--r--dev-libs/libxslt/libxslt-1.1.8.ebuild27
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.8 b/dev-libs/libxslt/files/digest-libxslt-1.1.8
deleted file mode 100644
index a846854267a8..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1ccf127b5a62c5fe475aab36004e913e libxslt-1.1.8.tar.bz2 1750533
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.8-r1 b/dev-libs/libxslt/files/digest-libxslt-1.1.8-r1
deleted file mode 100644
index a846854267a8..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.1.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1ccf127b5a62c5fe475aab36004e913e libxslt-1.1.8.tar.bz2 1750533
diff --git a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
deleted file mode 100644
index 74c69988fa56..000000000000
--- a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild,v 1.8 2005/03/09 03:44:13 obz Exp $
-
-inherit libtool gnome.org eutils python
-
-DESCRIPTION="XSLT libraries and tools"
-HOMEPAGE="http://www.xmlsoft.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ~ppc64 s390 ~sparc ~x86"
-IUSE="python"
-
-DEPEND=">=dev-libs/libxml2-2.6.8
- python? ( dev-lang/python )"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/libxslt.m4-${P}.patch
-}
-
-src_compile() {
- elibtoolize
- econf $(use_with python) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install
- dodoc AUTHORS ChangeLog README NEWS TODO
-}
diff --git a/dev-libs/libxslt/libxslt-1.1.8.ebuild b/dev-libs/libxslt/libxslt-1.1.8.ebuild
deleted file mode 100644
index 0e425d6f6f48..000000000000
--- a/dev-libs/libxslt/libxslt-1.1.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8.ebuild,v 1.7 2005/03/09 03:44:13 obz Exp $
-
-inherit libtool gnome.org python
-
-DESCRIPTION="XSLT libraries and tools"
-HOMEPAGE="http://www.xmlsoft.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86"
-IUSE="python"
-
-DEPEND=">=dev-libs/libxml2-2.6.8
- python? ( dev-lang/python )"
-
-src_compile() {
- elibtoolize
- econf $(use_with python) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install
- dodoc AUTHORS ChangeLog README NEWS TODO
-}