diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 12:16:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 12:16:42 +0000 |
commit | c90495ef396e937bd7b945f712bd3f90f0647f0c (patch) | |
tree | 9542f8b90a29232b9f8d9a0e570dc315e0b531e6 /dev-cpp/libxmlpp | |
parent | Drop unneeded dep (diff) | |
download | gentoo-2-c90495ef396e937bd7b945f712bd3f90f0647f0c.tar.gz gentoo-2-c90495ef396e937bd7b945f712bd3f90f0647f0c.tar.bz2 gentoo-2-c90495ef396e937bd7b945f712bd3f90f0647f0c.zip |
Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp/libxmlpp')
-rw-r--r-- | dev-cpp/libxmlpp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch | 11 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild | 42 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-2.34.2.ebuild | 43 |
4 files changed, 5 insertions, 97 deletions
diff --git a/dev-cpp/libxmlpp/ChangeLog b/dev-cpp/libxmlpp/ChangeLog index d7c3685cf1f9..9a9021a3306c 100644 --- a/dev-cpp/libxmlpp/ChangeLog +++ b/dev-cpp/libxmlpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/libxmlpp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.130 2013/04/01 18:23:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.131 2013/10/12 12:16:41 pacho Exp $ + + 12 Oct 2013; Pacho Ramos <pacho@gentoo.org> -files/libxmlpp-1.0.5-gcc43.patch, + -libxmlpp-1.0.5.ebuild, -libxmlpp-2.34.2.ebuild: + Drop old 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libxmlpp-2.36.0.ebuild: Stable for sparc, wrt bug #458984 diff --git a/dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch b/dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch deleted file mode 100644 index bbc7dafb5e02..000000000000 --- a/dev-cpp/libxmlpp/files/libxmlpp-1.0.5-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libxml++-1.0.4.orig/libxml++/parsers/parser.cc -+++ libxml++-1.0.4/libxml++/parsers/parser.cc -@@ -9,6 +9,7 @@ - #include <libxml/parser.h> - - #include <cstdarg> //For va_list. -+#include <memory> //For auto_ptr - - namespace xmlpp { - - diff --git a/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild b/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild deleted file mode 100644 index 98e5dcdbfa11..000000000000 --- a/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-1.0.5.ebuild,v 1.14 2012/05/04 03:44:56 jdhore Exp $ - -inherit gnome2 eutils autotools - -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="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=">=dev-libs/libxml2-2.5.8" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -MAKEOPTS="${MAKEOPTS} -j1" -DOCS="AUTHORS ChangeLog NEWS README*" - -src_unpack() { - gnome2_src_unpack - - # gcc 4.3 build fix, see bug #218779 - epatch "${FILESDIR}/${PN}-1.0.5-gcc43.patch" - - # Rebuild ./configure as the shipped one contains "[:space:]" - # which grep 2.7 and later do not like (bug #339404) - eautoreconf -} - -src_install() { - gnome2_src_install - dosed -i 's|^\(Cflags.*-I.* \)-I.*$|\1|' \ - /usr/$(get_libdir)/pkgconfig/${MY_PN}-1.0.pc -} diff --git a/dev-cpp/libxmlpp/libxmlpp-2.34.2.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.34.2.ebuild deleted file mode 100644 index 03717741e852..000000000000 --- a/dev-cpp/libxmlpp/libxmlpp-2.34.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.34.2.ebuild,v 1.7 2012/05/04 03:44:56 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -GNOME_ORG_MODULE="${PN/pp/++}" - -inherit gnome2 - -DESCRIPTION="C++ wrapper for the libxml2 XML parser library" -HOMEPAGE="http://libxmlplusplus.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="doc" - -RDEPEND=">=dev-libs/libxml2-2.6.1 - >=dev-cpp/glibmm-2.4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable doc documentation)" - DOCS="AUTHORS ChangeLog NEWS README*" -} - -src_prepare() { - gnome2_src_prepare - - # 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 "${ED}"usr/share/doc/libxml++* - use doc && dohtml docs/reference/html/* -} |