diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-03-03 23:29:43 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-03-03 23:29:43 +0000 |
commit | bad38c65794f4d049acd624a81fcd569e2bab733 (patch) | |
tree | 2b5381053bd87f12505fc9eacc0f92c096e5b48c /dev-libs | |
parent | Pruning old ebuilds (diff) | |
download | gentoo-2-bad38c65794f4d049acd624a81fcd569e2bab733.tar.gz gentoo-2-bad38c65794f4d049acd624a81fcd569e2bab733.tar.bz2 gentoo-2-bad38c65794f4d049acd624a81fcd569e2bab733.zip |
Pruning old ebuilds
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxslt/files/digest-libxslt-1.1.12 | 1 | ||||
-rw-r--r-- | dev-libs/libxslt/files/digest-libxslt-1.1.14-r2 | 1 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.12.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.14-r2.ebuild | 59 |
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.12 b/dev-libs/libxslt/files/digest-libxslt-1.1.12 deleted file mode 100644 index e5601caf7796..000000000000 --- a/dev-libs/libxslt/files/digest-libxslt-1.1.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 57b06895bf1f2833ef73f284f2d2893f libxslt-1.1.12.tar.bz2 1778551 diff --git a/dev-libs/libxslt/files/digest-libxslt-1.1.14-r2 b/dev-libs/libxslt/files/digest-libxslt-1.1.14-r2 deleted file mode 100644 index 5f700fc79e0a..000000000000 --- a/dev-libs/libxslt/files/digest-libxslt-1.1.14-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 1fe60d57b8fcff7462fb1d9fac6c2ae8 libxslt-1.1.14.tar.bz2 1819250 diff --git a/dev-libs/libxslt/libxslt-1.1.12.ebuild b/dev-libs/libxslt/libxslt-1.1.12.ebuild deleted file mode 100644 index 493f617d985d..000000000000 --- a/dev-libs/libxslt/libxslt-1.1.12.ebuild +++ /dev/null @@ -1,40 +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.12.ebuild,v 1.9 2005/06/13 23:57:31 vapier 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 crypt" - -DEPEND=">=dev-libs/libxml2-2.6.15 - 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 - epunt_cxx - elibtoolize -} - -src_compile() { - econf \ - $(use_with python) \ - $(use_with crypt crypto) \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README NEWS TODO -} diff --git a/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild b/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild deleted file mode 100644 index dfea2fefdbc6..000000000000 --- a/dev-libs/libxslt/libxslt-1.1.14-r2.ebuild +++ /dev/null @@ -1,59 +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.14-r2.ebuild,v 1.11 2005/09/07 19:09:38 ka0ttic 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 sh sparc x86" -IUSE="crypt debug python static" - -DEPEND=">=dev-libs/libxml2-2.6.17 - 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 - - # Patch Makefile to fix bug #99382 so that html gets installed in ${PF} - sed -i -e 's:libxslt-$(VERSION):${PF}:' doc/Makefile.in - - epunt_cxx - elibtoolize -} - -src_compile() { - # Always pass --with-debugger. It is required by third parties (see - # e.g. bug #98345) - local myconf="$(use_with python) $(use_with crypt crypto) \ - $(use_enable static) $(use_with debug) $(use_with debug mem-debug) \ - --with-debugger" - - econf ${myconf} || die "configure failed" - - # Patching the Makefiles to respect get_libdir - # Fixes BUG #86756, please keep this. - # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 - for x in $(find "${S}" -name "Makefile") ; do - sed \ - -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \ - -i ${x} \ - || die "sed failed" - done - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog Copyright FEATURES NEWS README TODO -} |