diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-06-02 19:34:35 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-06-02 19:34:35 +0000 |
commit | 529b137b8605acbfbf713407d8106d3b2aae8216 (patch) | |
tree | 05e1634488addc9dd9a3d33c86137927280a29ca /dev-cpp/libxmlpp | |
parent | Fix dependencies. Set PYTHON_MODNAME. (diff) | |
download | historical-529b137b8605acbfbf713407d8106d3b2aae8216.tar.gz historical-529b137b8605acbfbf713407d8106d3b2aae8216.tar.bz2 historical-529b137b8605acbfbf713407d8106d3b2aae8216.zip |
Clean up old revisions.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/libxmlpp')
-rw-r--r-- | dev-cpp/libxmlpp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild | 42 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-2.26.0.ebuild | 41 |
3 files changed, 5 insertions, 84 deletions
diff --git a/dev-cpp/libxmlpp/ChangeLog b/dev-cpp/libxmlpp/ChangeLog index 865b3f12c84e..a1cc8bb59329 100644 --- a/dev-cpp/libxmlpp/ChangeLog +++ b/dev-cpp/libxmlpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/libxmlpp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.92 2010/05/24 23:45:22 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.93 2010/06/02 19:34:35 eva Exp $ + + 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libxmlpp-2.24.3.ebuild, -libxmlpp-2.26.0.ebuild: + Clean up old revisions. 24 May 2010; Jonathan Callen <abcd@gentoo.org> libxmlpp-2.26.1.ebuild: Bump to EAPI=3, add prefix keywords diff --git a/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild deleted file mode 100644 index a0c10bd766c6..000000000000 --- a/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.3.ebuild,v 1.1 2009/03/08 13:49:37 eva Exp $ - -inherit gnome2 eutils - -MY_PN="${PN/pp/++}" -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" - -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="2.6" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.1 - >=dev-cpp/glibmm-2.4" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -MAKEOPTS="${MAKEOPTS} -j1" -DOCS="AUTHORS ChangeLog NEWS README*" - -src_unpack() { - gnome2_src_unpack - - # don't waste time building the examples - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ - die "sed Makefile.in failed" -} - -src_install() { - gnome2_src_install - - rm -fr "${D}"/usr/share/doc/libxml++* - use doc && dohtml docs/reference/${PV%.*}/html/* -} diff --git a/dev-cpp/libxmlpp/libxmlpp-2.26.0.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.26.0.ebuild deleted file mode 100644 index 8f7987f2b2c2..000000000000 --- a/dev-cpp/libxmlpp/libxmlpp-2.26.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.26.0.ebuild,v 1.1 2009/05/10 22:26:38 eva Exp $ - -inherit gnome2 eutils - -MY_PN="${PN/pp/++}" -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" - -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="2.6" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.1 - >=dev-cpp/glibmm-2.4" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README*" - -src_unpack() { - gnome2_src_unpack - - # don't waste time building the examples - sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ - -i Makefile.am Makefile.in || die "sed Makefile.in failed" -} - -src_install() { - gnome2_src_install - - rm -fr "${D}"/usr/share/doc/libxml++* - use doc && dohtml docs/reference/${PV%.*}/html/* -} |