summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-11-05 03:09:30 +0000
committerMike Gardiner <obz@gentoo.org>2004-11-05 03:09:30 +0000
commit5f3fa7a9d8111682bef5afb5848ca0c3109f78a5 (patch)
tree79b1454ffc78be709e0f40ce15109c6285bd8002 /dev-libs
parentarm/hppa/ia64/s390/x86 stable for security #68404 (Manifest recommit) (diff)
downloadgentoo-2-5f3fa7a9d8111682bef5afb5848ca0c3109f78a5.tar.gz
gentoo-2-5f3fa7a9d8111682bef5afb5848ca0c3109f78a5.tar.bz2
gentoo-2-5f3fa7a9d8111682bef5afb5848ca0c3109f78a5.zip
Removed conditional inheritance, see QA on bug #68913, and cleaned out oldest versions
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxslt/ChangeLog9
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.0.331
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.1.31
-rw-r--r--dev-libs/libxslt/libxslt-1.0.33.ebuild36
-rw-r--r--dev-libs/libxslt/libxslt-1.1.3.ebuild41
-rw-r--r--dev-libs/libxslt/libxslt-1.1.4.ebuild5
-rw-r--r--dev-libs/libxslt/libxslt-1.1.6.ebuild5
-rw-r--r--dev-libs/libxslt/libxslt-1.1.8-r1.ebuild5
-rw-r--r--dev-libs/libxslt/libxslt-1.1.8.ebuild5
-rw-r--r--dev-libs/libxslt/libxslt-1.1.9-r1.ebuild5
-rw-r--r--dev-libs/libxslt/libxslt-1.1.9.ebuild5
11 files changed, 20 insertions, 98 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog
index 16d5905e5ac8..04661e39b311 100644
--- a/dev-libs/libxslt/ChangeLog
+++ b/dev-libs/libxslt/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/libxslt
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.81 2004/09/19 08:07:21 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.82 2004/11/05 03:09:29 obz Exp $
+
+ 05 Nov 2004; Mike Gardiner <obz@gentoo.org> -libxslt-1.0.33.ebuild,
+ -libxslt-1.1.3.ebuild, libxslt-1.1.4.ebuild, libxslt-1.1.6.ebuild,
+ libxslt-1.1.8-r1.ebuild, libxslt-1.1.8.ebuild, libxslt-1.1.9-r1.ebuild,
+ libxslt-1.1.9.ebuild:
+ Removed conditional inheritance, see QA on bug #68913, and cleaned out
+ oldest versions
19 Sep 2004; Joshua Kinard <kumba@gentoo.org> libxslt-1.1.8-r1.ebuild:
Marked stable on mips.
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.33 b/dev-libs/libxslt/files/digest-libxslt-1.0.33
deleted file mode 100644
index bb9fde8021c2..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.0.33
+++ /dev/null
@@ -1 +0,0 @@
-MD5 699e52b3eb862224d5f5b84c03f08676 libxslt-1.0.33.tar.bz2 1610718
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.3 b/dev-libs/libxslt/files/digest-libxslt-1.1.3
deleted file mode 100644
index 4c001353e3d9..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1eb31a7c0933f438365ce6bf99e95234 libxslt-1.1.3.tar.bz2 1717022
diff --git a/dev-libs/libxslt/libxslt-1.0.33.ebuild b/dev-libs/libxslt/libxslt-1.0.33.ebuild
deleted file mode 100644
index 3a651e23745c..000000000000
--- a/dev-libs/libxslt/libxslt-1.0.33.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.33.ebuild,v 1.11 2004/06/24 23:26:11 agriffis Exp $
-
-inherit libtool gnome.org
-
-IUSE="python"
-DESCRIPTION="XSLT libraries and tools"
-HOMEPAGE="http://www.xmlsoft.org/"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="ia64 x86 ppc sparc alpha hppa amd64 mips"
-
-DEPEND=">=dev-libs/libxml2-2.5.6
- python? ( dev-lang/python )"
-
-src_compile() {
- elibtoolize
-
- econf `use_with python` || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} \
- DOCS_DIR=/usr/share/doc/${PF}/python \
- EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \
- BASE_DIR=/usr/share/doc \
- DOC_MODULE=${PF} \
- EXAMPLES_DIR=/usr/share/doc/${PF}/example \
- TARGET_DIR=/usr/share/doc/${PF}/html \
- install || die
-
- dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
-}
diff --git a/dev-libs/libxslt/libxslt-1.1.3.ebuild b/dev-libs/libxslt/libxslt-1.1.3.ebuild
deleted file mode 100644
index 97ce31c4e6c0..000000000000
--- a/dev-libs/libxslt/libxslt-1.1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.3.ebuild,v 1.10 2004/06/24 23:26:11 agriffis Exp $
-
-inherit libtool gnome.org
-use python && inherit python
-
-IUSE="python"
-DESCRIPTION="XSLT libraries and tools"
-HOMEPAGE="http://www.xmlsoft.org/"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="x86 ppc sparc alpha ~hppa amd64 ia64 s390"
-
-DEPEND=">=dev-libs/libxml2-2.6.5
- python? ( dev-lang/python )"
-
-src_compile() {
-
- elibtoolize
-
- econf $(use_with python) || die "configure failed"
-
- emake || die "make failed"
-
-}
-
-src_install() {
-
- make DESTDIR=${D} \
- DOCS_DIR=/usr/share/doc/${PF}/python \
- EXAMPLE_DIR=/usr/share/doc/${PF}/python/example \
- BASE_DIR=/usr/share/doc \
- DOC_MODULE=${PF} \
- EXAMPLES_DIR=/usr/share/doc/${PF}/example \
- TARGET_DIR=/usr/share/doc/${PF}/html \
- install || die "install failed"
-
- dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
-
-}
diff --git a/dev-libs/libxslt/libxslt-1.1.4.ebuild b/dev-libs/libxslt/libxslt-1.1.4.ebuild
index 8e9144fed9fc..1092b9f1fd2d 100644
--- a/dev-libs/libxslt/libxslt-1.1.4.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.4.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.4.ebuild,v 1.11 2004/07/04 19:15:33 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.4.ebuild,v 1.12 2004/11/05 03:09:29 obz Exp $
-inherit libtool gnome.org
-use python && inherit python
+inherit libtool gnome.org python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
diff --git a/dev-libs/libxslt/libxslt-1.1.6.ebuild b/dev-libs/libxslt/libxslt-1.1.6.ebuild
index e90309de3384..20aa4242a89a 100644
--- a/dev-libs/libxslt/libxslt-1.1.6.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.6.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.6.ebuild,v 1.5 2004/06/24 23:26:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.6.ebuild,v 1.6 2004/11/05 03:09:29 obz Exp $
-inherit libtool gnome.org
-use python && inherit python
+inherit libtool gnome.org inherit python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
diff --git a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
index 513f385d403e..d3a396da49be 100644
--- a/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 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.4 2004/09/19 08:07:21 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8-r1.ebuild,v 1.5 2004/11/05 03:09:29 obz Exp $
-inherit libtool gnome.org eutils
-use python && inherit python
+inherit libtool gnome.org eutils inherit python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
diff --git a/dev-libs/libxslt/libxslt-1.1.8.ebuild b/dev-libs/libxslt/libxslt-1.1.8.ebuild
index d45c25b68a62..be8ddf32a528 100644
--- a/dev-libs/libxslt/libxslt-1.1.8.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.8.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 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.4 2004/08/07 23:02:21 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.8.ebuild,v 1.5 2004/11/05 03:09:30 obz Exp $
-inherit libtool gnome.org
-use python && inherit python
+inherit libtool gnome.org python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
diff --git a/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild
index 98a27227f7f1..62d1705a1061 100644
--- a/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild,v 1.1 2004/09/12 17:26:39 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild,v 1.2 2004/11/05 03:09:30 obz Exp $
-inherit libtool gnome.org eutils
-use python && inherit python
+inherit libtool gnome.org eutils python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"
diff --git a/dev-libs/libxslt/libxslt-1.1.9.ebuild b/dev-libs/libxslt/libxslt-1.1.9.ebuild
index fe263d9569db..505032e12b93 100644
--- a/dev-libs/libxslt/libxslt-1.1.9.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.9.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.9.ebuild,v 1.1 2004/08/22 17:42:43 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.9.ebuild,v 1.2 2004/11/05 03:09:30 obz Exp $
-inherit libtool gnome.org eutils
-use python && inherit python
+inherit libtool gnome.org eutils python
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.xmlsoft.org/"