commit: ad7b37d5dab527091f365b553108989f10e6b614 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 08:14:00 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 08:14:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7b37d5
dev-libs/libcxml: Remove last-rited pkg Closes: https://bugs.gentoo.org/694182 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/libcxml/Manifest | 1 - .../files/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(-) diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest deleted file mode 100644 index e133fff889d..00000000000 --- 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 f250229c4f5..00000000000 --- 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 bf7836c220c..00000000000 --- 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 6f49eba8f49..00000000000 --- a/dev-libs/libcxml/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 2f81f2d10b1..1d84bf023b4 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 <[email protected]> (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 <[email protected]> (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.
