public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Mon,  1 Aug 2022 03:15:40 +0000 (UTC)	[thread overview]
Message-ID: <1659323663.b54147860c8e9ee6eaca0e4ac6ee809c2c24a049.sam@gentoo> (raw)

commit:     b54147860c8e9ee6eaca0e4ac6ee809c2c24a049
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 02:58:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 03:14:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5414786

app-text/html-xml-utils: [QA] EAPI 8, drop multilib, fix tests, fix deps

- EAPI 8
- Drop multilib-minimal (installs only binaries)
- Clean up phase definitions (almost all not needed)
- Fix tests (missing shebang and fail w/ non-bash, so force bash for them)
- Fix dependencies (missing libidn2, although could use libidn, let's not
  add deps on legacy stuff).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../html-xml-utils/html-xml-utils-7.8-r1.ebuild    | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

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
new file mode 100644
index 000000000000..28ec0c74a63f
--- /dev/null
+++ b/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild
@@ -0,0 +1,28 @@
+# 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
+}


             reply	other threads:[~2022-08-01  3:15 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01  3:15 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-05-10 22:17 Sam James
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
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=1659323663.b54147860c8e9ee6eaca0e4ac6ee809c2c24a049.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