diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-08 13:49:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-08 13:49:37 +0000 |
commit | 36fb3a2257df1e8fb89a15b9fa23921d1376041e (patch) | |
tree | 7747d0d25dd320a8c652b4b39609a8c94e740245 /dev-cpp | |
parent | Semi-automatic merge, Update deps. (diff) | |
download | gentoo-2-36fb3a2257df1e8fb89a15b9fa23921d1376041e.tar.gz gentoo-2-36fb3a2257df1e8fb89a15b9fa23921d1376041e.tar.bz2 gentoo-2-36fb3a2257df1e8fb89a15b9fa23921d1376041e.zip |
Bump to 2.24.3. Break ABI in TextReader but shouldn't be a problem. Clean up old revisions.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libxmlpp/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild | 32 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild (renamed from dev-cpp/libxmlpp/libxmlpp-2.24.1.ebuild) | 4 |
3 files changed, 11 insertions, 35 deletions
diff --git a/dev-cpp/libxmlpp/ChangeLog b/dev-cpp/libxmlpp/ChangeLog index 37c763dd4596..00b06c80fd00 100644 --- a/dev-cpp/libxmlpp/ChangeLog +++ b/dev-cpp/libxmlpp/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-cpp/libxmlpp # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.85 2009/02/26 14:57:05 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.86 2009/03/08 13:49:37 eva Exp $ + +*libxmlpp-2.24.3 (08 Mar 2009) + + 08 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> + -libxmlpp-1.0.4-r2.ebuild, -libxmlpp-2.24.1.ebuild, + +libxmlpp-2.24.3.ebuild: + Bump to 2.24.3. Break ABI in TextReader but shouldn't be a problem. + Clean up old revisions. 26 Feb 2009; Joseph Jezak <josejx@gentoo.org> libxmlpp-1.0.5.ebuild: Marked ppc stable, ppc64 unstable for bug #245301. diff --git a/dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild b/dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild deleted file mode 100644 index 31ce80370005..000000000000 --- a/dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild,v 1.7 2008/05/19 21:01:54 dang Exp $ - -inherit libtool multilib - -MY_P="${P/pp/++}" -DESCRIPTION="C++ wrapper for the libxml2 XML parser library" -HOMEPAGE="http://libxmlplusplus.sourceforge.net/" -SRC_URI="mirror://gnome/sources/libxml++/${PV%.*}/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86" -IUSE="" - -RDEPEND=">=dev-libs/libxml2-2.5.8" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=sys-devel/automake-1.7 - >=sys-devel/autoconf-2.5" - -S="${WORKDIR}/${MY_P}" -MAKEOPTS="${MAKEOPTS} -j1" - -src_install() { - make DESTDIR="${D}" install || die "Install failed" - dosed -i 's|^\(Cflags.*-I.* \)-I.*$|\1|' \ - /usr/$(get_libdir)/pkgconfig/${MY_P%.*}.pc - dodoc AUTHORS ChangeLog NEWS README* -} diff --git a/dev-cpp/libxmlpp/libxmlpp-2.24.1.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild index 862f97624b7d..a0c10bd766c6 100644 --- a/dev-cpp/libxmlpp/libxmlpp-2.24.1.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.24.1.ebuild,v 1.1 2008/12/21 15:55:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild,v 1.1 2009/03/08 13:49:37 eva Exp $ inherit gnome2 eutils |