summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-09-05 14:33:10 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-09-05 14:33:10 +0000
commitfc17aaa2cefc6e862d416c3d9bf883feb4ca30da (patch)
tree2aac2abdd68cb2a894a4d68ffccf6e3ae1770de8 /dev-libs/libxml2
parentmarking UNIVERSAL-moniker-0.08 ~ppc64 in support of Bug 101114 (diff)
downloadgentoo-2-fc17aaa2cefc6e862d416c3d9bf883feb4ca30da.tar.gz
gentoo-2-fc17aaa2cefc6e862d416c3d9bf883feb4ca30da.tar.bz2
gentoo-2-fc17aaa2cefc6e862d416c3d9bf883feb4ca30da.zip
Marking 2.6.20-r2 stable (x86). Removing old ebuild.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/ChangeLog6
-rw-r--r--dev-libs/libxml2/files/digest-libxml2-2.6.171
-rw-r--r--dev-libs/libxml2/libxml2-2.6.17.ebuild71
-rw-r--r--dev-libs/libxml2/libxml2-2.6.20-r2.ebuild4
4 files changed, 7 insertions, 75 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/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