diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-07 12:21:25 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-07 12:21:48 +0200 |
commit | 1000c4828b62e03af58d1b78b23b0f45d57feee7 (patch) | |
tree | ee776a261ff16fc49ef3a87aea2ac4760e0c815a /app-text/html-xml-utils | |
parent | app-text/jo: drop 1.4 (diff) | |
download | gentoo-1000c4828b62e03af58d1b78b23b0f45d57feee7.tar.gz gentoo-1000c4828b62e03af58d1b78b23b0f45d57feee7.tar.bz2 gentoo-1000c4828b62e03af58d1b78b23b0f45d57feee7.zip |
app-text/html-xml-utils: drop 7.8-r1, 8.5
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text/html-xml-utils')
-rw-r--r-- | app-text/html-xml-utils/Manifest | 2 | ||||
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild | 28 | ||||
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-8.5.ebuild | 28 |
3 files changed, 0 insertions, 58 deletions
diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest index b789100379d5..03067c7bcd5c 100644 --- a/app-text/html-xml-utils/Manifest +++ b/app-text/html-xml-utils/Manifest @@ -1,3 +1 @@ -DIST html-xml-utils-7.8.tar.gz 408201 BLAKE2B c2fed68e8fa0ae331ff6ce100afdd4c7c5b272b47d806c8e557855d32d2a140c2aa580d200644158350697e62c416d16a5e264c09897cef06d29cc5f0ab67091 SHA512 8d3a242203de099b36ca78a8d84571ecc5d8673855ee613f98edc48d388230367f40b87006f7b429e2927026300626bed7ff7f146df317d078e332091d290930 -DIST html-xml-utils-8.5.tar.gz 421376 BLAKE2B 8fa959104db2d5765ceaf49be815f16c1422a3c7b94e0e8cd91e3bd0a8b18dfc33dff5d98204d7fe5694cfb711d213a5d82f58159b6d493fc78336d8dae1824d SHA512 f1140a81e66cc2f46dd0507a8948b2c267230fa8aed3dc79e91eeb2b6bcfe7053378da9d35fd053f8a8bc25c46491388aa7fd519c7e1c7757e73a7e1b1c67d87 DIST html-xml-utils-8.6.tar.gz 421530 BLAKE2B 8c13a36798c5bb2e325f0df38696a9428b6c3ca087bbb4d1e7d9f2dd372e0aff386b7747e117016ad733ac07ab56a38b5ad0bcb1a0aa6b5ffd58de0ba2d8027d SHA512 0050b789a4921fa66b863255f1fd1ef9826e4b778ebc6dc67592fe854ec314b13cd8b162af67dae204018867966cfd5cb9822345917d3de3dc76c797bc0d2ec1 diff --git a/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild deleted file mode 100644 index 40dab6ff6400..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files" -HOMEPAGE="https://www.w3.org/Tools/HTML-XML-utils/" -SRC_URI="https://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-linux ~ppc-macos" - -RDEPEND=" - net-dns/libidn2:= - net-misc/curl -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die -} - -src_test() { - # Lots of tests lack a shebang and use bashisms - emake check SHELL="${BROOT}"/bin/bash -} diff --git a/app-text/html-xml-utils/html-xml-utils-8.5.ebuild b/app-text/html-xml-utils/html-xml-utils-8.5.ebuild deleted file mode 100644 index bf51929c322d..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-8.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A number of simple utilities for manipulating HTML and XML files" -HOMEPAGE="https://www.w3.org/Tools/HTML-XML-utils/" -SRC_URI="https://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz" - -LICENSE="W3C" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos" - -RDEPEND=" - net-dns/libidn2:= - net-misc/curl -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die -} - -src_test() { - # Lots of tests lack a shebang and use bashisms - emake check SHELL="${BROOT}"/bin/bash -} |