[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/

2024-03-23 Thread Akinori Hattori
commit: 72ea0ec720afaee417898cf102ff4d999a2e81d9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Mar 23 14:04:29 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Mar 23 14:04:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ea0ec7

app-text/po4a: drop old

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest  |  1 -
 app-text/po4a/files/po4a-0.66-man.patch | 18 ---
 app-text/po4a/po4a-0.66.ebuild  | 53 -
 3 files changed, 72 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index a710c875dcd3..6060bd9aa55e 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
-DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
 DIST po4a-0.69.tar.gz 4665710 BLAKE2B 
2fc1b6cd53f1b282f20cd4932de7f5d6d9882de9f50181f0de89995c9d9b79b5fd2bc53d3757c56c519478e67ac636deb5a011cc8810a002b6bb6dabdb2b
 SHA512 
9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3
 DIST po4a-0.70.tar.gz 4832825 BLAKE2B 
2cf103cf95860855c8cd3e6090a75fce0791a58badc3a5bae0563c4d9b063af984fda1de5566d61caa23766ebddb66f8fb0a4701bfbc6fe2aafdf2bab292ef26
 SHA512 
2f12d9b9214b08bb7dd2d864016063845f397d7b71c1aa2292c1da1b71f1ec435cfae527032f4d6610d15d1a6ea40e35165dcba007b75cab635dd722cbc05139
 DIST po4a-0.71.tar.gz 4860322 BLAKE2B 
8a5d1f8dd17b435bf1ada91b4c49862eed97775c574d2972d749f6126eb5f654cc4f8a1def3d4b9ddf50f86c8d02e4f328cbb0406eb91e5224e9373c2063441e
 SHA512 
67ba925433d95ebd6675ce2e58b2664a07a00016ca4b5029845e485dfad1804737a00935e2da162e2488e4c21b947e7fa32b40ac3d9b28d4729d8f93c3f2040b

diff --git a/app-text/po4a/files/po4a-0.66-man.patch 
b/app-text/po4a/files/po4a-0.66-man.patch
deleted file mode 100644
index 40927dbda818..
--- a/app-text/po4a/files/po4a-0.66-man.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/Po4aBuilder.pm
-+++ b/Po4aBuilder.pm
-@@ -232,7 +232,6 @@
- }
- $parser->parse_from_file ($file, $out);
- 
--system("gzip -9 -f $out") and die;
- unlink "$file" || die;
- }
- 
-@@ -250,7 +249,6 @@
-   print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
-   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;
- }

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
deleted file mode 100644
index 21f4b6ed93dd..
--- a/app-text/po4a/po4a-0.66.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
-
-inherit perl-module plocale
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/Pod-Parser
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   sys-devel/gettext
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${P}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   plocale_find_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   plocale_for_each_disabled_locale rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-03-14 Thread Ionen Wolkens
commit: 14b4d5188195d12648b7ca42c809c313ee446e9e
Author: Matoro Mahri  matoro  tk>
AuthorDate: Wed Mar 13 15:04:38 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 15 04:13:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b4d518

app-text/po4a: Stabilize 0.69 amd64, #924284

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index 2b08d11de879..f25dad21ec9c 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-03-14 Thread Ionen Wolkens
commit: 64c85b871698045256ce7a8ee3e2f6717677a5d5
Author: Matoro Mahri  matoro  tk>
AuthorDate: Wed Mar 13 16:16:27 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 15 04:13:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c85b87

app-text/po4a: Stabilize 0.69 x86, #924284

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index f25dad21ec9c..d45251ad5468 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-03-02 Thread Akinori Hattori
commit: d7b2d8a9e30990771226878d22f97db2f293c75f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Mar  3 06:42:42 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Mar  3 06:42:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b2d8a9

app-text/po4a: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.71.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index aae62e6ad8bd..a710c875dcd3 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
 DIST po4a-0.69.tar.gz 4665710 BLAKE2B 
2fc1b6cd53f1b282f20cd4932de7f5d6d9882de9f50181f0de89995c9d9b79b5fd2bc53d3757c56c519478e67ac636deb5a011cc8810a002b6bb6dabdb2b
 SHA512 
9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3
 DIST po4a-0.70.tar.gz 4832825 BLAKE2B 
2cf103cf95860855c8cd3e6090a75fce0791a58badc3a5bae0563c4d9b063af984fda1de5566d61caa23766ebddb66f8fb0a4701bfbc6fe2aafdf2bab292ef26
 SHA512 
2f12d9b9214b08bb7dd2d864016063845f397d7b71c1aa2292c1da1b71f1ec435cfae527032f4d6610d15d1a6ea40e35165dcba007b75cab635dd722cbc05139
+DIST po4a-0.71.tar.gz 4860322 BLAKE2B 
8a5d1f8dd17b435bf1ada91b4c49862eed97775c574d2972d749f6126eb5f654cc4f8a1def3d4b9ddf50f86c8d02e4f328cbb0406eb91e5224e9373c2063441e
 SHA512 
67ba925433d95ebd6675ce2e58b2664a07a00016ca4b5029845e485dfad1804737a00935e2da162e2488e4c21b947e7fa32b40ac3d9b28d4729d8f93c3f2040b

diff --git a/app-text/po4a/po4a-0.71.ebuild b/app-text/po4a/po4a-0.71.ebuild
new file mode 100644
index ..397bab6b1bee
--- /dev/null
+++ b/app-text/po4a/po4a-0.71.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja ka kn ko nb nl 
pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_Hans zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/Syntax-Keyword-Try
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   sys-devel/gettext
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-02-27 Thread Ionen Wolkens
commit: 7030d484fa45c48b04045a7bfc51c3247c4e2eac
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Feb 27 23:51:22 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 28 02:32:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7030d484

app-text/po4a: Stabilize 0.69 hppa, #924284

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index 7f77e9c79aaa..2b08d11de879 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-02-27 Thread Ionen Wolkens
commit: 08251154b7be558fd85ec5fa584bfe9bcdf6dbae
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Feb 27 16:21:20 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 28 02:32:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08251154

app-text/po4a: Stabilize 0.69 ppc64, #924284

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index 286c0debfd20..edf374a177c3 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-02-27 Thread Ionen Wolkens
commit: 2681bc949fdb8c5c287e1edb55fe48ce0b630a9f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Feb 27 17:15:23 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 28 02:32:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2681bc94

app-text/po4a: Stabilize 0.69 ppc, #924284

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index edf374a177c3..7f77e9c79aaa 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-02-27 Thread Ionen Wolkens
commit: 880bd40890d4cea0a2d1f2df74af2f873a89b05e
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Feb 27 15:48:10 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Feb 28 02:32:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880bd408

app-text/po4a: Stabilize 0.69 sparc, #924284

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index 5c8710107ec6..286c0debfd20 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2024-02-12 Thread Sam James
commit: 73dd187fa82accc6768d8f7ab946d425e910f03a
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 08:54:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 08:54:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dd187f

app-text/po4a: Stabilize 0.69 arm, #924284

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index d9b25cdec13e..5c8710107ec6 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/

2024-02-10 Thread Akinori Hattori
commit: 94ed39336ee31fd1033b932fe0f68e196a614b33
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb 11 06:54:35 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb 11 06:55:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ed3933

app-text/po4a: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/files/po4a-man.patch | 18 +
 app-text/po4a/po4a-0.70.ebuild | 54 ++
 3 files changed, 73 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 0ddb49ce040b..aae62e6ad8bd 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,2 +1,3 @@
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
 DIST po4a-0.69.tar.gz 4665710 BLAKE2B 
2fc1b6cd53f1b282f20cd4932de7f5d6d9882de9f50181f0de89995c9d9b79b5fd2bc53d3757c56c519478e67ac636deb5a011cc8810a002b6bb6dabdb2b
 SHA512 
9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3
+DIST po4a-0.70.tar.gz 4832825 BLAKE2B 
2cf103cf95860855c8cd3e6090a75fce0791a58badc3a5bae0563c4d9b063af984fda1de5566d61caa23766ebddb66f8fb0a4701bfbc6fe2aafdf2bab292ef26
 SHA512 
2f12d9b9214b08bb7dd2d864016063845f397d7b71c1aa2292c1da1b71f1ec435cfae527032f4d6610d15d1a6ea40e35165dcba007b75cab635dd722cbc05139

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-man.patch
new file mode 100644
index ..b166887283cb
--- /dev/null
+++ b/app-text/po4a/files/po4a-man.patch
@@ -0,0 +1,18 @@
+--- a/Po4aBuilder.pm
 b/Po4aBuilder.pm
+@@ -242,7 +242,6 @@
+ }
+ $parser->parse_from_file( $file, $out );
+ 
+-system("gzip -9 -n -f $out") and die;
+ unlink "$file" || die;
+ }
+ 
+@@ -264,7 +263,6 @@
+ print "Convert $outdir/$outfile.$section (online 
docbook.xsl file). ";
+ system("xsltproc -o $outdir/$outfile.$section --nonet 
$docbook_xsl_url $file") and die;
+ }
+-system("gzip -9 -n -f $outdir/$outfile.$section") and die;
+ }
+ unlink "$file" || die;
+ }

diff --git a/app-text/po4a/po4a-0.70.ebuild b/app-text/po4a/po4a-0.70.ebuild
new file mode 100644
index ..5b80c728dbb4
--- /dev/null
+++ b/app-text/po4a/po4a-0.70.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja ka kn ko nb nl 
pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_Hans zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/files/14077820/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/Syntax-Keyword-Try
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   sys-devel/gettext
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/

2024-02-10 Thread Akinori Hattori
commit: 36c66599ebe342bbb9e2c0b6f637f82c3738c63f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb 11 06:46:31 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb 11 06:55:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c66599

app-text/po4a: drop old

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest  |  1 -
 app-text/po4a/files/po4a-0.68-man.patch | 18 ---
 app-text/po4a/po4a-0.68.ebuild  | 54 -
 3 files changed, 73 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index aa7e4cf1faab..0ddb49ce040b 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,2 @@
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
-DIST po4a-0.68.tar.gz 4605485 BLAKE2B 
fe649a28c0c181f53d7eb3f583d4a7dffe4fc22fb316c1c534b672a267eef16ccdf39a77caff3a2d75b7bfcb36e68c49229aaddeb8dff5ee475b71b58402200e
 SHA512 
d7c60a3647d8f4265ce6f016d33430c72775ae19eb2efb240532545b08280368fea70db3360131f6537eb7cc72c19299dff4b6f938ac09cbef1b2db1a93d996e
 DIST po4a-0.69.tar.gz 4665710 BLAKE2B 
2fc1b6cd53f1b282f20cd4932de7f5d6d9882de9f50181f0de89995c9d9b79b5fd2bc53d3757c56c519478e67ac636deb5a011cc8810a002b6bb6dabdb2b
 SHA512 
9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3

diff --git a/app-text/po4a/files/po4a-0.68-man.patch 
b/app-text/po4a/files/po4a-0.68-man.patch
deleted file mode 100644
index 6c79ebf77dd2..
--- a/app-text/po4a/files/po4a-0.68-man.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/Po4aBuilder.pm
-+++ b/Po4aBuilder.pm
-@@ -234,7 +234,6 @@
- }
- $parser->parse_from_file ($file, $out);
- 
--system("gzip -9 -f $out") and die;
- unlink "$file" || die;
- }
- 
-@@ -253,7 +252,6 @@
- print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
- 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;
- }

diff --git a/app-text/po4a/po4a-0.68.ebuild b/app-text/po4a/po4a-0.68.ebuild
deleted file mode 100644
index edf62e1f6731..
--- a/app-text/po4a/po4a-0.68.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
-
-inherit perl-module plocale
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/Pod-Parser
-   dev-perl/SGMLSpm
-   dev-perl/Syntax-Keyword-Try
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   sys-devel/gettext
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${P}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   plocale_find_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   plocale_for_each_disabled_locale rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/

2024-02-10 Thread Akinori Hattori
commit: fa599032693ae4f145e109772f4d2f9193fc0d61
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb 11 06:45:24 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb 11 06:55:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa599032

app-text/po4a: rename patch

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/files/{po4a-man.patch => po4a-0.69-man.patch} | 0
 app-text/po4a/po4a-0.69.ebuild  | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-0.69-man.patch
similarity index 100%
rename from app-text/po4a/files/po4a-man.patch
rename to app-text/po4a/files/po4a-0.69-man.patch

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
index 626b80de85be..861b6d39cf95 100644
--- a/app-text/po4a/po4a-0.69.ebuild
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -38,7 +38,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
 
 DIST_TEST="do"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/

2023-02-04 Thread Akinori Hattori
commit: b6e2b53e381d001bcad7347a5d25a102adeeaafb
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb  5 01:53:09 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb  5 01:54:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e2b53e

app-text/po4a: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/files/po4a-man.patch | 18 +
 app-text/po4a/po4a-0.69.ebuild | 54 ++
 3 files changed, 73 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index e429b334ba21..aa7e4cf1faab 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,2 +1,3 @@
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
 DIST po4a-0.68.tar.gz 4605485 BLAKE2B 
fe649a28c0c181f53d7eb3f583d4a7dffe4fc22fb316c1c534b672a267eef16ccdf39a77caff3a2d75b7bfcb36e68c49229aaddeb8dff5ee475b71b58402200e
 SHA512 
d7c60a3647d8f4265ce6f016d33430c72775ae19eb2efb240532545b08280368fea70db3360131f6537eb7cc72c19299dff4b6f938ac09cbef1b2db1a93d996e
+DIST po4a-0.69.tar.gz 4665710 BLAKE2B 
2fc1b6cd53f1b282f20cd4932de7f5d6d9882de9f50181f0de89995c9d9b79b5fd2bc53d3757c56c519478e67ac636deb5a011cc8810a002b6bb6dabdb2b
 SHA512 
9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-man.patch
new file mode 100644
index ..02cedf7f1ade
--- /dev/null
+++ b/app-text/po4a/files/po4a-man.patch
@@ -0,0 +1,18 @@
+--- a/Po4aBuilder.pm
 b/Po4aBuilder.pm
+@@ -234,7 +234,6 @@
+ }
+ $parser->parse_from_file ($file, $out);
+ 
+-system("gzip -9 -n -f $out") and die;
+ unlink "$file" || die;
+ }
+ 
+@@ -253,7 +252,6 @@
+ print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
+ system("xsltproc -o $outdir/$outfile.$section --nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $file") 
and die;
+ }
+-system ("gzip -9 -n -f $outdir/$outfile.$section") and die;
+ }
+ unlink "$file" || die;
+ }

diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild
new file mode 100644
index ..42a766aaad56
--- /dev/null
+++ b/app-text/po4a/po4a-0.69.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja ka kn ko nb nl 
pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/Syntax-Keyword-Try
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   sys-devel/gettext
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2023-02-04 Thread Akinori Hattori
commit: f8f169e998f94f49c20ad0c52af6dd1c2686093c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb  5 01:45:45 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb  5 01:54:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f169e9

app-text/po4a: restore keywords

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/po4a-0.68.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/po4a/po4a-0.68.ebuild b/app-text/po4a/po4a-0.68.ebuild
index af06ae98..0814c44f19fb 100644
--- a/app-text/po4a/po4a-0.68.ebuild
+++ b/app-text/po4a/po4a-0.68.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2023-02-04 Thread Akinori Hattori
commit: dc1575ab66732635c88bfb51553e1a898468e90c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb  5 01:48:49 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb  5 01:54:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1575ab

app-text/po4a: drop old

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/po4a-0.67.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index fc8475b53d58..e429b334ba21 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,2 @@
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
-DIST po4a-0.67.tar.gz 4466869 BLAKE2B 
c4dab0e40e7f5eb24ec85abf8a02131144b181d9b783a5dccc30221d1cc3a493f16d7c2faf8284c6d2f2259661a6f2c280624e5fd16e2d4d0bf878f8291ef7b5
 SHA512 
6445db615ac1a2e752daca7dca0c44a88e74c7a26c06ba8e7cb6bdeeaacce78cb74a671579dd95ee8341d817e16717e8cf99022a37c5d152e0c9828bd6aae3d9
 DIST po4a-0.68.tar.gz 4605485 BLAKE2B 
fe649a28c0c181f53d7eb3f583d4a7dffe4fc22fb316c1c534b672a267eef16ccdf39a77caff3a2d75b7bfcb36e68c49229aaddeb8dff5ee475b71b58402200e
 SHA512 
d7c60a3647d8f4265ce6f016d33430c72775ae19eb2efb240532545b08280368fea70db3360131f6537eb7cc72c19299dff4b6f938ac09cbef1b2db1a93d996e

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
deleted file mode 100644
index 6ef3081431c7..
--- a/app-text/po4a/po4a-0.67.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
-
-inherit perl-module plocale
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/Pod-Parser
-   dev-perl/SGMLSpm
-   dev-perl/Syntax-Keyword-Try
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   sys-devel/gettext
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   plocale_find_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   plocale_for_each_disabled_locale rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/

2023-02-04 Thread Akinori Hattori
commit: dbd022d02553c49c1e2cdc90bc2e9ab6ba626631
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Feb  5 01:50:26 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Feb  5 01:54:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd022d0

app-text/po4a: rename patch

Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/files/{po4a-man.patch => po4a-0.68-man.patch} | 0
 app-text/po4a/po4a-0.68.ebuild  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-0.68-man.patch
similarity index 100%
rename from app-text/po4a/files/po4a-man.patch
rename to app-text/po4a/files/po4a-0.68-man.patch

diff --git a/app-text/po4a/po4a-0.68.ebuild b/app-text/po4a/po4a-0.68.ebuild
index 0814c44f19fb..0508197665aa 100644
--- a/app-text/po4a/po4a-0.68.ebuild
+++ b/app-text/po4a/po4a-0.68.ebuild
@@ -38,7 +38,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
 
 DIST_TEST="do"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-09-26 Thread Michał Górny
commit: b2858130be7bc420fde0dc7824742811f5947ae8
Author: matoro  users  noreply  github  com>
AuthorDate: Mon Sep 26 01:24:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 26 07:30:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2858130

app-text/po4a: Keyword 0.67 mips, #863014

Closes: https://github.com/gentoo/gentoo/pull/27463
Signed-off-by: Michał Górny  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index eebde273c947..6ef3081431c7 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-09-22 Thread Michał Górny
commit: 6d4fa002c34988f0163f91b54bd09b58df25c111
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 18:15:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4fa002

app-text/po4a: Keyword 0.67 alpha, #863014

Closes: https://github.com/gentoo/gentoo/pull/27379
Signed-off-by: Michał Górny  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index af06ae98..eebde273c947 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-09-10 Thread Fabian Groffen
commit: 8a0f504bc77cefa7726597404532256a0e9f9ef2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Sep 10 08:38:42 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Sep 10 08:39:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0f504b

app-text/po4a: re-add Prefix keywords for 0.67 and 0.68

Bug: https://bugs.gentoo.org/863014
Signed-off-by: Fabian Groffen  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 app-text/po4a/po4a-0.68.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 300d739e1730..af06ae98 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/app-text/po4a/po4a-0.68.ebuild b/app-text/po4a/po4a-0.68.ebuild
index 300d739e1730..af06ae98 100644
--- a/app-text/po4a/po4a-0.68.ebuild
+++ b/app-text/po4a/po4a-0.68.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/

2022-09-09 Thread Akinori Hattori
commit: 126521cd90f951c8984181daa43bf0d5f64217f0
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Sep  9 14:27:49 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Sep  9 14:27:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126521cd

app-text/po4a: rename patches

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 .../po4a/files/{po4a-man.patch => po4a-0.66-man.patch} |  0
 app-text/po4a/files/po4a-0.67-man.patch| 18 --
 app-text/po4a/files/po4a-man.patch | 16 
 app-text/po4a/po4a-0.66.ebuild |  2 +-
 app-text/po4a/po4a-0.67.ebuild |  2 +-
 5 files changed, 10 insertions(+), 28 deletions(-)

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-0.66-man.patch
similarity index 100%
copy from app-text/po4a/files/po4a-man.patch
copy to app-text/po4a/files/po4a-0.66-man.patch

diff --git a/app-text/po4a/files/po4a-0.67-man.patch 
b/app-text/po4a/files/po4a-0.67-man.patch
deleted file mode 100644
index 6c79ebf77dd2..
--- a/app-text/po4a/files/po4a-0.67-man.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/Po4aBuilder.pm
-+++ b/Po4aBuilder.pm
-@@ -234,7 +234,6 @@
- }
- $parser->parse_from_file ($file, $out);
- 
--system("gzip -9 -f $out") and die;
- unlink "$file" || die;
- }
- 
-@@ -253,7 +252,6 @@
- print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
- 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;
- }

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-man.patch
index 40927dbda818..6c79ebf77dd2 100644
--- a/app-text/po4a/files/po4a-man.patch
+++ b/app-text/po4a/files/po4a-man.patch
@@ -1,6 +1,6 @@
 --- a/Po4aBuilder.pm
 +++ b/Po4aBuilder.pm
-@@ -232,7 +232,6 @@
+@@ -234,7 +234,6 @@
  }
  $parser->parse_from_file ($file, $out);
  
@@ -8,11 +8,11 @@
  unlink "$file" || die;
  }
  
-@@ -250,7 +249,6 @@
-   print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
-   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;
+@@ -253,7 +252,6 @@
+ print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
+ 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;
  }
- unlink "$file" || die;
- }

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index 0c39ceb095cc..075e72ec5e4e 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -37,7 +37,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
 
 DIST_TEST="do"
 

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 4fe9ab68c59f..300d739e1730 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -38,7 +38,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${P}-man.patch )
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
 
 DIST_TEST="do"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-09-09 Thread Akinori Hattori
commit: f62d41215f309cbc3476284fab9d76d560c160f2
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Sep  9 14:31:00 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Sep  9 14:31:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62d4121

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.68.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 7a20586b2204..fc8475b53d58 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,2 +1,3 @@
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
 DIST po4a-0.67.tar.gz 4466869 BLAKE2B 
c4dab0e40e7f5eb24ec85abf8a02131144b181d9b783a5dccc30221d1cc3a493f16d7c2faf8284c6d2f2259661a6f2c280624e5fd16e2d4d0bf878f8291ef7b5
 SHA512 
6445db615ac1a2e752daca7dca0c44a88e74c7a26c06ba8e7cb6bdeeaacce78cb74a671579dd95ee8341d817e16717e8cf99022a37c5d152e0c9828bd6aae3d9
+DIST po4a-0.68.tar.gz 4605485 BLAKE2B 
fe649a28c0c181f53d7eb3f583d4a7dffe4fc22fb316c1c534b672a267eef16ccdf39a77caff3a2d75b7bfcb36e68c49229aaddeb8dff5ee475b71b58402200e
 SHA512 
d7c60a3647d8f4265ce6f016d33430c72775ae19eb2efb240532545b08280368fea70db3360131f6537eb7cc72c19299dff4b6f938ac09cbef1b2db1a93d996e

diff --git a/app-text/po4a/po4a-0.68.ebuild b/app-text/po4a/po4a-0.68.ebuild
new file mode 100644
index ..300d739e1730
--- /dev/null
+++ b/app-text/po4a/po4a-0.68.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/Syntax-Keyword-Try
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   sys-devel/gettext
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-13 Thread Arthur Zamarin
commit: ab205cbefc0a9f5374405c9e1481fd4466eb3cf3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 13 09:36:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 13 09:37:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab205cbe

app-text/po4a: Keyword 0.67 s390, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index ca6f5e10b698..4fe9ab68c59f 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-06 Thread WANG Xuerui
commit: 7fdf2b328b4b5adbe9ab89d98a9bda039b782406
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug  7 04:54:52 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug  7 04:54:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdf2b32

app-text/po4a: keyword 0.67 for ~loong

Bug: https://bugs.gentoo.org/863014
Signed-off-by: WANG Xuerui  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 31cb2e4e621d..ca6f5e10b698 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-06 Thread James Le Cuirot
commit: 6c796eda43bfcf66b5b67ae39e8e5b0838f77167
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug  6 12:04:32 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug  6 12:04:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c796eda

app-text/po4a: Keyword 0.67 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index bd92630f7d8a..31cb2e4e621d 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-05 Thread Arthur Zamarin
commit: b34306404ea595c8c2ca24bbd1fe864188154e76
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  5 15:28:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  5 15:28:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3430640

app-text/po4a: Keyword 0.67 hppa, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index ee89706a60cf..bd92630f7d8a 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-05 Thread Arthur Zamarin
commit: 2a534f015d2c9d10e1223720de7b054003abafb3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  5 11:55:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  5 11:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a534f01

app-text/po4a: Keyword 0.67 ia64, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 73bc08239bb9..ee89706a60cf 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-05 Thread Agostino Sarubbo
commit: 45c89da77825d46f786b17854dfcf9136cf5cd47
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug  5 07:15:35 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug  5 07:15:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c89da7

app-text/po4a: x86 stable wrt bug #861779

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index 4ee04cc8f7f2..0c39ceb095cc 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-04 Thread Agostino Sarubbo
commit: 2448fe65f3b675df8680d51d22b9e56ff6ba4f03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug  4 08:02:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug  4 08:02:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2448fe65

app-text/po4a: amd64 stable wrt bug #861779

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index fd7e8e5de356..4ee04cc8f7f2 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-03 Thread Agostino Sarubbo
commit: 44fac1eec8672ca2a791e60f6b9d2d0dee811681
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  3 07:50:17 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  3 07:50:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fac1ee

app-text/po4a: ppc stable wrt bug #861779

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index 3e18f0849791..fd7e8e5de356 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-03 Thread Yixun Lan
commit: 777c6137349a43f5db0393004c4f7d048d53a049
Author: Yu Gu  gmail  com>
AuthorDate: Wed Aug  3 03:34:45 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Aug  3 06:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777c6137

app-text/po4a: Keyword 0.67 riscv, #863014

Closes: https://github.com/gentoo/gentoo/pull/26714
Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 8bbea8ff6b11..73bc08239bb9 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: 3d44ff1b0508782065cabdeb747757fbb4f571b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug  3 04:38:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug  3 04:38:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d44ff1b

app-text/po4a: Stabilize 0.66 sparc, #861779

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index 7eac457690d1..3e18f0849791 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: a6f6737fb6b864cc0fba34f4a16dffdab0fc0d7b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 18:12:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 18:12:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f6737f

app-text/po4a: Keyword 0.67 arm64, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 355fb25a0186..8bbea8ff6b11 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: 96196a75e454bb6b2d1f4856a9c5b76fc1bd3613
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 18:02:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 18:02:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96196a75

app-text/po4a: Stabilize 0.66 arm, #861779

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index ff77df0ce746..7eac457690d1 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: e176ec6ae3a6cb2294ee8f5260fe0c630f72fa3e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 17:55:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 17:55:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e176ec6a

app-text/po4a: Keyword 0.67 ppc, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 48f34434ba4f..355fb25a0186 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: 225ac6de1f5d9429a0dfa138f028163384b9d0d0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 17:41:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 17:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225ac6de

app-text/po4a: Keyword 0.67 sparc, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 7f85c2b18f4f..48f34434ba4f 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: deb500a538167659f388005f79d1888e5016b6cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 17:30:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 17:30:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb500a5

app-text/po4a: Keyword 0.67 ppc64, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index 43d0b079163d..7f85c2b18f4f 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: 6f9c9f92ca3420b5722dddcbd01dbb7f85d1bbfb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 17:30:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 17:30:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9c9f92

app-text/po4a: Stabilize 0.66 ppc64, #861779

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index a5f0c22765ba..ff77df0ce746 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: 0be1f701e38e10ed6bf0d721d1d04e325cbe7597
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 16:54:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 16:54:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be1f701

app-text/po4a: Keyword 0.67 arm, #863014

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index a5942928f213..43d0b079163d 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: c89a8af36c3ac5e7388d2628c1fea7d79fa80dc6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 16:47:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 16:47:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89a8af3

app-text/po4a: Stabilize 0.66 hppa, #861779

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index 081300594bd5..a5f0c22765ba 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Arthur Zamarin
commit: e74e2c0b958036f426bdc5438efefa29d4fca10d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  2 16:46:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  2 16:46:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74e2c0b

app-text/po4a: Stabilize 0.66 arm64, #861779

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index 9e119d269b2b..081300594bd5 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-08-02 Thread Akinori Hattori
commit: f772365299d1a7a4f2fde3ffdd8f5ab3860acec9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  2 13:26:52 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  2 13:27:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7723652

app-text/po4a: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/po4a-0.65.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index ff88ee38b1a7..dac96558d3da 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,5 +1,4 @@
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633
 DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0
-DIST po4a-0.65.tar.gz 4152612 BLAKE2B 
81d330f234cae10f228b5de7e8417f79d7008f827faf676a68c83b05044a2198c1c03f8d19d8bbbfdb71a83cb93abc319e7e6ac5ce57704294d0f3b858bb9b56
 SHA512 
eea2ddc1344d371ee685e73dc3c3b1b58d24f8bae7edbe7f2112bfead1c481c6796d02c5f7d9fc9bbac57bd93c4194ade51368bb8b29ba62aee333a7afa2e7e6
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
 DIST po4a-0.67.tar.gz 4466869 BLAKE2B 
c4dab0e40e7f5eb24ec85abf8a02131144b181d9b783a5dccc30221d1cc3a493f16d7c2faf8284c6d2f2259661a6f2c280624e5fd16e2d4d0bf878f8291ef7b5
 SHA512 
6445db615ac1a2e752daca7dca0c44a88e74c7a26c06ba8e7cb6bdeeaacce78cb74a671579dd95ee8341d817e16717e8cf99022a37c5d152e0c9828bd6aae3d9

diff --git a/app-text/po4a/po4a-0.65.ebuild b/app-text/po4a/po4a-0.65.ebuild
deleted file mode 100644
index 809d0390cd68..
--- a/app-text/po4a/po4a-0.65.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
-
-inherit perl-module plocale
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/Pod-Parser
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   sys-devel/gettext
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   plocale_find_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   plocale_for_each_disabled_locale rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/

2022-08-02 Thread Akinori Hattori
commit: ecfe5171a4fef78ca7f8671368a63ffb05b6dd05
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  2 12:50:24 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  2 12:51:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfe5171

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest  |  1 +
 app-text/po4a/files/po4a-0.67-man.patch | 18 +++
 app-text/po4a/po4a-0.67.ebuild  | 54 +
 3 files changed, 73 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 1df54b9b9840..ff88ee38b1a7 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -2,3 +2,4 @@ DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813
 DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0
 DIST po4a-0.65.tar.gz 4152612 BLAKE2B 
81d330f234cae10f228b5de7e8417f79d7008f827faf676a68c83b05044a2198c1c03f8d19d8bbbfdb71a83cb93abc319e7e6ac5ce57704294d0f3b858bb9b56
 SHA512 
eea2ddc1344d371ee685e73dc3c3b1b58d24f8bae7edbe7f2112bfead1c481c6796d02c5f7d9fc9bbac57bd93c4194ade51368bb8b29ba62aee333a7afa2e7e6
 DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
+DIST po4a-0.67.tar.gz 4466869 BLAKE2B 
c4dab0e40e7f5eb24ec85abf8a02131144b181d9b783a5dccc30221d1cc3a493f16d7c2faf8284c6d2f2259661a6f2c280624e5fd16e2d4d0bf878f8291ef7b5
 SHA512 
6445db615ac1a2e752daca7dca0c44a88e74c7a26c06ba8e7cb6bdeeaacce78cb74a671579dd95ee8341d817e16717e8cf99022a37c5d152e0c9828bd6aae3d9

diff --git a/app-text/po4a/files/po4a-0.67-man.patch 
b/app-text/po4a/files/po4a-0.67-man.patch
new file mode 100644
index ..6c79ebf77dd2
--- /dev/null
+++ b/app-text/po4a/files/po4a-0.67-man.patch
@@ -0,0 +1,18 @@
+--- a/Po4aBuilder.pm
 b/Po4aBuilder.pm
+@@ -234,7 +234,6 @@
+ }
+ $parser->parse_from_file ($file, $out);
+ 
+-system("gzip -9 -f $out") and die;
+ unlink "$file" || die;
+ }
+ 
+@@ -253,7 +252,6 @@
+ print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
+ 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;
+ }

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
new file mode 100644
index ..a5942928f213
--- /dev/null
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/Syntax-Keyword-Try
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   sys-devel/gettext
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-04-29 Thread WANG Xuerui
commit: ef63ab2bd93305ae38096a2b0b8f9b83685b5834
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Apr 29 07:35:09 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Apr 29 07:58:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef63ab2b

app-text/po4a: keyword 0.66 for ~loong

>From this commit on, @system of loong systemd profiles should be fully
keyworded and native-emergeable with default USE flags.

Closes: https://github.com/gentoo/gentoo/pull/25245
Signed-off-by: WANG Xuerui  gentoo.org>

 app-text/po4a/po4a-0.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
index db6bc3212044..9e119d269b2b 100644
--- a/app-text/po4a/po4a-0.66.ebuild
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-02-03 Thread Akinori Hattori
commit: f5e2c19c001f6ef3f2ff0dab878bf966351c54c2
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Feb  3 14:11:11 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Feb  3 14:11:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e2c19c

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.66.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 6667f7facc24..1df54b9b9840 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633
 DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0
 DIST po4a-0.65.tar.gz 4152612 BLAKE2B 
81d330f234cae10f228b5de7e8417f79d7008f827faf676a68c83b05044a2198c1c03f8d19d8bbbfdb71a83cb93abc319e7e6ac5ce57704294d0f3b858bb9b56
 SHA512 
eea2ddc1344d371ee685e73dc3c3b1b58d24f8bae7edbe7f2112bfead1c481c6796d02c5f7d9fc9bbac57bd93c4194ade51368bb8b29ba62aee333a7afa2e7e6
+DIST po4a-0.66.tar.gz 4240059 BLAKE2B 
1d88665b8aa0d7f81854c97265f483934adc51503c2d33252d6ae08a00fddfa8aaa6e9c652f764ae46bf14fea3bcd1093f923fcbf08d96e97296954199e9b900
 SHA512 
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4

diff --git a/app-text/po4a/po4a-0.66.ebuild b/app-text/po4a/po4a-0.66.ebuild
new file mode 100644
index ..db6bc3212044
--- /dev/null
+++ b/app-text/po4a/po4a-0.66.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   sys-devel/gettext
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-01-24 Thread Sam James
commit: 89b79e3e5aea779cae86da39bb1da98d17e2bc4f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 25 02:33:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 25 02:33:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b79e3e

app-text/po4a: Stabilize 0.64 hppa, #826570

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index 2e2a180300cb..7859d1c978d7 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-12-02 Thread Arthur Zamarin
commit: cead1d24bd46fe630991d0a14dcabc1573286f3b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec  2 08:27:04 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec  2 08:27:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cead1d24

app-text/po4a: Stabilize 0.64 x86, #826570

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index bd435c6ea6a8..2e2a180300cb 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-30 Thread Arthur Zamarin
commit: e926fec045c30ccce2bff9a8a8e483c7115381af
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:40:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:41:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e926fec0

app-text/po4a: Stabilize 0.64 amd64, #826570

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index f9491ea12ad3..bd435c6ea6a8 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-26 Thread Andreas K. Hüttel
commit: f7d1dc61554b217256503f77fc33aab3503dbfda
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 26 20:34:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 26 20:35:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d1dc61

app-text/po4a: add gettext to BDEPEND

The build uses the msgmerge utility

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-text/po4a/po4a-0.65.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/po4a/po4a-0.65.ebuild b/app-text/po4a/po4a-0.65.ebuild
index 06a610cfb5f7..809d0390cd68 100644
--- a/app-text/po4a/po4a-0.65.ebuild
+++ b/app-text/po4a/po4a-0.65.ebuild
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-perl/Module-Build
+   sys-devel/gettext
test? (
app-text/docbook-sgml-dtd:4.1
dev-perl/Test-Pod



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-22 Thread Sam James
commit: d5d71106e16c5855e007fb862a3c84818be0193e
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:20:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:20:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d71106

app-text/po4a: Stabilize 0.64 ppc64, #826570

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index 61dc5e51e714..a5c428b787df 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-22 Thread Sam James
commit: 7da50d0d8939835cfc1ab178932a2192db5d6cff
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:19:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da50d0d

app-text/po4a: Stabilize 0.64 arm, #826570

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index 051bd92be89c..61dc5e51e714 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-22 Thread Sam James
commit: d354a70c28407c2eb5737b3625dc687f26170358
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:20:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:20:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d354a70c

app-text/po4a: Stabilize 0.64 ppc, #826570

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index a5c428b787df..f9491ea12ad3 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-22 Thread Arthur Zamarin
commit: de71a1294ae1e5f469bf4afb8b1219f7d81749dc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 22 17:57:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 22 17:57:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de71a129

app-text/po4a: Stabilize 0.64 arm64, #826570

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/po4a/po4a-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index 06a610cfb5f7..051bd92be89c 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-22 Thread Akinori Hattori
commit: b05df9687845356ebfc62bac3c1ae1894c596277
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Nov 22 15:01:38 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Nov 22 15:01:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05df968

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.65.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 387bfeb428dd..6667f7facc24 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,2 +1,3 @@
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633
 DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0
+DIST po4a-0.65.tar.gz 4152612 BLAKE2B 
81d330f234cae10f228b5de7e8417f79d7008f827faf676a68c83b05044a2198c1c03f8d19d8bbbfdb71a83cb93abc319e7e6ac5ce57704294d0f3b858bb9b56
 SHA512 
eea2ddc1344d371ee685e73dc3c3b1b58d24f8bae7edbe7f2112bfead1c481c6796d02c5f7d9fc9bbac57bd93c4194ade51368bb8b29ba62aee333a7afa2e7e6

diff --git a/app-text/po4a/po4a-0.65.ebuild b/app-text/po4a/po4a-0.65.ebuild
new file mode 100644
index ..06a610cfb5f7
--- /dev/null
+++ b/app-text/po4a/po4a-0.65.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/files/, app-text/po4a/

2021-11-22 Thread Akinori Hattori
commit: 485fbb67904d053496d9f3bda19f38069aa909fd
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Nov 22 14:59:07 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Nov 22 14:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485fbb67

app-text/po4a: update patch

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/files/{po4a-0.60-man.patch => po4a-man.patch} | 0
 app-text/po4a/po4a-0.63-r1.ebuild   | 2 +-
 app-text/po4a/po4a-0.64.ebuild  | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/po4a/files/po4a-0.60-man.patch 
b/app-text/po4a/files/po4a-man.patch
similarity index 100%
rename from app-text/po4a/files/po4a-0.60-man.patch
rename to app-text/po4a/files/po4a-man.patch

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 0455420eda69..f8606e598287 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -36,7 +36,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
 
 DIST_TEST="do"
 

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index ad37199d5262..06a610cfb5f7 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -36,7 +36,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
 
 DIST_TEST="do"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-11-22 Thread Akinori Hattori
commit: e31994188c9e9945bc209ef122a3f156d05ab7f8
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Nov 22 14:56:27 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Nov 22 14:56:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3199418

app-text/po4a: update to EAPI 8

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 9 -
 app-text/po4a/po4a-0.64.ebuild| 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 6299fac79ffc..0455420eda69 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
 
 inherit perl-module plocale
@@ -19,16 +19,15 @@ RESTRICT="!test? ( test )"
 RDEPEND="app-text/opensp
dev-libs/libxslt
dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
dev-perl/SGMLSpm
dev-perl/TermReadKey
dev-perl/Text-WrapI18N
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
-   sys-devel/gettext
-   dev-perl/Pod-Parser"
+   sys-devel/gettext"
 DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-perl/Module-Build
test? (

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
index d1d6f4f2dc65..ad37199d5262 100644
--- a/app-text/po4a/po4a-0.64.ebuild
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
 
 inherit perl-module plocale



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/

2021-10-09 Thread Akinori Hattori
commit: 03a8a7f0622ee5aa56089c368808e25d987ca218
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Oct  9 06:58:18 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Oct  9 06:58:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a8a7f0

app-text/po4a: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/files/po4a-man.patch | 18 -
 app-text/po4a/po4a-0.57-r1.ebuild  | 55 --
 3 files changed, 74 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 19212dbe04b..387bfeb428d 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,2 @@
-DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633
 DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-man.patch
deleted file mode 100644
index 6dd94aed153..000
--- 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;
- }

diff --git a/app-text/po4a/po4a-0.57-r1.ebuild 
b/app-text/po4a/po4a-0.57-r1.ebuild
deleted file mode 100644
index e05dec8567c..000
--- a/app-text/po4a/po4a-0.57-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sv uk vi zh_CN zh_HK"
-
-inherit perl-module plocale
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext
-   dev-perl/Pod-Parser"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-PERL_RM_FILES=(
-   t/09-html.t
-)
-DIST_TEST="do"
-
-src_prepare() {
-   plocale_find_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   plocale_for_each_disabled_locale rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-10-07 Thread Sam James
commit: 159e358db1311b9efc5a67392c786d631b54e2a3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct  7 21:14:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  8 05:02:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159e358d

app-text/po4a: stable 0.63-r1 for hppa, bug #813648

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 33095916ce7..6299fac79ff 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-10-02 Thread Sam James
commit: 6d8f5ebdebaed18b6701d07227ab396f986f5cc6
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  2 07:20:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  2 07:20:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8f5ebd

app-text/po4a: Stabilize 0.63-r1 arm64, #813648

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 796236689b7..33095916ce7 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-27 Thread Sam James
commit: 7d0df1ee10372d452a3ead4335143090bb5c00f9
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 20:19:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 20:19:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0df1ee

app-text/po4a: Stabilize 0.63-r1 amd64, #813648

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 327a425c505..796236689b7 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-21 Thread Sam James
commit: 234a3cbedc285643906c3f8f7b35939448e3b832
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Sep 21 17:32:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 21 17:44:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234a3cbe

app-text/po4a: stable 0.63-r1 for sparc, bug #813648

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 50b69d46296..327a425c505 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-21 Thread Sam James
commit: 922a726e3efe0622a852a21bb8ccf55f20f726e9
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 21 16:32:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 21 16:32:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922a726e

app-text/po4a: Stabilize 0.63-r1 ppc, #813648

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index ebc4d3ca064..50b69d46296 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-19 Thread Sam James
commit: 5b6de33d54d2a67c22ef1b68b61d2d134b5e4804
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 20 00:26:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 20 00:26:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6de33d

app-text/po4a: Stabilize 0.63-r1 arm, #813648

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 10f1044b824..ebc4d3ca064 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-19 Thread Sam James
commit: 1ec78e2c5ffe9c9fe7026392ece435094df753c9
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 22:09:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 22:09:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec78e2c

app-text/po4a: Stabilize 0.63-r1 x86, #813648

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index 3c2eda30c17..10f1044b824 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-18 Thread Sam James
commit: 549d845ed4358cd2b5dab9d97b9cbcf3725191b8
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 19:49:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 19:49:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549d845e

app-text/po4a: Stabilize 0.63-r1 ppc64, #813648

Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.63-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.63-r1.ebuild 
b/app-text/po4a/po4a-0.63-r1.ebuild
index d2312dd067e..3c2eda30c17 100644
--- a/app-text/po4a/po4a-0.63-r1.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-18 Thread Akinori Hattori
commit: a24e3cfa2d75f86ea1cb9a9210fcc54396fb5ea8
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Sep 18 13:37:52 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Sep 18 13:37:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24e3cfa

app-text/po4a: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest|  1 -
 app-text/po4a/po4a-0.62-r1.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 06ce61ac851..19212dbe04b 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
-DIST po4a-0.62.tar.gz 3980028 BLAKE2B 
4336c09254728b6a8d9c1220628612735e10d1531e3473eb7606900b9f20db3cfec1bb1c1c57f5c40bf8fce84fe823d25c743e2d50b3c56558239526f12bf09a
 SHA512 
a91a31d9d80bb48ee071f39148572a4ec2b65f472a26696aa517c9d52ad56accf9fbdf971dcf15dd1c492cca7efab328ebffe1f20e98f7fe2532d4bf490a9997
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633
 DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0

diff --git a/app-text/po4a/po4a-0.62-r1.ebuild 
b/app-text/po4a/po4a-0.62-r1.ebuild
deleted file mode 100644
index d2312dd067e..000
--- a/app-text/po4a/po4a-0.62-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit perl-module plocale
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext
-   dev-perl/Pod-Parser"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   plocale_find_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   plocale_for_each_disabled_locale rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-09-18 Thread Akinori Hattori
commit: d3aa440dec9fc7be5028f0e06587566b4d3933c2
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Sep 18 13:35:56 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Sep 18 13:35:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3aa440d

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.64.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index acbde749fba..06ce61ac851 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.62.tar.gz 3980028 BLAKE2B 
4336c09254728b6a8d9c1220628612735e10d1531e3473eb7606900b9f20db3cfec1bb1c1c57f5c40bf8fce84fe823d25c743e2d50b3c56558239526f12bf09a
 SHA512 
a91a31d9d80bb48ee071f39148572a4ec2b65f472a26696aa517c9d52ad56accf9fbdf971dcf15dd1c492cca7efab328ebffe1f20e98f7fe2532d4bf490a9997
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633
+DIST po4a-0.64.tar.gz 4121565 BLAKE2B 
a579aabb4245501be4ec7c319e8cef91db2e10883a09ef5a7eaf2d97aad64e8e59f25101c20286c955067fef2f58bc08c9865d5d608dd72913a38eaaff0ac542
 SHA512 
3d51aaa5894365087523b82e218819ba8a92d3cbc1b389648526f26fbbf37ccaa7ed6643bb388e5fa73a7a1abadee2b4ee2ebbcac14790c56567bf1a3e766fb0

diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild
new file mode 100644
index 000..d1d6f4f2dc6
--- /dev/null
+++ b/app-text/po4a/po4a-0.64.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl 
pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant"
+
+inherit perl-module plocale
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/Pod-Parser
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   plocale_find_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   plocale_for_each_disabled_locale rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-07-17 Thread Andreas K. Hüttel
commit: ee06b5a5f9c8e029b9c5616faf279e8778b92924
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 17 18:58:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 17 19:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee06b5a5

app-text/po4a: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-text/po4a/{po4a-0.57.ebuild => po4a-0.57-r1.ebuild} | 2 +-
 app-text/po4a/{po4a-0.62.ebuild => po4a-0.62-r1.ebuild} | 2 +-
 app-text/po4a/{po4a-0.63.ebuild => po4a-0.63-r1.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57-r1.ebuild
similarity index 97%
rename from app-text/po4a/po4a-0.57.ebuild
rename to app-text/po4a/po4a-0.57-r1.ebuild
index 08593f0289b..e05dec8567c 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="app-text/opensp
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
sys-devel/gettext
-   virtual/perl-Pod-Parser"
+   dev-perl/Pod-Parser"
 DEPEND="${RDEPEND}"
 BDEPEND="
app-text/docbook-xml-dtd:4.1.2

diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62-r1.ebuild
similarity index 98%
rename from app-text/po4a/po4a-0.62.ebuild
rename to app-text/po4a/po4a-0.62-r1.ebuild
index dfa0d2ba869..d2312dd067e 100644
--- a/app-text/po4a/po4a-0.62.ebuild
+++ b/app-text/po4a/po4a-0.62-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="app-text/opensp
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
sys-devel/gettext
-   virtual/perl-Pod-Parser"
+   dev-perl/Pod-Parser"
 DEPEND="${RDEPEND}"
 BDEPEND="
app-text/docbook-xml-dtd:4.1.2

diff --git a/app-text/po4a/po4a-0.63.ebuild b/app-text/po4a/po4a-0.63-r1.ebuild
similarity index 98%
rename from app-text/po4a/po4a-0.63.ebuild
rename to app-text/po4a/po4a-0.63-r1.ebuild
index dfa0d2ba869..d2312dd067e 100644
--- a/app-text/po4a/po4a-0.63.ebuild
+++ b/app-text/po4a/po4a-0.63-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="app-text/opensp
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
sys-devel/gettext
-   virtual/perl-Pod-Parser"
+   dev-perl/Pod-Parser"
 DEPEND="${RDEPEND}"
 BDEPEND="
app-text/docbook-xml-dtd:4.1.2



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-05-25 Thread Sam James
commit: bf7c6043f933add6e0af96efc7064686052ea1c6
Author: Sam James  gentoo  org>
AuthorDate: Tue May 25 11:53:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 25 11:54:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7c6043

app-text/po4a: silence Module::Build warning by using BDEPEND

Closes: https://bugs.gentoo.org/787476
Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 3 ++-
 app-text/po4a/po4a-0.62.ebuild | 3 ++-
 app-text/po4a/po4a-0.63.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 6dd16a0287b..ba809c6f215 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -26,7 +26,8 @@ RDEPEND="app-text/opensp
dev-perl/YAML-Tiny
sys-devel/gettext
virtual/perl-Pod-Parser"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-perl/Module-Build

diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62.ebuild
index 3cd43355adf..6cb82437a08 100644
--- a/app-text/po4a/po4a-0.62.ebuild
+++ b/app-text/po4a/po4a-0.62.ebuild
@@ -26,7 +26,8 @@ RDEPEND="app-text/opensp
dev-perl/YAML-Tiny
sys-devel/gettext
virtual/perl-Pod-Parser"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-perl/Module-Build

diff --git a/app-text/po4a/po4a-0.63.ebuild b/app-text/po4a/po4a-0.63.ebuild
index 3cd43355adf..6cb82437a08 100644
--- a/app-text/po4a/po4a-0.63.ebuild
+++ b/app-text/po4a/po4a-0.63.ebuild
@@ -26,7 +26,8 @@ RDEPEND="app-text/opensp
dev-perl/YAML-Tiny
sys-devel/gettext
virtual/perl-Pod-Parser"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-perl/Module-Build



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-03-06 Thread Akinori Hattori
commit: 95f7d1d4b3b06365280f618b163cd0bed34ae500
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Mar  6 13:35:47 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Mar  6 13:38:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f7d1d4

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.63.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 95bfcd44159..1d5c28f6486 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
 DIST po4a-0.62.tar.gz 3980028 BLAKE2B 
4336c09254728b6a8d9c1220628612735e10d1531e3473eb7606900b9f20db3cfec1bb1c1c57f5c40bf8fce84fe823d25c743e2d50b3c56558239526f12bf09a
 SHA512 
a91a31d9d80bb48ee071f39148572a4ec2b65f472a26696aa517c9d52ad56accf9fbdf971dcf15dd1c492cca7efab328ebffe1f20e98f7fe2532d4bf490a9997
+DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633

diff --git a/app-text/po4a/po4a-0.63.ebuild b/app-text/po4a/po4a-0.63.ebuild
new file mode 100644
index 000..3cd43355adf
--- /dev/null
+++ b/app-text/po4a/po4a-0.63.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext
+   virtual/perl-Pod-Parser"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-03-06 Thread Akinori Hattori
commit: 205b9d081d0e2a7d1f5e4858e77ac4750c4219e8
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Mar  6 13:37:57 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Mar  6 13:38:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205b9d08

app-text/po4a: drop old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest|  1 -
 app-text/po4a/po4a-0.61-r1.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 1d5c28f6486..acbde749fba 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
-DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
 DIST po4a-0.62.tar.gz 3980028 BLAKE2B 
4336c09254728b6a8d9c1220628612735e10d1531e3473eb7606900b9f20db3cfec1bb1c1c57f5c40bf8fce84fe823d25c743e2d50b3c56558239526f12bf09a
 SHA512 
a91a31d9d80bb48ee071f39148572a4ec2b65f472a26696aa517c9d52ad56accf9fbdf971dcf15dd1c492cca7efab328ebffe1f20e98f7fe2532d4bf490a9997
 DIST po4a-0.63.tar.gz 4067940 BLAKE2B 
4cfa4163c21f5f8b783a5bdc29595f10cd172f7813de5617ed67a25bef547697084511a6f3897c47acb9158f15b3fcd97600bec7e23ba560cffe7cc646ce4c39
 SHA512 
556859b73728249795df22676a3cde1cbf575c608ad20f267fe7a6ee224d0262db2db19df8b7369ebf1ab568c017548ff118ae035608cca7a4d0963db8acd633

diff --git a/app-text/po4a/po4a-0.61-r1.ebuild 
b/app-text/po4a/po4a-0.61-r1.ebuild
deleted file mode 100644
index 2732597fc5f..000
--- a/app-text/po4a/po4a-0.61-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext
-   virtual/perl-Pod-Parser"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-03-03 Thread Akinori Hattori
commit: 96268bcff0a3ac09858094fdfc0252aed8b33189
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Mar  3 13:53:26 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Mar  3 13:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96268bcf

app-text/po4a: drop old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/po4a-0.61.ebuild | 51 --
 1 file changed, 51 deletions(-)

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
deleted file mode 100644
index f17215b23e4..000
--- a/app-text/po4a/po4a-0.61.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-02-08 Thread Fabian Groffen
commit: 85a65ca580fe740da172c48e636fc165c8312515
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Feb  8 18:57:24 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Feb  8 18:59:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a65ca5

app-text/po4a: marked ~sparc64-solaris

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-text/po4a/po4a-0.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62.ebuild
index 2732597fc5f..3cd43355adf 100644
--- a/app-text/po4a/po4a-0.62.ebuild
+++ b/app-text/po4a/po4a-0.62.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2021-01-04 Thread Andreas K. Hüttel
commit: de3c4a6ac430d69ad5b81f4db5c9990107df9998
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Mon Jan  4 18:05:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:05:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3c4a6a

app-text/po4a: Keyword ~riscv

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel  gentoo.org>

 app-text/po4a/po4a-0.61-r1.ebuild | 4 ++--
 app-text/po4a/po4a-0.62.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/po4a/po4a-0.61-r1.ebuild 
b/app-text/po4a/po4a-0.61-r1.ebuild
index ce4c88c02b9..2732597fc5f 100644
--- a/app-text/po4a/po4a-0.61-r1.ebuild
+++ b/app-text/po4a/po4a-0.61-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62.ebuild
index ce4c88c02b9..2732597fc5f 100644
--- a/app-text/po4a/po4a-0.62.ebuild
+++ b/app-text/po4a/po4a-0.62.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-12-08 Thread Sam James
commit: 1fd144ff022e4c3349f0f7eee85c478f3447db8f
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  8 18:25:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  8 18:25:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd144ff

app-text/po4a: fix tree breakage (restore old version)

We can't drop ~riscv from all po4a versions without
breaking the dependency graph.

Restoring the old version (and shifting the new one
to -r1) until rekeywording is complete to fix
tree consistency.

Bug: https://bugs.gentoo.org/759049
Fixes: 1b726f16b1f8b831e1e0b24880414fca2c133705
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/po4a/{po4a-0.61.ebuild => po4a-0.61-r1.ebuild} | 0
 app-text/po4a/po4a-0.61.ebuild  | 5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61-r1.ebuild
similarity index 100%
copy from app-text/po4a/po4a-0.61.ebuild
copy to app-text/po4a/po4a-0.61-r1.ebuild

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
index ce4c88c02b9..f17215b23e4 100644
--- a/app-text/po4a/po4a-0.61.ebuild
+++ b/app-text/po4a/po4a-0.61.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -24,8 +24,7 @@ RDEPEND="app-text/opensp
dev-perl/Text-WrapI18N
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
-   sys-devel/gettext
-   virtual/perl-Pod-Parser"
+   sys-devel/gettext"
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-12-08 Thread Akinori Hattori
commit: 24eca942ee2c6be39771571fa644f4cfbb62446d
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Dec  8 13:32:21 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Dec  8 13:32:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24eca942

app-text/po4a: new upstream release

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.62.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 710d16db31f..a23f813d3cd 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
 DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
+DIST po4a-0.62.tar.gz 3980028 BLAKE2B 
4336c09254728b6a8d9c1220628612735e10d1531e3473eb7606900b9f20db3cfec1bb1c1c57f5c40bf8fce84fe823d25c743e2d50b3c56558239526f12bf09a
 SHA512 
a91a31d9d80bb48ee071f39148572a4ec2b65f472a26696aa517c9d52ad56accf9fbdf971dcf15dd1c492cca7efab328ebffe1f20e98f7fe2532d4bf490a9997

diff --git a/app-text/po4a/po4a-0.62.ebuild b/app-text/po4a/po4a-0.62.ebuild
new file mode 100644
index 000..ce4c88c02b9
--- /dev/null
+++ b/app-text/po4a/po4a-0.62.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext
+   virtual/perl-Pod-Parser"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-12-08 Thread Akinori Hattori
commit: 3aaaba8b30775ffac8d5c114d9084ce5d52397a3
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Dec  8 13:34:01 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Dec  8 13:34:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aaaba8b

app-text/po4a: drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/po4a-0.60.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index a23f813d3cd..95bfcd44159 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
-DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
 DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
 DIST po4a-0.62.tar.gz 3980028 BLAKE2B 
4336c09254728b6a8d9c1220628612735e10d1531e3473eb7606900b9f20db3cfec1bb1c1c57f5c40bf8fce84fe823d25c743e2d50b3c56558239526f12bf09a
 SHA512 
a91a31d9d80bb48ee071f39148572a4ec2b65f472a26696aa517c9d52ad56accf9fbdf971dcf15dd1c492cca7efab328ebffe1f20e98f7fe2532d4bf490a9997

diff --git a/app-text/po4a/po4a-0.60.ebuild b/app-text/po4a/po4a-0.60.ebuild
deleted file mode 100644
index e6d95801cfd..000
--- a/app-text/po4a/po4a-0.60.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext
-   virtual/perl-Pod-Parser"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${P}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-12-08 Thread Akinori Hattori
commit: 1b726f16b1f8b831e1e0b24880414fca2c133705
Author: Petr Pisar  atlas  cz>
AuthorDate: Wed Dec  2 16:43:34 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Dec  8 13:25:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b726f16

app-text/po4a: fix build with >=dev-lang/perl-5.32.0

Closes: https://bugs.gentoo.org/758080
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Petr Pisar  atlas.cz>
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 5 +++--
 app-text/po4a/po4a-0.60.ebuild | 5 +++--
 app-text/po4a/po4a-0.61.ebuild | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index a6016b45c7e..7444d4ee569 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -24,7 +24,8 @@ RDEPEND="app-text/opensp
dev-perl/Text-WrapI18N
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/perl-Pod-Parser"
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets

diff --git a/app-text/po4a/po4a-0.60.ebuild b/app-text/po4a/po4a-0.60.ebuild
index 8807618f22d..e6d95801cfd 100644
--- a/app-text/po4a/po4a-0.60.ebuild
+++ b/app-text/po4a/po4a-0.60.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -24,7 +24,8 @@ RDEPEND="app-text/opensp
dev-perl/Text-WrapI18N
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/perl-Pod-Parser"
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
index f17215b23e4..ce4c88c02b9 100644
--- a/app-text/po4a/po4a-0.61.ebuild
+++ b/app-text/po4a/po4a-0.61.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -24,7 +24,8 @@ RDEPEND="app-text/opensp
dev-perl/Text-WrapI18N
dev-perl/Unicode-LineBreak
dev-perl/YAML-Tiny
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/perl-Pod-Parser"
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-08-10 Thread Akinori Hattori
commit: ab29961ebcab9b588a74b46bd0f0d6f0b97aea1a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:55:19 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:55:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab29961e

app-text/po4a: fix prepare

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/po4a-0.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
index 8807618f22d..f17215b23e4 100644
--- a/app-text/po4a/po4a-0.61.ebuild
+++ b/app-text/po4a/po4a-0.61.ebuild
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
virtual/latex-base
)"
 
-PATCHES=( "${FILESDIR}"/${P}-man.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch )
 
 DIST_TEST="do"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-08-10 Thread Akinori Hattori
commit: 3acc559d7f66a5e935654c42c4e12aa5b5d504de
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:47:34 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:47:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acc559d

app-text/po4a: new upstream release

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.61.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index f5e248b0e6e..4d03007b7bc 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
+DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
 DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4

diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild
new file mode 100644
index 000..8807618f22d
--- /dev/null
+++ b/app-text/po4a/po4a-0.61.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-08-10 Thread Akinori Hattori
commit: 09a50f0f3dc768b88b07499bfa0e1f4f607c719c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Aug 10 13:49:49 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Aug 10 13:49:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a50f0f

app-text/po4a: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest   |  1 -
 app-text/po4a/po4a-0.59.1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 4d03007b7bc..710d16db31f 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
 DIST po4a-0.61.tar.gz 3863796 BLAKE2B 
f10c7d8b42c32be1b100f724e6d0d1b419e5ed10e0762c45bda8d91bbec7d5de331265611edc8cfcb04e3afeb044258697a54bea996240c27eb113f2f6aa0df3
 SHA512 
51038a3d2b2056de9bb258bc0b83dba4dec4414d6a06dedc17067441fba6824cd93296308abaa418248e3583bfacd6c81621fa6eb42e5596a3c29968ce154e77
-DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4

diff --git a/app-text/po4a/po4a-0.59.1.ebuild b/app-text/po4a/po4a-0.59.1.ebuild
deleted file mode 100644
index 9d0d18bc63e..000
--- a/app-text/po4a/po4a-0.59.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-MY_P="${P/-/-v}"
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/

2020-08-01 Thread Akinori Hattori
commit: 6ac86d3acbb30e755926659eb51cefd84c7a7911
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug  1 12:59:23 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug  1 12:59:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac86d3a

app-text/po4a: new upstream release

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest  |  1 +
 app-text/po4a/files/po4a-0.60-man.patch | 18 
 app-text/po4a/po4a-0.60.ebuild  | 51 +
 3 files changed, 70 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 43a5e932869..f5e248b0e6e 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,2 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
+DIST po4a-0.60.tar.gz 3799018 BLAKE2B 
cecc260af82318fa4dfeab7ef81a29256f6531d8d97afe379d0e3291197f5b9bd0a4379697f23186de0a70ff3476cedae98bedd19bf7cddf59e9503ffbc90202
 SHA512 
b1e32169221d6aaf49fa0e6a42e45a858c8608a62470e5d5b769da985e4d03e09a220384400fe36f740447770331f7b8b821f00dc9ce68d3c7b00178c146c6a9
 DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4

diff --git a/app-text/po4a/files/po4a-0.60-man.patch 
b/app-text/po4a/files/po4a-0.60-man.patch
new file mode 100644
index 000..40927dbda81
--- /dev/null
+++ b/app-text/po4a/files/po4a-0.60-man.patch
@@ -0,0 +1,18 @@
+--- a/Po4aBuilder.pm
 b/Po4aBuilder.pm
+@@ -232,7 +232,6 @@
+ }
+ $parser->parse_from_file ($file, $out);
+ 
+-system("gzip -9 -f $out") and die;
+ unlink "$file" || die;
+ }
+ 
+@@ -250,7 +249,6 @@
+   print "Convert $outdir/$outfile.$section (online docbook.xsl 
file). ";
+   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;
+ }

diff --git a/app-text/po4a/po4a-0.60.ebuild b/app-text/po4a/po4a-0.60.ebuild
new file mode 100644
index 000..8807618f22d
--- /dev/null
+++ b/app-text/po4a/po4a-0.60.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${P}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/

2020-08-01 Thread Akinori Hattori
commit: 1f56f392616334d05dcdbf32861768abd9546347
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug  1 12:53:41 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug  1 12:53:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f56f392

app-text/po4a: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 .../po4a/files/po4a-0.45-614122-no-dot-inc.patch   | 26 -
 app-text/po4a/po4a-0.47-r1.ebuild  | 62 --
 3 files changed, 89 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 2580a64bd37..43a5e932869 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,2 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4
-DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch 
b/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch
deleted file mode 100644
index 226fa0e9b6e..000
--- a/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Kent Fredric 
-Date: Tue, 13 Jun 2017 21:10:34 +1200
-Subject: [PATCH] Fix broken use of lib '.'
-
-   "'.'" is not "."
-
-Bug: https://bugs.gentoo.org/614122

- Build.PL | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Build.PL b/Build.PL
-index 43c6f80..9ee443b 100644
 a/Build.PL
-+++ b/Build.PL
-@@ -1,6 +1,6 @@
- #!/usr/bin/perl
- 
--use lib q('.');
-+use lib q(.);
- use Po4aBuilder;
- 
- my $build = Po4aBuilder->new
--- 
-2.13.1
-

diff --git a/app-text/po4a/po4a-0.47-r1.ebuild 
b/app-text/po4a/po4a-0.47-r1.ebuild
deleted file mode 100644
index 6388874ad46..000
--- a/app-text/po4a/po4a-0.47-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru 
sl sv uk vi zh_CN zh_HK"
-PLOCALES_BACKUP="en"
-
-inherit perl-module l10n
-
-DESCRIPTION="Tools for helping translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/openjade
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   virtual/tex-base
-   )"
-
-# Running tests in parallel fails
-DIST_TEST="do"
-
-PATCHES=(
-   # Fix bad escaping of '.' in @INC modification
-   "${FILESDIR}"/${PN}-0.45-614122-no-dot-inc.patch
-   "${FILESDIR}"/${PN}-man.patch
-)
-
-src_prepare() {
-   # Check against locale files in ${S}/pod/bin for mismatches
-   # with languages listed in PLOCALES
-   local locales_path="${S}/po/bin"
-   l10n_find_plocales_changes "${locales_path}" "" ".po"
-
-   # Get rid of disabled locales
-   my_get_disabled_locales() {
-   PERL_RM_FILES=( "${PERL_RM_FILES[@]}" "po/bin/${1}.po" 
"po/pod/${1}.po" )
-   }
-
-   l10n_for_each_disabled_locale_do my_get_disabled_locales
-
-   einfo "Your LINGUAS lists the following languages: ${LINGUAS}"
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-07-23 Thread Kent Fredric
commit: fb6d53a3dcef50da5824aa414858b9713a2df0ed
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 23 12:24:00 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 23 12:47:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6d53a3

app-text/po4a: Drop macos and solaris prefixes re bug #690140

Depends:
- dev-perl/Unicode-LineBreak

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 app-text/po4a/po4a-0.47-r1.ebuild | 2 +-
 app-text/po4a/po4a-0.57.ebuild| 2 +-
 app-text/po4a/po4a-0.59.1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/po4a/po4a-0.47-r1.ebuild 
b/app-text/po4a/po4a-0.47-r1.ebuild
index 6322c6a3770..6388874ad46 100644
--- a/app-text/po4a/po4a-0.47-r1.ebuild
+++ b/app-text/po4a/po4a-0.47-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index fd37e00722a..a6016b45c7e 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/app-text/po4a/po4a-0.59.1.ebuild b/app-text/po4a/po4a-0.59.1.ebuild
index 6d9d46d247b..9d0d18bc63e 100644
--- a/app-text/po4a/po4a-0.59.1.ebuild
+++ b/app-text/po4a/po4a-0.59.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${MY_P}.tar.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-06-06 Thread Mart Raudsepp
commit: 250d49963b7ade1db144e3437a81c114df8faae1
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun  6 13:56:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun  6 19:30:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250d4996

app-text/po4a: arm64 stable (bug #723772)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 365d22d8b0f..fd37e00722a 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-06-03 Thread Agostino Sarubbo
commit: bea438fd4885ff889b70cfaafdb7826bb4613b6e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 18:43:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 18:43:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea438fd

app-text/po4a: ppc64 stable wrt bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 89d677a514e..211e03c5607 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-06-03 Thread Agostino Sarubbo
commit: 29851e4a3de397f37d80f9a98adaaf1fec243d90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 18:42:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 18:42:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29851e4a

app-text/po4a: arm stable wrt bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index ae71f8371cf..89d677a514e 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-06-03 Thread Agostino Sarubbo
commit: 008b580ac7c04338dd266d704d610d4a95399dcd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 15:32:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 15:32:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008b580a

app-text/po4a: s390 stable wrt bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 6063c22b054..ae71f8371cf 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-06-03 Thread Agostino Sarubbo
commit: 50c00fb4d3c53e96476e9ae1087a6b10e16cba27
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 15:15:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 15:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c00fb4

app-text/po4a: ppc stable wrt bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index cdc50e83c81..6063c22b054 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-27 Thread Akinori Hattori
commit: 64a186f6277e6fa7aa892b80d36f5b3800250f8b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed May 27 12:51:37 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed May 27 12:52:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a186f6

app-text/po4a: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/po4a-0.59.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 4e999258752..2580a64bd37 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
-DIST po4a-0.59.tar.gz 3607872 BLAKE2B 
4c8671507ec544690f9030df4f24dbaef2f7ac6adf85b347876260097ab510817b21a9af8ee59cd8ec9bde726f66982442df62575325512f43bda43582d5
 SHA512 
d0453af140cb94ad28b1641c6437a4ec276eec2d71c63477a81ba866ad4e905ac9badb6ce167f8c00a2433c4f03de3a8ac8e1e7a9b6b0a932f1bfdde9157d4fa
 DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.59.ebuild b/app-text/po4a/po4a-0.59.ebuild
deleted file mode 100644
index a32ddb065e1..000
--- a/app-text/po4a/po4a-0.59.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-27 Thread Akinori Hattori
commit: 5439afa7a2d4e87ee8e7829eae4b1d01e3a1345f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed May 27 12:49:55 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed May 27 12:52:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5439afa7

app-text/po4a: new upstream release

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest   |  1 +
 app-text/po4a/po4a-0.59.1.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 3626d966ae8..4e999258752 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.59.tar.gz 3607872 BLAKE2B 
4c8671507ec544690f9030df4f24dbaef2f7ac6adf85b347876260097ab510817b21a9af8ee59cd8ec9bde726f66982442df62575325512f43bda43582d5
 SHA512 
d0453af140cb94ad28b1641c6437a4ec276eec2d71c63477a81ba866ad4e905ac9badb6ce167f8c00a2433c4f03de3a8ac8e1e7a9b6b0a932f1bfdde9157d4fa
+DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 
9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce
 SHA512 
904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.59.1.ebuild b/app-text/po4a/po4a-0.59.1.ebuild
new file mode 100644
index 000..6d9d46d247b
--- /dev/null
+++ b/app-text/po4a/po4a-0.59.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+MY_P="${P/-/-v}"
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-25 Thread Sergei Trofimovich
commit: 470d3b38322be159ed5e4241ffc848815be0e8ae
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 25 17:22:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 25 21:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470d3b38

app-text/po4a: stable 0.57 for hppa, bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index ab981187fcd..cdc50e83c81 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-25 Thread Mikle Kolyada
commit: d71a6310cf6822d5b3b4f3a074fceff900a795f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:23:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:23:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71a6310

app-text/po4a: amd64 stable wrt bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 0f6c001dd29..ab981187fcd 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-22 Thread Sergei Trofimovich
commit: adb61a8e0d073f138bf3ae45199eeae2dad151c4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 22 14:00:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 22 16:56:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb61a8e

app-text/po4a: stable 0.57 for sparc, bug #723772

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index bb0c4761feb..0f6c001dd29 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-20 Thread Akinori Hattori
commit: b9908bb6049638331780736e827ededbb843a9be
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed May 20 14:06:13 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed May 20 14:06:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9908bb6

app-text/po4a: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest   |  1 -
 app-text/po4a/po4a-0.58.1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 35f86cedfb8..3626d966ae8 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-0.59.tar.gz 3607872 BLAKE2B 
4c8671507ec544690f9030df4f24dbaef2f7ac6adf85b347876260097ab510817b21a9af8ee59cd8ec9bde726f66982442df62575325512f43bda43582d5
 SHA512 
d0453af140cb94ad28b1641c6437a4ec276eec2d71c63477a81ba866ad4e905ac9badb6ce167f8c00a2433c4f03de3a8ac8e1e7a9b6b0a932f1bfdde9157d4fa
-DIST po4a-v0.58.1.tar.gz 3547419 BLAKE2B 
317c9ab723624c73d97aee4e007f52c093f78d38da53cbb22a000938e3aed5b1ad984f1c0f5b86685364c2310cf4d65061f5a8e577dbbd45fa253f52b90a90f1
 SHA512 
519433422bd0a486e75d764fa8dadc4707b80b0488ac1bfa42c63e5045f0cdf6cb9246bcb0c58a254fb73e374f93fa4e3c695ca7ec9091a5756b7f11586ed037
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.58.1.ebuild b/app-text/po4a/po4a-0.58.1.ebuild
deleted file mode 100644
index 6d9d46d247b..000
--- a/app-text/po4a/po4a-0.58.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
-
-inherit l10n perl-module
-
-MY_P="${P/-/-v}"
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   dev-perl/Test-Pod
-   virtual/latex-base
-   )"
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-20 Thread Akinori Hattori
commit: f7e521bf356b5badec1f37da15448eea686e93df
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed May 20 14:03:53 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed May 20 14:03:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e521bf

app-text/po4a: new upstream release

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.59.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 50ccfeff815..35f86cedfb8 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
+DIST po4a-0.59.tar.gz 3607872 BLAKE2B 
4c8671507ec544690f9030df4f24dbaef2f7ac6adf85b347876260097ab510817b21a9af8ee59cd8ec9bde726f66982442df62575325512f43bda43582d5
 SHA512 
d0453af140cb94ad28b1641c6437a4ec276eec2d71c63477a81ba866ad4e905ac9badb6ce167f8c00a2433c4f03de3a8ac8e1e7a9b6b0a932f1bfdde9157d4fa
 DIST po4a-v0.58.1.tar.gz 3547419 BLAKE2B 
317c9ab723624c73d97aee4e007f52c093f78d38da53cbb22a000938e3aed5b1ad984f1c0f5b86685364c2310cf4d65061f5a8e577dbbd45fa253f52b90a90f1
 SHA512 
519433422bd0a486e75d764fa8dadc4707b80b0488ac1bfa42c63e5045f0cdf6cb9246bcb0c58a254fb73e374f93fa4e3c695ca7ec9091a5756b7f11586ed037
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.59.ebuild b/app-text/po4a/po4a-0.59.ebuild
new file mode 100644
index 000..a32ddb065e1
--- /dev/null
+++ b/app-text/po4a/po4a-0.59.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-18 Thread Akinori Hattori
commit: 812e53e4c528191aaa1e8394994ab24dca7cbe4b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon May 18 13:58:34 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon May 18 13:58:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812e53e4

app-text/po4a: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/po4a-0.56.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index eb6a8bd9c81..50ccfeff815 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
-DIST po4a-0.56.tar.gz 2994792 BLAKE2B 
c95905c70d7e1e24367fb128d9096996d026f58dd4cd7fa77f19c6c9b8607cb4101a1a024773d2fd383e905a008e1ce4f0c019a73003168a90cb23328ac1d984
 SHA512 
4fc1ca5743471577d9e8bd0b80285b9dbd83b964f8e828472787a6deaf8b8388bb7f96e68afab4119c1f5488fe371d3b1fa94b101204a59228d1cc2f0878f3c1
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a-v0.58.1.tar.gz 3547419 BLAKE2B 
317c9ab723624c73d97aee4e007f52c093f78d38da53cbb22a000938e3aed5b1ad984f1c0f5b86685364c2310cf4d65061f5a8e577dbbd45fa253f52b90a90f1
 SHA512 
519433422bd0a486e75d764fa8dadc4707b80b0488ac1bfa42c63e5045f0cdf6cb9246bcb0c58a254fb73e374f93fa4e3c695ca7ec9091a5756b7f11586ed037
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.56.ebuild b/app-text/po4a/po4a-0.56.ebuild
deleted file mode 100644
index a3747855af4..000
--- a/app-text/po4a/po4a-0.56.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PLOCALES="af ar ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt pt_BR 
ru sl sv uk vi zh_CN zh_HK"
-
-inherit perl-module l10n
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-PERL_RM_FILES=(
-   t/09-html.t
-)
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-18 Thread Akinori Hattori
commit: aae9e7d74f1a8c56149976f7f904278a87154dd0
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon May 18 14:00:37 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon May 18 14:00:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae9e7d7

app-text/po4a: tidy

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/po4a-0.57.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 1292f24f256..bb0c4761feb 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -4,13 +4,13 @@
 EAPI="7"
 PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sv uk vi zh_CN zh_HK"
 
-inherit perl-module l10n
+inherit l10n perl-module
 
 DESCRIPTION="Tools to ease the translation of documentation"
 HOMEPAGE="https://po4a.org/;
 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
 IUSE="test"



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-05-18 Thread Akinori Hattori
commit: d36908777320a04d082c46154adc47d4a873065b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon May 18 13:56:27 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon May 18 13:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3690877

app-text/po4a: new upstream release

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest   |  1 +
 app-text/po4a/po4a-0.58.1.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index ef3f26b24b4..eb6a8bd9c81 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.56.tar.gz 2994792 BLAKE2B 
c95905c70d7e1e24367fb128d9096996d026f58dd4cd7fa77f19c6c9b8607cb4101a1a024773d2fd383e905a008e1ce4f0c019a73003168a90cb23328ac1d984
 SHA512 
4fc1ca5743471577d9e8bd0b80285b9dbd83b964f8e828472787a6deaf8b8388bb7f96e68afab4119c1f5488fe371d3b1fa94b101204a59228d1cc2f0878f3c1
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
+DIST po4a-v0.58.1.tar.gz 3547419 BLAKE2B 
317c9ab723624c73d97aee4e007f52c093f78d38da53cbb22a000938e3aed5b1ad984f1c0f5b86685364c2310cf4d65061f5a8e577dbbd45fa253f52b90a90f1
 SHA512 
519433422bd0a486e75d764fa8dadc4707b80b0488ac1bfa42c63e5045f0cdf6cb9246bcb0c58a254fb73e374f93fa4e3c695ca7ec9091a5756b7f11586ed037
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.58.1.ebuild b/app-text/po4a/po4a-0.58.1.ebuild
new file mode 100644
index 000..6d9d46d247b
--- /dev/null
+++ b/app-text/po4a/po4a-0.58.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK"
+
+inherit l10n perl-module
+
+MY_P="${P/-/-v}"
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   dev-perl/Test-Pod
+   virtual/latex-base
+   )"
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-01-09 Thread Akinori Hattori
commit: 0cc521db4fc498d21d7beea40f04125c81a54421
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Jan  9 13:52:21 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Jan  9 13:52:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc521db

app-text/po4a: new upstream release

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.57.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index be1a8282d6c..299ccbce71d 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,3 +1,4 @@
 DIST po4a-0.55.tar.gz 2892158 BLAKE2B 
606236a4bc143d4a5cc003f7dfaf59f605017478fc7ab3fc66af5eed078a8bb0744690b7191cd2ee0b795229e766145ed47545484e3d20e6a14ae1ac0981772a
 SHA512 
95f7408caf2c603f2ea86d8439e99c39be72dca019361106190bd6e1f95679c6627280bcd02a2d9c843071a6ce96747bf5b4d85c9051344b08f32deade2cb599
 DIST po4a-0.56.tar.gz 2994792 BLAKE2B 
c95905c70d7e1e24367fb128d9096996d026f58dd4cd7fa77f19c6c9b8607cb4101a1a024773d2fd383e905a008e1ce4f0c019a73003168a90cb23328ac1d984
 SHA512 
4fc1ca5743471577d9e8bd0b80285b9dbd83b964f8e828472787a6deaf8b8388bb7f96e68afab4119c1f5488fe371d3b1fa94b101204a59228d1cc2f0878f3c1
+DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
new file mode 100644
index 000..8c24e87cabc
--- /dev/null
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt 
pt_BR ru sl sv uk vi zh_CN zh_HK"
+
+inherit perl-module l10n
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   virtual/latex-base
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
+PERL_RM_FILES=(
+   t/09-html.t
+)
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2020-01-09 Thread Akinori Hattori
commit: 1a1ac0221d86ad6bd0684ba625150a37f15aa4fa
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Jan  9 13:54:02 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Jan  9 13:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1ac022

app-text/po4a: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-text/po4a/Manifest |  1 -
 app-text/po4a/po4a-0.55.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 299ccbce71d..ef3f26b24b4 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1,4 +1,3 @@
-DIST po4a-0.55.tar.gz 2892158 BLAKE2B 
606236a4bc143d4a5cc003f7dfaf59f605017478fc7ab3fc66af5eed078a8bb0744690b7191cd2ee0b795229e766145ed47545484e3d20e6a14ae1ac0981772a
 SHA512 
95f7408caf2c603f2ea86d8439e99c39be72dca019361106190bd6e1f95679c6627280bcd02a2d9c843071a6ce96747bf5b4d85c9051344b08f32deade2cb599
 DIST po4a-0.56.tar.gz 2994792 BLAKE2B 
c95905c70d7e1e24367fb128d9096996d026f58dd4cd7fa77f19c6c9b8607cb4101a1a024773d2fd383e905a008e1ce4f0c019a73003168a90cb23328ac1d984
 SHA512 
4fc1ca5743471577d9e8bd0b80285b9dbd83b964f8e828472787a6deaf8b8388bb7f96e68afab4119c1f5488fe371d3b1fa94b101204a59228d1cc2f0878f3c1
 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 
54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2
 SHA512 
7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.55.ebuild b/app-text/po4a/po4a-0.55.ebuild
deleted file mode 100644
index 1ed363d2ffe..000
--- a/app-text/po4a/po4a-0.55.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru 
sl sv uk vi zh_CN zh_HK"
-
-inherit perl-module l10n
-
-DESCRIPTION="Tools to ease the translation of documentation"
-HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-text/opensp
-   dev-libs/libxslt
-   dev-perl/Locale-gettext
-   dev-perl/SGMLSpm
-   dev-perl/TermReadKey
-   dev-perl/Text-WrapI18N
-   dev-perl/Unicode-LineBreak
-   dev-perl/YAML-Tiny
-   sys-devel/gettext"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   dev-perl/Module-Build
-   test? (
-   app-text/docbook-sgml-dtd:4.1
-   virtual/latex-base
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-man.patch )
-
-PERL_RM_FILES=(
-   t/09-html.t
-)
-DIST_TEST="do"
-
-src_prepare() {
-   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
-
-   rm_locale() {
-   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
-   }
-   l10n_for_each_disabled_locale_do rm_locale
-
-   perl-module_src_prepare
-}



  1   2   >