From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/
Date: Sat, 18 Sep 2021 13:38:15 +0000 (UTC) [thread overview]
Message-ID: <1631972156.d3aa440dec9fc7be5028f0e06587566b4d3933c2.hattya@gentoo> (raw)
commit: d3aa440dec9fc7be5028f0e06587566b4d3933c2
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 13:35:56 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 13:35:56 2021 +0000
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 <hattya <AT> 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 00000000000..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
+}
next reply other threads:[~2021-09-18 13:38 UTC|newest]
Thread overview: 142+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-18 13:38 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 13:22 [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/ Sam James
2025-01-13 13:22 Sam James
2025-01-13 13:22 Sam James
2025-01-13 13:22 Sam James
2025-01-13 13:22 Sam James
2025-01-13 13:22 Sam James
2025-01-13 13:22 Sam James
2025-01-13 13:22 Sam James
2025-01-13 12:56 Sam James
2025-01-13 12:56 Sam James
2025-01-13 12:56 Sam James
2025-01-13 12:56 Sam James
2025-01-13 12:56 Sam James
2025-01-13 12:56 Sam James
2024-09-07 9:15 Sam James
2024-09-07 9:15 Sam James
2024-06-23 11:04 Akinori Hattori
2024-06-23 9:10 Akinori Hattori
2024-05-29 13:07 Akinori Hattori
2024-05-29 13:07 Akinori Hattori
2024-03-15 4:14 Ionen Wolkens
2024-03-15 4:14 Ionen Wolkens
2024-03-03 6:43 Akinori Hattori
2024-02-28 2:33 Ionen Wolkens
2024-02-28 2:32 Ionen Wolkens
2024-02-28 2:32 Ionen Wolkens
2024-02-28 2:32 Ionen Wolkens
2024-02-12 8:55 Sam James
2023-02-05 1:55 Akinori Hattori
2023-02-05 1:55 Akinori Hattori
2022-09-26 7:31 Michał Górny
2022-09-22 7:46 Michał Górny
2022-09-10 8:39 Fabian Groffen
2022-09-09 14:31 Akinori Hattori
2022-08-13 9:38 Arthur Zamarin
2022-08-07 4:55 WANG Xuerui
2022-08-06 12:05 James Le Cuirot
2022-08-05 15:28 Arthur Zamarin
2022-08-05 11:56 Arthur Zamarin
2022-08-05 7:16 Agostino Sarubbo
2022-08-04 8:03 Agostino Sarubbo
2022-08-03 7:50 Agostino Sarubbo
2022-08-03 6:32 Yixun Lan
2022-08-03 4:38 Arthur Zamarin
2022-08-02 18:12 Arthur Zamarin
2022-08-02 18:02 Arthur Zamarin
2022-08-02 17:55 Arthur Zamarin
2022-08-02 17:41 Arthur Zamarin
2022-08-02 17:31 Arthur Zamarin
2022-08-02 17:31 Arthur Zamarin
2022-08-02 16:54 Arthur Zamarin
2022-08-02 16:47 Arthur Zamarin
2022-08-02 16:47 Arthur Zamarin
2022-08-02 13:27 Akinori Hattori
2022-04-29 7:59 WANG Xuerui
2022-02-03 14:11 Akinori Hattori
2022-01-25 2:33 Sam James
2021-12-02 8:27 Arthur Zamarin
2021-11-30 11:41 Arthur Zamarin
2021-11-26 20:35 Andreas K. Hüttel
2021-11-22 19:20 Sam James
2021-11-22 19:20 Sam James
2021-11-22 19:20 Sam James
2021-11-22 17:58 Arthur Zamarin
2021-11-22 15:02 Akinori Hattori
2021-11-22 15:02 Akinori Hattori
2021-10-08 5:02 Sam James
2021-10-02 7:22 Sam James
2021-09-27 20:21 Sam James
2021-09-21 17:44 Sam James
2021-09-21 16:35 Sam James
2021-09-20 0:27 Sam James
2021-09-19 22:12 Sam James
2021-09-18 19:51 Sam James
2021-09-18 13:38 Akinori Hattori
2021-07-17 19:11 Andreas K. Hüttel
2021-05-25 11:55 Sam James
2021-03-06 13:39 Akinori Hattori
2021-03-06 13:39 Akinori Hattori
2021-03-03 13:54 Akinori Hattori
2021-02-08 18:59 Fabian Groffen
2021-01-04 18:05 Andreas K. Hüttel
2020-12-08 18:25 Sam James
2020-12-08 13:34 Akinori Hattori
2020-12-08 13:34 Akinori Hattori
2020-12-08 13:25 Akinori Hattori
2020-08-10 13:55 Akinori Hattori
2020-08-10 13:50 Akinori Hattori
2020-08-10 13:50 Akinori Hattori
2020-07-23 12:47 Kent Fredric
2020-06-06 19:31 Mart Raudsepp
2020-06-03 18:43 Agostino Sarubbo
2020-06-03 18:42 Agostino Sarubbo
2020-06-03 15:32 Agostino Sarubbo
2020-06-03 15:15 Agostino Sarubbo
2020-05-27 12:52 Akinori Hattori
2020-05-27 12:52 Akinori Hattori
2020-05-25 21:33 Sergei Trofimovich
2020-05-25 12:24 Mikle Kolyada
2020-05-22 16:56 Sergei Trofimovich
2020-05-20 14:06 Akinori Hattori
2020-05-20 14:06 Akinori Hattori
2020-05-18 14:00 Akinori Hattori
2020-05-18 14:00 Akinori Hattori
2020-05-18 14:00 Akinori Hattori
2020-01-09 13:56 Akinori Hattori
2020-01-09 13:56 Akinori Hattori
2019-09-27 13:57 Akinori Hattori
2019-09-27 13:55 Akinori Hattori
2019-07-18 13:19 Kent Fredric
2019-05-04 14:43 Andreas K. Hüttel
2019-01-31 13:28 Akinori Hattori
2019-01-16 2:25 Mike Gilbert
2018-07-22 12:57 Akinori Hattori
2018-07-22 12:57 Akinori Hattori
2018-05-17 7:41 Mikle Kolyada
2018-04-12 21:24 Jonas Stein
2018-04-12 21:08 Jonas Stein
2018-01-12 4:10 Mike Frysinger
2017-09-02 18:28 Alexis Ballier
2017-04-30 10:03 Jeroen Roovers
2017-04-27 11:23 Agostino Sarubbo
2017-04-21 17:05 Andreas Hüttel
2017-04-21 17:05 Andreas Hüttel
2017-04-05 7:29 Tobias Klausmann
2017-04-01 16:06 Agostino Sarubbo
2017-03-31 12:09 Agostino Sarubbo
2017-03-29 16:12 Amy Liffey
2017-03-29 0:02 Michael Weber
2017-03-28 22:02 Michael Weber
2017-01-29 15:24 Fabian Groffen
2017-01-26 8:26 Göktürk Yüksek
2017-01-26 8:26 Göktürk Yüksek
2016-11-10 6:20 Mike Frysinger
2016-08-17 8:58 Pacho Ramos
2016-08-17 8:58 Pacho Ramos
2016-08-17 3:53 Jeroen Roovers
2016-06-11 16:44 Agostino Sarubbo
2016-06-01 9:39 Tobias Klausmann
2016-05-24 20:17 Markus Meier
2016-05-06 13:16 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1631972156.d3aa440dec9fc7be5028f0e06587566b4d3933c2.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox