diff options
author | 2005-09-05 14:33:10 +0000 | |
---|---|---|
committer | 2005-09-05 14:33:10 +0000 | |
commit | 739961c62756d288912309ca3b986d8955ff5900 (patch) | |
tree | 4c7e62e8e468eec9fe94f7c0c486545ad24158d7 /dev-libs/libxml2 | |
parent | marking UNIVERSAL-moniker-0.08 ~ppc64 in support of Bug 101114 (diff) | |
download | historical-739961c62756d288912309ca3b986d8955ff5900.tar.gz historical-739961c62756d288912309ca3b986d8955ff5900.tar.bz2 historical-739961c62756d288912309ca3b986d8955ff5900.zip |
Marking 2.6.20-r2 stable (x86). Removing old ebuild.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libxml2/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/libxml2/files/digest-libxml2-2.6.17 | 1 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.17.ebuild | 71 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.20-r2.ebuild | 4 |
5 files changed, 9 insertions, 79 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 1251a394f8cb..e1611248253a 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.129 2005/08/03 09:23:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.130 2005/09/05 14:33:10 leonardop Exp $ + + 05 Sep 2005; Leonardo Boshell <leonardop@gentoo.org> + libxml2-2.6.20-r2.ebuild: + Stable on x86. *libxml2-2.6.20-r2 (03 Aug 2005) diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest index 483d89eafae5..dc94186f1850 100644 --- a/dev-libs/libxml2/Manifest +++ b/dev-libs/libxml2/Manifest @@ -1,8 +1,6 @@ -MD5 e87799ccdfbf136c32ff17723927c5f9 ChangeLog 15414 -MD5 e3bbaa654ca2e16b21510bfcf78dcae6 libxml2-2.6.20-r2.ebuild 2372 -MD5 47e51f2596c69d2b8ee7c34a39f2a647 libxml2-2.6.17.ebuild 1704 +MD5 aac5f1a7d8c1766ebcbe3c4ee3b3e783 ChangeLog 15515 +MD5 2d162d178512f35e3dbcb4dcbb2a3517 libxml2-2.6.20-r2.ebuild 2371 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 261427afd62b7a24ac717eb4483cd668 libxml2-2.6.19.ebuild 2039 MD5 4afb7240de6f033dc7cd147c38d2b06f files/digest-libxml2-2.6.20-r2 68 -MD5 8409491d7d4c895c3a509a3c1c121e02 files/digest-libxml2-2.6.17 68 MD5 761d617849c91c951713a1411f3c1cff files/digest-libxml2-2.6.19 68 diff --git a/dev-libs/libxml2/files/digest-libxml2-2.6.17 b/dev-libs/libxml2/files/digest-libxml2-2.6.17 deleted file mode 100644 index 7891a09308b0..000000000000 --- a/dev-libs/libxml2/files/digest-libxml2-2.6.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d53bba9a4768ec57d8bf2bdadb75c87 libxml2-2.6.17.tar.bz2 3067503 diff --git a/dev-libs/libxml2/libxml2-2.6.17.ebuild b/dev-libs/libxml2/libxml2-2.6.17.ebuild deleted file mode 100644 index d5bb3a03750e..000000000000 --- a/dev-libs/libxml2/libxml2-2.6.17.ebuild +++ /dev/null @@ -1,71 +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/libxml2/libxml2-2.6.17.ebuild,v 1.9 2005/06/14 10:24:32 ferdy Exp $ - -inherit libtool gnome.org flag-o-matic eutils - -DESCRIPTION="Version 2 of the library to manipulate XML files" -HOMEPAGE="http://www.xmlsoft.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="python readline ipv6" - -RDEPEND="sys-libs/zlib - python? ( dev-lang/python ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND} - hppa? ( >=sys-devel/binutils-2.15.92.0.2 )" - -src_unpack() { - - unpack ${A} - epunt_cxx - -} - -src_compile() { - - # Please do not remove, as else we get references to PORTAGE_TMPDIR - # in /usr/lib/python?.?/site-packages/libxml2mod.la among things. - elibtoolize - - # filter seemingly problematic CFLAGS (#26320) - filter-flags -fprefetch-loop-arrays -funroll-loops - - # USE zlib support breaks gnome2 - # (libgnomeprint for instance fails to compile with - # fresh install, and existing) - <azarah@gentoo.org> (22 Dec 2002). - - econf --with-zlib \ - $(use_with python) \ - $(use_with readline) \ - $(use_enable ipv6) || die - - emake || die - -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc AUTHORS ChangeLog NEWS README TODO - -} - -pkg_postinst() { - - # need an XML catalog, so no-one writes to a non-existent one - CATALOG=/etc/xml/catalog - # we dont want to clobber an existing catalog though, - # only ensure that one is there - # <obz@gentoo.org> - if [ ! -e ${CATALOG} ]; then - [ -d /etc/xml ] || mkdir /etc/xml - /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" - fi - -} diff --git a/dev-libs/libxml2/libxml2-2.6.20-r2.ebuild b/dev-libs/libxml2/libxml2-2.6.20-r2.ebuild index 7be6be0cda8b..19ad56095969 100644 --- a/dev-libs/libxml2/libxml2-2.6.20-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.6.20-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.20-r2.ebuild,v 1.1 2005/08/03 09:23:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.20-r2.ebuild,v 1.2 2005/09/05 14:33:10 leonardop Exp $ inherit libtool gnome.org flag-o-matic eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86" IUSE="doc ipv6 python readline static" RDEPEND="sys-libs/zlib |