diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-09-12 17:26:39 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-09-12 17:26:39 +0000 |
commit | 6b1ffbcc85a04b4116e28d91b76e8f2a1e3ed587 (patch) | |
tree | 20dc82148810a807d666af0a6111ab7dc0c0d074 /dev-libs/libxslt | |
parent | add depend on >=dev-libs/popt-1.7 (diff) | |
download | historical-6b1ffbcc85a04b4116e28d91b76e8f2a1e3ed587.tar.gz historical-6b1ffbcc85a04b4116e28d91b76e8f2a1e3ed587.tar.bz2 historical-6b1ffbcc85a04b4116e28d91b76e8f2a1e3ed587.zip |
Fixed bug: 61097, adding support for crypt to libxslt, based on USE flags, rather than only-detection (QA-Warning-Flash). Please mark this stable, rather than 1.1.9 archs
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libxslt/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libxslt/files/digest-libxslt-1.1.9-r1 | 1 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.9-r1.ebuild | 45 |
4 files changed, 57 insertions, 2 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index cd2750b168fd..f60d2c50683c 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.79 2004/08/22 17:42:43 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.80 2004/09/12 17:26:39 obz Exp $ + +*libxslt-1.1.9-r1 (13 Sep 2004) + + 13 Sep 2004; Mike Gardiner <obz@gentoo.org> +libxslt-1.1.9-r1.ebuild: + Fixed bug: 61097, adding support for crypt to libxslt, based on USE flags, + rather than only-detection (QA-Warning-Flash). Please mark this stable, rather + than 1.1.9 archs *libxslt-1.1.9 (23 Aug 2004) diff --git a/dev-libs/libxslt/Manifest b/dev-libs/libxslt/Manifest index d57b7f391f97..709c04471284 100644 --- a/dev-libs/libxslt/Manifest +++ b/dev-libs/libxslt/Manifest @@ -1,13 +1,15 @@ MD5 bbe4e64c1a4c8a8f2a2ba70eb3ab9f6d libxslt-1.1.9.ebuild 930 MD5 677861f1992c387ad9c4511ecda409e9 libxslt-1.1.4.ebuild 968 MD5 68815aaab27ee507ef94a25e59d09f71 libxslt-1.1.6.ebuild 1021 +MD5 e5ff749e0cbe2a75b98c0b20a99a8392 libxslt-1.1.9-r1.ebuild 1004 MD5 a9e39803fce8598bbd5a96f845ed663b libxslt-1.0.33.ebuild 896 MD5 3ab22fa6163d94e4133814a5a1d1e227 libxslt-1.1.8.ebuild 724 MD5 fc2230cb8994e98ee4ad3c6592cdc6e4 libxslt-1.1.3.ebuild 980 MD5 db452ec2f1dbaf09f9cd8fbd8d8cd2f8 libxslt-1.1.8-r1.ebuild 823 -MD5 84ea130a920fac9adc2383989f2c611b ChangeLog 9232 +MD5 bb5383fba320fedd00dd1b9b17896db0 ChangeLog 9515 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 0ce8eead3660b25b1eea94f24fe2450a files/digest-libxslt-1.1.8-r1 67 +MD5 f7a67da65c2cf6f2a4979ff10bb3987c files/digest-libxslt-1.1.9-r1 67 MD5 acd43c53c783addb328c53f5232cc2c3 files/digest-libxslt-1.1.3 67 MD5 a56c5b8551a48fd53a0542b4562ba0e2 files/digest-libxslt-1.1.4 67 MD5 119f25b7ef082d3e7d32396885432652 files/digest-libxslt-1.1.6 67 diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.9-r1 b/dev-libs/libxslt/files/digest-libxslt-1.1.9-r1 new file mode 100644 index 000000000000..4d6b68b53aea --- /dev/null +++ b/dev-libs/libxslt/files/digest-libxslt-1.1.9-r1 @@ -0,0 +1 @@ +MD5 f0213126f96e652670f9c9104156d789 libxslt-1.1.9.tar.bz2 1766827 diff --git a/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild new file mode 100644 index 000000000000..98a27227f7f1 --- /dev/null +++ b/dev-libs/libxslt/libxslt-1.1.9-r1.ebuild @@ -0,0 +1,45 @@ +# 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 $ + +inherit libtool gnome.org eutils +use python && inherit python + +DESCRIPTION="XSLT libraries and tools" +HOMEPAGE="http://www.xmlsoft.org/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ~ppc64" +IUSE="python crypt" + +DEPEND=">=dev-libs/libxml2-2.6.8 + crypt? ( >=dev-libs/libgcrypt-1.1.92 ) + python? ( dev-lang/python )" + +src_unpack() { + + unpack ${A} + cd ${S} + # we still require the 1.1.8 patch for the .m4 file, to add + # the CXXFLAGS defines <obz@gentoo.org> + epatch ${FILESDIR}/libxslt.m4-${PN}-1.1.8.patch + +} + +src_compile() { + + elibtoolize + econf `use_with python` \ + `use_with crypt crypto` \ + || die "configure failed" + emake || die "make failed" + +} + +src_install() { + + make DESTDIR=${D} install + dodoc AUTHORS ChangeLog README NEWS TODO + +} |