summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2016-01-27 09:01:19 +0300
committerSergey Popov <pinkbyte@gentoo.org>2016-01-27 09:01:19 +0300
commitb73242653123b7662df3cccf0868d304880aee1d (patch)
tree3b494a8639ec5dd0880aaab08f9a031d7662ca0e /dev-libs/xmlwrapp
parentwww-plugins/chrome-binary-plugins: automated update (diff)
downloadgentoo-b73242653123b7662df3cccf0868d304880aee1d.tar.gz
gentoo-b73242653123b7662df3cccf0868d304880aee1d.tar.bz2
gentoo-b73242653123b7662df3cccf0868d304880aee1d.zip
dev-libs/xmlwrapp: drop old versions
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/xmlwrapp')
-rw-r--r--dev-libs/xmlwrapp/Manifest2
-rw-r--r--dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-fbsd.patch10
-rw-r--r--dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc-4.3.patch10
-rw-r--r--dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc42_namespace.patch20
-rw-r--r--dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-tests.patch33
-rw-r--r--dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff12
-rw-r--r--dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild55
-rw-r--r--dev-libs/xmlwrapp/xmlwrapp-0.6.3.ebuild41
8 files changed, 0 insertions, 183 deletions
diff --git a/dev-libs/xmlwrapp/Manifest b/dev-libs/xmlwrapp/Manifest
index 11fab96102cb..64f23443c0d7 100644
--- a/dev-libs/xmlwrapp/Manifest
+++ b/dev-libs/xmlwrapp/Manifest
@@ -1,3 +1 @@
-DIST xmlwrapp-0.5.0.tgz 442550 SHA256 af3b71a6983c5c08e00096f5bb9f8ce61de3147f020aef327624043736d5ac73 SHA512 edc8d524e114a8699befec28f43828127b24c2edfa4f71c66f3d0bbe20fc8a96b273a1f6a028ed5cb7388213c789477c76256c5f9cece73aa581e7823636bdb9 WHIRLPOOL 33504b10fbb436f5767c74fec24e13aaed403bc8709f53846c54299f3c5f4f36dfce48b3ddc14aea64af02b547ff2c958090dd178b1e81fc0c52251b3beaee5b
-DIST xmlwrapp-0.6.3.tar.gz 910879 SHA256 1701fa2960cf2afd70b8ebee2740cbe893d4318a3c269319e657e5738d802ab2 SHA512 28a283aaaf4e9e6690f4a720784fd72ca83606e416bafb5343c4160325834772fb7b4d4604269cdb1bbc5dfd95cc03bdb338fdd08a99d113fcf00532df2239bd WHIRLPOOL e60eb6d73362ff2acc647bfb75b5a3b698623e8b7aff7be98f82f52672d771d0fe9464b7f2474edf903a78bb14ca5fb4a8c77c43ec2fad6c17e898a55375ffe7
DIST xmlwrapp-0.7.1.tar.gz 1453771 SHA256 3787f05715081257d970ac0c03141f705d9eeb03bd3747c2f4c5a77103b30728 SHA512 73aaa9821f861edaab8e83d97414c9525ae7f6281a4812d8df6239e10ec76dd941cc0a8ed4769469084f694642c2f0c978f6c7477c63f99735a8cc9d98d7b9a0 WHIRLPOOL fba8d428856fc7512b1cf54a3b0f3cee94cf440cbb6f4670d630192a9ee01b94b37797cfc836429d30af9e9b075a885ff1c2844e304b3303f1161f380f7bdb02
diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-fbsd.patch b/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-fbsd.patch
deleted file mode 100644
index 813a43185939..000000000000
--- a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-fbsd.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- tools/cxxflags.orig 2006-12-13 22:56:53.000000000 +0100
-+++ tools/cxxflags 2006-12-13 22:57:30.000000000 +0100
-@@ -286,6 +286,7 @@
- if ($^O =~ /freebsd/i) {
- $flags{'mtlink'} .= " -pthread";
- $flags{'arextra'}.= "ranlib";
-+ $flags{'pic'} = '-fpic -shared';
- } elsif ($^O =~ /darwin/i) {
- $flags{'pic'} = '';
- $flags{'shared.ext'} = '.dylib'; \ No newline at end of file
diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc-4.3.patch b/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc-4.3.patch
deleted file mode 100644
index dba843f520d2..000000000000
--- a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc-4.3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/libxml/node.cxx.orig 2008-04-05 02:55:35.804091000 +0200
-+++ src/libxml/node.cxx 2008-04-05 03:09:21.170667965 +0200
-@@ -51,6 +51,7 @@
- #include <algorithm>
- #include <stdexcept>
- #include <functional>
-+#include <cstring>
-
- // libxml includes
- #include <libxml/tree.h>
diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc42_namespace.patch b/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc42_namespace.patch
deleted file mode 100644
index 6b61bcb60641..000000000000
--- a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-gcc42_namespace.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- xmlwrapp-0.5.0/src/libxml/node.cxx.orig 2007-07-06 08:13:31.000000000 +0200
-+++ xmlwrapp-0.5.0/src/libxml/node.cxx 2007-07-06 08:13:05.000000000 +0200
-@@ -512,10 +512,12 @@
- }
- }
- //####################################################################
--std::ostream& xml::operator<< (std::ostream &stream, const xml::node &n) {
-- std::string xmldata;
-- n.node_to_string(xmldata);
-- stream << xmldata;
-- return stream;
-+namespace xml {
-+ std::ostream& operator<< (std::ostream &stream, const xml::node &n) {
-+ std::string xmldata;
-+ n.node_to_string(xmldata);
-+ stream << xmldata;
-+ return stream;
-+ }
- }
- //####################################################################
diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-tests.patch b/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-tests.patch
deleted file mode 100644
index 7de77450c474..000000000000
--- a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur tests.orig/attributes/data/09.xml tests/attributes/data/09.xml
---- tests.orig/attributes/data/09.xml 2006-10-24 21:45:02.000000000 +0200
-+++ tests/attributes/data/09.xml 2006-10-24 21:45:21.000000000 +0200
-@@ -1,2 +1,2 @@
--<!DOCTYPE root SYSTEM "data/09.dtd">
-+<!DOCTYPE root SYSTEM "09.dtd">
- <root one="1"/>
-diff -Naur tests.orig/attributes/data/10.xml tests/attributes/data/10.xml
---- tests.orig/attributes/data/10.xml 2006-10-24 21:45:02.000000000 +0200
-+++ tests/attributes/data/10.xml 2006-10-24 21:45:30.000000000 +0200
-@@ -1,3 +1,3 @@
- <?xml version="1.0" ?>
--<!DOCTYPE example SYSTEM "data/10.dtd">
-+<!DOCTYPE example SYSTEM "10.dtd">
- <example>See?</example>
-diff -Naur tests.orig/document/data/14inc.xml tests/document/data/14inc.xml
---- tests.orig/document/data/14inc.xml 2006-10-24 21:45:02.000000000 +0200
-+++ tests/document/data/14inc.xml 2006-10-24 21:45:09.000000000 +0200
-@@ -1 +1 @@
--<subchild><innerchild self="yes"/></subchild>
-+<subchild xml:base="data/14inc.xml"><innerchild self="yes"/></subchild>
-diff -Naur tests.orig/xslt/runtest.pl tests/xslt/runtest.pl
---- tests.orig/xslt/runtest.pl 2006-12-13 23:10:49.000000000 +0100
-+++ tests/xslt/runtest.pl 2006-12-13 23:11:05.000000000 +0100
-@@ -42,7 +42,7 @@
- sub runtests
- {
- ###########################################################################
-- foreach (['a', 1], ['b', 0], ['c', 1]) {
-+ foreach (['b', 0]) {
- $test->run_test_exit_status("constructor (01$_->[0])", "./test_xslt-01 data/01$_->[0].xsl", $_->[1]);
- }
- ###########################################################################
diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff b/dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff
deleted file mode 100644
index 31f0315eef0f..000000000000
--- a/dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN ori/configure.pl xmlwrapp-0.4.0/configure.pl
---- ori/configure.pl 2003-02-03 23:47:54.000000000 +0100
-+++ xmlwrapp-0.4.0/configure.pl 2003-03-24 12:21:07.000000000 +0100
-@@ -277,7 +277,7 @@
- $output =~ s/-I//g;
- my @include_dirs = split(/\s+/, $output);
- my $main_include_dir = undef;
-- my $xslt_include_dir = undef;
-+ my $xslt_include_dir = "/usr/include/libxml2";
-
- foreach my $dir (@include_dirs) {
- if (-d "$dir${dirsep}libxml") {
diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild
deleted file mode 100644
index f4309140f2bd..000000000000
--- a/dev-libs/xmlwrapp/xmlwrapp-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="modern style C++ library that provides a simple and easy interface to libxml2"
-HOMEPAGE="http://sourceforge.net/projects/xmlwrapp/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
-IUSE="doc test"
-
-RDEPEND="dev-libs/libxml2
- dev-libs/libxslt"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-gentoo.diff" \
- "${FILESDIR}/${P}-tests.patch" \
- "${FILESDIR}/${P}-fbsd.patch" \
- "${FILESDIR}/${P}-gcc42_namespace.patch" \
- "${FILESDIR}/${P}-gcc-4.3.patch"
-
- sed -i 's/-O2//' tools/cxxflags || die "sed tools/cxxflags failed"
-}
-
-src_compile() {
- local myconf="--prefix /usr --libdir /usr/$(get_libdir) --disable-examples"
- use test && myconf="${myconf} --enable-tests"
-
- export CXX="$(tc-getCXX)"
- ./configure.pl ${myconf} || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- sed -i "s%/usr%${D}/usr%g" Makefile || die "sed Makefile failed"
- emake install || die "emake install failed"
-
- dodoc README docs/{CREDITS,TODO,VERSION}
- if use doc ; then
- dohtml "${S}"/docs/doxygen/html/*
- cd examples
- for ex in 0* ; do
- docinto examples/${ex}
- dodoc ${ex}/*
- done
- fi
-}
diff --git a/dev-libs/xmlwrapp/xmlwrapp-0.6.3.ebuild b/dev-libs/xmlwrapp/xmlwrapp-0.6.3.ebuild
deleted file mode 100644
index 348e19933a80..000000000000
--- a/dev-libs/xmlwrapp/xmlwrapp-0.6.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="modern style C++ library that provides a simple and easy interface to libxml2"
-HOMEPAGE="http://sourceforge.net/projects/xmlwrapp/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/boost:=
- dev-libs/libxml2
- dev-libs/libxslt"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
- epatch_user
-
- # buildsystem forgot about this
- append-libs -lboost_system
-}
-
-src_configure() {
- econf \
- --docdir="/usr/share/doc/${PF}" \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-}