Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/
Date: Mon, 29 Aug 2022 19:28:08
Message-Id: 1661800960.2b8ae1a65c33e2c12ca5c953da767d63f58f67f8.asturm@gentoo
1 commit: 2b8ae1a65c33e2c12ca5c953da767d63f58f67f8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 18:48:55 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 19:22:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8ae1a6
7
8 app-text/html-xml-utils: drop 7.7, 7.8, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/865447
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/html-xml-utils/Manifest | 1 -
14 app-text/html-xml-utils/html-xml-utils-7.7.ebuild | 36 -----------------------
15 app-text/html-xml-utils/html-xml-utils-7.8.ebuild | 36 -----------------------
16 3 files changed, 73 deletions(-)
17
18 diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
19 index 86852ff8c87f..723b01a4aa11 100644
20 --- a/app-text/html-xml-utils/Manifest
21 +++ b/app-text/html-xml-utils/Manifest
22 @@ -1,2 +1 @@
23 -DIST html-xml-utils-7.7.tar.gz 403664 BLAKE2B cdb97003bb6fb0138910f8f00b9612db3eb8ed4fa0ee81f27260e8907c088e14ac010f2862839355a4a6c0eca49508ad47c4e26f1c1c62e178c3b0e880ed124d SHA512 72b71982717de11b3b5f601a157a04bb6ecc235db6810a0dd830ad7682ed16cd6a928730013cfc918f722e1e5f03c357cd2545806288986797230f9d04175460
24 DIST html-xml-utils-7.8.tar.gz 408201 BLAKE2B c2fed68e8fa0ae331ff6ce100afdd4c7c5b272b47d806c8e557855d32d2a140c2aa580d200644158350697e62c416d16a5e264c09897cef06d29cc5f0ab67091 SHA512 8d3a242203de099b36ca78a8d84571ecc5d8673855ee613f98edc48d388230367f40b87006f7b429e2927026300626bed7ff7f146df317d078e332091d290930
25
26 diff --git a/app-text/html-xml-utils/html-xml-utils-7.7.ebuild b/app-text/html-xml-utils/html-xml-utils-7.7.ebuild
27 deleted file mode 100644
28 index 52e4be4a403a..000000000000
29 --- a/app-text/html-xml-utils/html-xml-utils-7.7.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit multilib-minimal
38 -
39 -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
40 -SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz"
41 -HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
42 -
43 -LICENSE="W3C"
44 -SLOT="0"
45 -KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux ~ppc-macos"
46 -
47 -RESTRICT="test"
48 -
49 -RDEPEND="net-misc/curl"
50 -DEPEND="${RDEPEND}"
51 -
52 -src_prepare() {
53 - default
54 - sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
55 -}
56 -
57 -multilib_src_configure() {
58 - ECONF_SOURCE="${S}" econf
59 -}
60 -
61 -src_compile() {
62 - multilib-minimal_src_compile
63 -}
64 -
65 -src_install() {
66 - multilib-minimal_src_install
67 -}
68
69 diff --git a/app-text/html-xml-utils/html-xml-utils-7.8.ebuild b/app-text/html-xml-utils/html-xml-utils-7.8.ebuild
70 deleted file mode 100644
71 index 6859458d15d6..000000000000
72 --- a/app-text/html-xml-utils/html-xml-utils-7.8.ebuild
73 +++ /dev/null
74 @@ -1,36 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -inherit multilib-minimal
81 -
82 -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
83 -SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz"
84 -HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
85 -
86 -LICENSE="W3C"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
89 -
90 -RESTRICT="test"
91 -
92 -RDEPEND="net-misc/curl"
93 -DEPEND="${RDEPEND}"
94 -
95 -src_prepare() {
96 - default
97 - sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
98 -}
99 -
100 -multilib_src_configure() {
101 - ECONF_SOURCE="${S}" econf
102 -}
103 -
104 -src_compile() {
105 - multilib-minimal_src_compile
106 -}
107 -
108 -src_install() {
109 - multilib-minimal_src_install
110 -}