From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/, app-misc/pax-utils/files/
Date: Thu, 8 Sep 2022 00:23:19 +0000 (UTC) [thread overview]
Message-ID: <1662596559.7328940e2833ec9478d81745c609423b4c251b28.floppym@gentoo> (raw)
commit: 7328940e2833ec9478d81745c609423b4c251b28
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 00:20:45 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 00:22:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7328940e
app-misc/pax-utils: apply patch to reorder xmlto arguments
Closes: https://bugs.gentoo.org/869110
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
...x-utils-1.3.5-man-reorder-xmlto-arguments.patch | 30 ++++++++++++++++++++++
app-misc/pax-utils/pax-utils-1.3.5.ebuild | 4 +++
2 files changed, 34 insertions(+)
diff --git a/app-misc/pax-utils/files/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch b/app-misc/pax-utils/files/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch
new file mode 100644
index 000000000000..909c69e096c6
--- /dev/null
+++ b/app-misc/pax-utils/files/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch
@@ -0,0 +1,30 @@
+From 2d981305b117b669c60bede076557c2d765cf198 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert <floppym@gentoo.org>
+Date: Wed, 7 Sep 2022 20:13:00 -0400
+Subject: [PATCH] man: reorder xmlto arguments
+
+Bug: https://bugs.gentoo.org/869110
+Thanks-to: Fabian Groffen <grobian@gentoo.org>
+Signed-off-by: Mike Gilbert <floppym@gentoo.org>
+---
+ man/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/meson.build b/man/meson.build
+index fc8d183..2e346ec 100644
+--- a/man/meson.build
++++ b/man/meson.build
+@@ -25,8 +25,8 @@ endforeach
+
+ custom_target('docbook_to_man',
+ command : [
+- xmlto, 'man', '-x', files('custom.xsl'), '--skip-validation', book,
+- '-o', meson.current_build_dir()
++ xmlto, '-x', files('custom.xsl'), '--skip-validation',
++ '-o', meson.current_build_dir(), 'man', book
+ ],
+ input : [
+ 'pax-utils.docbook.in', 'custom.xsl', 'fragment/reftail',
+--
+2.37.3
+
diff --git a/app-misc/pax-utils/pax-utils-1.3.5.ebuild b/app-misc/pax-utils/pax-utils-1.3.5.ebuild
index 1b90ea8c3bf9..c0464ce0aa15 100644
--- a/app-misc/pax-utils/pax-utils-1.3.5.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.5.ebuild
@@ -51,6 +51,10 @@ RESTRICT="
!test? ( test )
"
+PATCHES=(
+ "${FILESDIR}/pax-utils-1.3.5-man-reorder-xmlto-arguments.patch"
+)
+
pkg_setup() {
if use test || use python; then
python-single-r1_pkg_setup
next reply other threads:[~2022-09-08 0:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 0:23 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-11-24 19:54 [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/, app-misc/pax-utils/files/ Sergei Trofimovich
2017-09-18 9:43 Fabian Groffen
2017-08-19 10:11 Sergei Trofimovich
2016-11-08 22:07 Mike Gilbert
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=1662596559.7328940e2833ec9478d81745c609423b4c251b28.floppym@gentoo \
--to=floppym@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