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 | 14fbffd68fd56cd06ec1b1eb4e5cdf406eecc313 (patch) | |
tree | b1dd826b8fd05bca7a4e8f3b638d219d23156f7d /dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild | |
parent | Fixed build issue, bug #256497, thank Joost Ruis and emerald for the fix. (diff) | |
download | historical-14fbffd68fd56cd06ec1b1eb4e5cdf406eecc313.tar.gz historical-14fbffd68fd56cd06ec1b1eb4e5cdf406eecc313.tar.bz2 historical-14fbffd68fd56cd06ec1b1eb4e5cdf406eecc313.zip |
Bump to 2.24.3. Break ABI in TextReader but shouldn't be a problem. Clean up old revisions.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild')
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-1.0.4-r2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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* -} |