summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-05-05 11:31:55 +0000
committerMarinus Schraal <foser@gentoo.org>2003-05-05 11:31:55 +0000
commit284948cedaa8c2b51ade7e00ecf938a2da10b898 (patch)
tree43e69b17e459c748c7bbc0ccb1af99b6cd39799c /dev-libs
parentversion bump (diff)
downloadgentoo-2-284948cedaa8c2b51ade7e00ecf938a2da10b898.tar.gz
gentoo-2-284948cedaa8c2b51ade7e00ecf938a2da10b898.tar.bz2
gentoo-2-284948cedaa8c2b51ade7e00ecf938a2da10b898.zip
new version 'n cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libxslt/ChangeLog7
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.0.241
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.0.281
-rw-r--r--dev-libs/libxslt/files/digest-libxslt-1.0.301
-rw-r--r--dev-libs/libxslt/libxslt-1.0.28.ebuild45
-rw-r--r--dev-libs/libxslt/libxslt-1.0.30.ebuild (renamed from dev-libs/libxslt/libxslt-1.0.24.ebuild)8
6 files changed, 10 insertions, 53 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog
index 797a6e2e22c3..6dbe8bac8d94 100644
--- a/dev-libs/libxslt/ChangeLog
+++ b/dev-libs/libxslt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libxslt
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.29 2003/04/09 03:09:19 todd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.30 2003/05/05 11:31:54 foser Exp $
+
+*libxslt-1.0.30 (05 May 2003)
+
+ 05 May 2003; foser <foser@gentoo.org> libxslt-1.0.30.ebuild :
+ New version
*libxslt-1.0.29 (01 Apr 2003)
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.24 b/dev-libs/libxslt/files/digest-libxslt-1.0.24
deleted file mode 100644
index 01d9af55b136..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.0.24
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a19d8cc0548b32f6cd007996364b3e53 libxslt-1.0.24.tar.bz2 1552153
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.28 b/dev-libs/libxslt/files/digest-libxslt-1.0.28
deleted file mode 100644
index 084ea7fbfc94..000000000000
--- a/dev-libs/libxslt/files/digest-libxslt-1.0.28
+++ /dev/null
@@ -1 +0,0 @@
-MD5 90006069a3d1504c63b1c0dbb0d0b756 libxslt-1.0.28.tar.bz2 1568614
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.0.30 b/dev-libs/libxslt/files/digest-libxslt-1.0.30
new file mode 100644
index 000000000000..2c47b68c5c58
--- /dev/null
+++ b/dev-libs/libxslt/files/digest-libxslt-1.0.30
@@ -0,0 +1 @@
+MD5 fb573ca4cd26303cd98d5396b0bb889e libxslt-1.0.30.tar.bz2 1583969
diff --git a/dev-libs/libxslt/libxslt-1.0.28.ebuild b/dev-libs/libxslt/libxslt-1.0.28.ebuild
deleted file mode 100644
index 6815ba6a43f1..000000000000
--- a/dev-libs/libxslt/libxslt-1.0.28.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.28.ebuild,v 1.1 2003/03/27 18:47:08 drobbins Exp $
-
-inherit libtool gnome.org
-
-IUSE="python"
-S=${WORKDIR}/${P}
-DESCRIPTION="XSLT libraries and tools"
-HOMEPAGE="http://www.gnome.org/"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~x86"
-
-RDEPEND=">=dev-libs/libxml2-2.5.5 python? ( dev-lang/python )"
-
-DEPEND="${RDEPEND} dev-lang/perl"
-
-src_compile() {
- # Fix .la files of python site packages
- elibtoolize
-
- local myconf
-
- use python && myconf="--with-python" || myconf="--without-python"
-
- econf ${myconf} || die
-
- #libxslt-1.0.19 didn't like parallel make; test a good deal before re-enabling
- #(drobbins, 24 Jul 2002)
- make || 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.0.24.ebuild b/dev-libs/libxslt/libxslt-1.0.30.ebuild
index 9ed689f48758..e2d944a31baa 100644
--- a/dev-libs/libxslt/libxslt-1.0.24.ebuild
+++ b/dev-libs/libxslt/libxslt-1.0.30.ebuild
@@ -1,25 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.24.ebuild,v 1.4 2003/03/11 21:11:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.30.ebuild,v 1.1 2003/05/05 11:31:55 foser Exp $
inherit libtool gnome.org
IUSE="python"
-S=${WORKDIR}/${P}
DESCRIPTION="XSLT libraries and tools"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~x86 ~sparc ~ppc alpha"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa"
-RDEPEND=">=dev-libs/libxml2-2.4.25
+RDEPEND=">=dev-libs/libxml2-2.5.6
python? ( dev-lang/python )"
DEPEND="${RDEPEND}
dev-lang/perl"
src_compile() {
- # Fix .la files of python site packages
elibtoolize
local myconf