public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/pax-utils:master commit in: man/
@ 2016-05-31 22:27 Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-05-31 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c1f19095df0c1e6e3e31dc44f3e5ad02c35bb32e
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 22:26:21 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue May 31 22:26:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=c1f19095

man: drop redundant id sections

These aren't needed to format the man output correctly, and newer
libxml2 complains about their duplicate ids, so punt them.

 man/dumpelf.docbook   |  8 ++++----
 man/pspax.docbook     |  8 ++++----
 man/scanelf.docbook   | 10 +++++-----
 man/scanmacho.docbook | 10 +++++-----
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/man/dumpelf.docbook b/man/dumpelf.docbook
index a5074fb..15f5b61 100644
--- a/man/dumpelf.docbook
+++ b/man/dumpelf.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>dumpelf</refname>
  <refpurpose>dump internal ELF structure</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>dumpelf</command>
   <arg choice='opt'>
@@ -24,7 +24,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>dumpelf</command> is a user-space utility to dump all of the internal
@@ -33,7 +33,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>

diff --git a/man/pspax.docbook b/man/pspax.docbook
index 90e46bf..3604fdd 100644
--- a/man/pspax.docbook
+++ b/man/pspax.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>pspax</refname>
  <refpurpose>list ELF/PaX information about running processes</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>pspax</command>
   <arg choice='opt'>
@@ -24,7 +24,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>pspax</command> is a user-space utility that scans the proc
@@ -34,7 +34,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>

diff --git a/man/scanelf.docbook b/man/scanelf.docbook
index e6b34ee..d9032a9 100644
--- a/man/scanelf.docbook
+++ b/man/scanelf.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>scanelf</refname>
  <refpurpose>user-space utility to scan ELF files</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>scanelf</command>
   <arg choice='opt'>
@@ -26,7 +26,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>scanelf</command> is a user-space utility to quickly scan given
@@ -35,7 +35,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>
@@ -217,7 +217,7 @@
  </variablelist>
 </refsect1>
 
-<refsect1 id='format'>
+<refsect1>
  <title>FORMAT</title>
  <para>
   The format string is much like a printf string in that it is a literal string

diff --git a/man/scanmacho.docbook b/man/scanmacho.docbook
index 6d895e2..6a6b5ef 100644
--- a/man/scanmacho.docbook
+++ b/man/scanmacho.docbook
@@ -7,12 +7,12 @@
  <refmiscinfo class='source'>&project;</refmiscinfo>
 </refmeta>
 
-<refnamediv id='name'>
+<refnamediv>
  <refname>scanmacho</refname>
  <refpurpose>user-space utility to scan Mach-O files</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv id='synopsis'>
+<refsynopsisdiv>
  <cmdsynopsis>
   <command>scanmacho</command>
   <arg choice='opt'>
@@ -26,7 +26,7 @@
  </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1 id='description'>
+<refsect1>
  <title>DESCRIPTION</title>
  <para>
   <command>scanmacho</command> is a user-space utility to quickly scan given
@@ -42,7 +42,7 @@
  </para>
 </refsect1>
 
-<refsect1 id='options'>
+<refsect1>
  <title>OPTIONS</title>
  <variablelist>
   <varlistentry>
@@ -153,7 +153,7 @@
  </variablelist>
 </refsect1>
 
-<refsect1 id='format'>
+<refsect1>
  <title>FORMAT</title>
  <para>
   The format string is much like a printf string in that it is a literal string


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/pax-utils:master commit in: man/
@ 2022-09-08  0:17 Mike Gilbert
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert @ 2022-09-08  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2d981305b117b669c60bede076557c2d765cf198
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 00:13:00 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 00:17:00 2022 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=2d981305

man: reorder xmlto arguments

Bug: https://bugs.gentoo.org/869110
Thanks-to: Fabian Groffen <grobian <AT> gentoo.org>
Signed-off-by: Mike Gilbert <floppym <AT> 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',


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/pax-utils:master commit in: man/
@ 2023-01-23  2:10 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-01-23  2:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9fb7fc342f28f8342d8de6ca2d71b1cf2b765ae3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 04:11:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 04:38:42 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=9fb7fc34

meson: fix installation of (pre-generated) man pages w/o xmlto

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

 man/meson.build | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/man/meson.build b/man/meson.build
index 130c8ec..09ac0d5 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -1,8 +1,4 @@
-xmlto = find_program('xmlto', required : get_option('build_manpages'))
-
-if not xmlto.found()
-  subdir_done()
-endif
+xmlto = find_program('xmlto', required : get_option('build_manpages'), disabler: true)
 
 docbook_conf = configuration_data()
 docbook_conf.set('version', meson.project_version())


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/pax-utils:master commit in: man/
@ 2024-08-09 10:02 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-08-09 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     101ddccc4fad47ac8bef08ff3e30cc81727f477b
Author:     Mathias Krause <minipli <AT> grsecurity <DOT> net>
AuthorDate: Tue Jul 30 21:30:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 10:02:44 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=101ddccc

meson: avoid using replace() to not unnecessarily bump meson >= 0.58.0

Debian bullseye ships with meson 0.56.2 which is too old to understand
replace().

Work around that with split() and string concatenation.

Signed-off-by: Mathias Krause <minipli <AT> grsecurity.net>
Closes: https://github.com/gentoo/pax-utils/pull/16
Signed-off-by: Sam James <sam <AT> gentoo.org>

 man/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/meson.build b/man/meson.build
index 09ac0d5..c6982d2 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -19,7 +19,7 @@ fs = import('fs')
 out_pages = []
 generated_man_pages_exist = true
 foreach page : pages
-  man_page_name = page.replace('.docbook', '.1')
+  man_page_name = page.split('.')[0] + '.1'
   out_pages += man_page_name
   if not fs.exists(man_page_name)
       generated_man_pages_exist = false


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-09 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08  0:17 [gentoo-commits] proj/pax-utils:master commit in: man/ Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09 10:02 Sam James
2023-01-23  2:10 Sam James
2016-05-31 22:27 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox