dev-libs/libcxml: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:14:00 +0000 (10:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:14:00 +0000 (10:14 +0200)
Closes: https://bugs.gentoo.org/694182
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/libcxml/Manifest [deleted file]
dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch [deleted file]
dev-libs/libcxml/libcxml-0.15.5.ebuild [deleted file]
dev-libs/libcxml/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest
deleted file mode 100644 (file)
index e133fff..0000000
+++ /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 (file)
index f250229..0000000
+++ /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 (file)
index bf7836c..0000000
+++ /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 (file)
index 6f49eba..0000000
+++ /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>
index 2f81f2d10b1ebc1e58c60a085825a794a7ab1353..1d84bf023b47547ac7398002dfd3fe7be858cf60 100644 (file)
@@ -704,12 +704,6 @@ dev-libs/libhtmlparse
 # Removal in 30 days.  Bug #694184.
 dev-libs/libhome
 
-# Michał Górny <mgorny@gentoo.org> (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 <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.