diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-09 15:58:18 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-09 15:58:18 +0900 |
commit | 03a8a7f0622ee5aa56089c368808e25d987ca218 (patch) | |
tree | 53180cee30f1cbc6b79832451eacaae945c700fa /app-text/po4a/files | |
parent | app-i18n/libkkc: new snapshot (diff) | |
download | gentoo-03a8a7f0622ee5aa56089c368808e25d987ca218.tar.gz gentoo-03a8a7f0622ee5aa56089c368808e25d987ca218.tar.bz2 gentoo-03a8a7f0622ee5aa56089c368808e25d987ca218.zip |
app-text/po4a: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text/po4a/files')
-rw-r--r-- | app-text/po4a/files/po4a-man.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-text/po4a/files/po4a-man.patch b/app-text/po4a/files/po4a-man.patch deleted file mode 100644 index 6dd94aed153d..000000000000 --- a/app-text/po4a/files/po4a-man.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Po4aBuilder.pm -+++ b/Po4aBuilder.pm -@@ -233,7 +233,6 @@ - } - $parser->parse_from_file ($file, $out); - -- system("gzip -9 -f $out") and die; - unlink "$file" || die; - } - -@@ -245,7 +244,6 @@ - if ($file =~ m,(.*/man(.))/([^/]*)\.xml$,) { - my ($outdir, $section, $outfile) = ($1, $2, $3); - system("xsltproc -o $outdir/$outfile.$section --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $file") and die; -- system ("gzip -9 -f $outdir/$outfile.$section") and die; - } - unlink "$file" || die; - } |