From ad7b37d5dab527091f365b553108989f10e6b614 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 12 Oct 2019 10:14:00 +0200 Subject: [PATCH] dev-libs/libcxml: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694182 Signed-off-by: Michał Górny --- dev-libs/libcxml/Manifest | 1 - .../libcxml-0.15.5-respect-cxxflags.patch | 11 ------ dev-libs/libcxml/libcxml-0.15.5.ebuild | 38 ------------------- dev-libs/libcxml/metadata.xml | 5 --- profiles/package.mask | 6 --- 5 files changed, 61 deletions(-) delete mode 100644 dev-libs/libcxml/Manifest delete mode 100644 dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch delete mode 100644 dev-libs/libcxml/libcxml-0.15.5.ebuild delete mode 100644 dev-libs/libcxml/metadata.xml diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest deleted file mode 100644 index e133fff889d4..000000000000 --- a/dev-libs/libcxml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libcxml-0.15.5.tar.bz2 137328 BLAKE2B db8e8f1edfe6d03a1f60f9f62c1c3b33e9c092d0031aed4369b7c0075eb16432d8244a2098e75be6845905451a61e379829a80183acdcf9acf33372c354042ea SHA512 9ecb333bbd3c99c388bb08b28e6cf2cae97e5a5a6df29634f041e2718a5d995dabfd73686fe1494eac9d45198dbb1530fa8d5502a8ed3ca8010db087712cb87d diff --git a/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch b/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch deleted file mode 100644 index f250229c4f51..000000000000 --- a/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libcxml-0.15.5/wscript -+++ libcxml-0.15.5/wscript -@@ -36,7 +36,7 @@ - conf.load('compiler_cxx') - if conf.options.enable_debug: - conf.env.append_value('CXXFLAGS', '-g') -- conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2']) -+ conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra']) - if conf.options.force_cpp11: - conf.env.append_value('CXXFLAGS', ['-std=c++11', '-DBOOST_NO_CXX11_SCOPED_ENUMS']) - diff --git a/dev-libs/libcxml/libcxml-0.15.5.ebuild b/dev-libs/libcxml/libcxml-0.15.5.ebuild deleted file mode 100644 index bf7836c220cd..000000000000 --- a/dev-libs/libcxml/libcxml-0.15.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) -PYTHON_REQ_USE="threads(+)" -inherit python-any-r1 waf-utils - -DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++" -HOMEPAGE="https://carlh.net/libcxml" -SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-cpp/libxmlpp:2.6 - dev-libs/boost - dev-libs/locked_sstream" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - dev-util/waf - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${PN}-0.15.5-respect-cxxflags.patch ) - -src_prepare() { - rm -v waf || die - export WAF_BINARY="${EROOT}usr/bin/waf" - - default -} - -src_test() { - ./run-tests.sh || die -} diff --git a/dev-libs/libcxml/metadata.xml b/dev-libs/libcxml/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-libs/libcxml/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index 2f81f2d10b1e..1d84bf023b47 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -704,12 +704,6 @@ dev-libs/libhtmlparse # Removal in 30 days. Bug #694184. dev-libs/libhome -# Michał Górny (2019-09-12) -# Unmaintained. Both fail with modern versions of dev-util/waf -# (#664762, #663712). No reverse dependencies. -# Removal in 30 days. Bug #694182. -dev-libs/libcxml - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal. -- 2.26.2