diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-03-06 22:37:57 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-03-06 22:38:57 +0900 |
commit | 205b9d081d0e2a7d1f5e4858e77ac4750c4219e8 (patch) | |
tree | e59e34288de9a6bed38abfd60e327ccbdd30fc16 /app-text | |
parent | app-text/po4a: new upstream release (diff) | |
download | gentoo-205b9d081d0e2a7d1f5e4858e77ac4750c4219e8.tar.gz gentoo-205b9d081d0e2a7d1f5e4858e77ac4750c4219e8.tar.bz2 gentoo-205b9d081d0e2a7d1f5e4858e77ac4750c4219e8.zip |
app-text/po4a: drop old
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/Manifest | 1 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.61-r1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest index 1d5c28f6486d..acbde749fbab 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 2732597fc5fa..000000000000 --- 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 -} |