From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/
Date: Wed, 10 May 2023 22:17:39 +0000 (UTC) [thread overview]
Message-ID: <1683756835.33efe0228e450c721d20d2cfd83f19a8e657d6ad.sam@gentoo> (raw)
commit: 33efe0228e450c721d20d2cfd83f19a8e657d6ad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 22:13:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 22:13:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33efe022
app-text/html-xml-utils: add 8.6
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/html-xml-utils/Manifest | 1 +
app-text/html-xml-utils/html-xml-utils-8.6.ebuild | 29 +++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
index 518c6a491b1f..b789100379d5 100644
--- a/app-text/html-xml-utils/Manifest
+++ b/app-text/html-xml-utils/Manifest
@@ -1,2 +1,3 @@
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-8.6.ebuild b/app-text/html-xml-utils/html-xml-utils-8.6.ebuild
new file mode 100644
index 000000000000..29a2f7e8e4d0
--- /dev/null
+++ b/app-text/html-xml-utils/html-xml-utils-8.6.ebuild
@@ -0,0 +1,29 @@
+# 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
+ # (seems to be better wrt bashisms as of 8.6, but still no shebang. recheck?)
+ emake check SHELL="${BROOT}"/bin/bash
+}
next reply other threads:[~2023-05-10 22:17 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-10 22:17 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 7:20 [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/ Arthur Zamarin
2024-09-07 10:22 Petr Vaněk
2024-05-19 17:53 Arthur Zamarin
2024-05-19 17:12 Arthur Zamarin
2024-05-19 17:09 Sam James
2024-05-19 17:06 Arthur Zamarin
2023-02-11 4:53 Sam James
2022-08-29 19:30 Jakov Smolić
2022-08-29 19:28 Andreas Sturmlechner
2022-08-29 18:45 Agostino Sarubbo
2022-08-29 7:21 Agostino Sarubbo
2022-08-28 18:03 Arthur Zamarin
2022-08-01 3:15 Sam James
2020-06-20 14:41 Patrice Clement
2020-06-20 14:41 Patrice Clement
2020-06-20 14:41 Patrice Clement
2018-05-07 21:36 Patrice Clement
2018-03-16 17:21 Patrice Clement
2018-02-04 22:49 Patrice Clement
2017-11-28 21:56 Patrice Clement
2017-11-28 21:56 Patrice Clement
2017-11-28 21:56 Patrice Clement
2017-10-28 23:59 Sergei Trofimovich
2017-10-26 21:47 Sergei Trofimovich
2017-10-26 18:54 Thomas Deutschmann
2017-10-19 7:39 Patrice Clement
2016-12-04 0:47 Patrice Clement
2016-04-19 8:55 Patrice Clement
2016-03-21 15:24 Patrice Clement
2015-10-19 12:06 Justin Lecher
2015-10-18 18:31 Mikle Kolyada
2015-08-31 8:31 Patrice Clement
2015-08-31 8:31 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1683756835.33efe0228e450c721d20d2cfd83f19a8e657d6ad.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox