Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/files/, profiles/, dev-libs/libcxml/
Date: Sat, 12 Oct 2019 08:16:42
Message-Id: 1570868040.ad7b37d5dab527091f365b553108989f10e6b614.mgorny@gentoo
1 commit: ad7b37d5dab527091f365b553108989f10e6b614
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 08:14:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 08:14:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7b37d5
7
8 dev-libs/libcxml: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/694182
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/libcxml/Manifest | 1 -
14 .../files/libcxml-0.15.5-respect-cxxflags.patch | 11 -------
15 dev-libs/libcxml/libcxml-0.15.5.ebuild | 38 ----------------------
16 dev-libs/libcxml/metadata.xml | 5 ---
17 profiles/package.mask | 6 ----
18 5 files changed, 61 deletions(-)
19
20 diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest
21 deleted file mode 100644
22 index e133fff889d..00000000000
23 --- a/dev-libs/libcxml/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST libcxml-0.15.5.tar.bz2 137328 BLAKE2B db8e8f1edfe6d03a1f60f9f62c1c3b33e9c092d0031aed4369b7c0075eb16432d8244a2098e75be6845905451a61e379829a80183acdcf9acf33372c354042ea SHA512 9ecb333bbd3c99c388bb08b28e6cf2cae97e5a5a6df29634f041e2718a5d995dabfd73686fe1494eac9d45198dbb1530fa8d5502a8ed3ca8010db087712cb87d
27
28 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
29 deleted file mode 100644
30 index f250229c4f5..00000000000
31 --- a/dev-libs/libcxml/files/libcxml-0.15.5-respect-cxxflags.patch
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 ---- libcxml-0.15.5/wscript
35 -+++ libcxml-0.15.5/wscript
36 -@@ -36,7 +36,7 @@
37 - conf.load('compiler_cxx')
38 - if conf.options.enable_debug:
39 - conf.env.append_value('CXXFLAGS', '-g')
40 -- conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2'])
41 -+ conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra'])
42 - if conf.options.force_cpp11:
43 - conf.env.append_value('CXXFLAGS', ['-std=c++11', '-DBOOST_NO_CXX11_SCOPED_ENUMS'])
44 -
45
46 diff --git a/dev-libs/libcxml/libcxml-0.15.5.ebuild b/dev-libs/libcxml/libcxml-0.15.5.ebuild
47 deleted file mode 100644
48 index bf7836c220c..00000000000
49 --- a/dev-libs/libcxml/libcxml-0.15.5.ebuild
50 +++ /dev/null
51 @@ -1,38 +0,0 @@
52 -# Copyright 1999-2019 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=6
56 -
57 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
58 -PYTHON_REQ_USE="threads(+)"
59 -inherit python-any-r1 waf-utils
60 -
61 -DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
62 -HOMEPAGE="https://carlh.net/libcxml"
63 -SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2"
64 -
65 -LICENSE="GPL-2"
66 -SLOT="0"
67 -KEYWORDS="~amd64"
68 -IUSE=""
69 -
70 -RDEPEND="dev-cpp/libxmlpp:2.6
71 - dev-libs/boost
72 - dev-libs/locked_sstream"
73 -DEPEND="${RDEPEND}
74 - ${PYTHON_DEPS}
75 - dev-util/waf
76 - virtual/pkgconfig"
77 -
78 -PATCHES=( "${FILESDIR}"/${PN}-0.15.5-respect-cxxflags.patch )
79 -
80 -src_prepare() {
81 - rm -v waf || die
82 - export WAF_BINARY="${EROOT}usr/bin/waf"
83 -
84 - default
85 -}
86 -
87 -src_test() {
88 - ./run-tests.sh || die
89 -}
90
91 diff --git a/dev-libs/libcxml/metadata.xml b/dev-libs/libcxml/metadata.xml
92 deleted file mode 100644
93 index 6f49eba8f49..00000000000
94 --- a/dev-libs/libcxml/metadata.xml
95 +++ /dev/null
96 @@ -1,5 +0,0 @@
97 -<?xml version="1.0" encoding="UTF-8"?>
98 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
99 -<pkgmetadata>
100 -<!-- maintainer-needed -->
101 -</pkgmetadata>
102
103 diff --git a/profiles/package.mask b/profiles/package.mask
104 index 2f81f2d10b1..1d84bf023b4 100644
105 --- a/profiles/package.mask
106 +++ b/profiles/package.mask
107 @@ -704,12 +704,6 @@ dev-libs/libhtmlparse
108 # Removal in 30 days. Bug #694184.
109 dev-libs/libhome
110
111 -# Michał Górny <mgorny@g.o> (2019-09-12)
112 -# Unmaintained. Both fail with modern versions of dev-util/waf
113 -# (#664762, #663712). No reverse dependencies.
114 -# Removal in 30 days. Bug #694182.
115 -dev-libs/libcxml
116 -
117 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
118 # Unofficial build. Superseded by official 2.49.5 release.
119 # Masked for removal.