diff options
author | Akinori Hattori <hattya@gentoo.org> | 2024-05-29 22:04:36 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2024-05-29 22:04:36 +0900 |
commit | 5a55b4e1b40e08c2671659f1d1efe507c96e2341 (patch) | |
tree | 1527079e7a761573091c79b52a86d0cbc4b3bf48 | |
parent | app-i18n/ibus-typing-booster: drop old (diff) | |
download | gentoo-5a55b4e1b40e08c2671659f1d1efe507c96e2341.tar.gz gentoo-5a55b4e1b40e08c2671659f1d1efe507c96e2341.tar.bz2 gentoo-5a55b4e1b40e08c2671659f1d1efe507c96e2341.zip |
app-text/po4a: drop old
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r-- | app-text/po4a/Manifest | 1 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.70.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest index 6060bd9aa55e..bf247a91de64 100644 --- a/app-text/po4a/Manifest +++ b/app-text/po4a/Manifest @@ -1,3 +1,2 @@ DIST po4a-0.69.tar.gz 4665710 BLAKE2B 2fc1b6cd53f1b282f20cd4932de7f5d6d9882de9f50181f0de89995c9d9b79b5fd2bc53d3757c56c519478e67ac636deb5a011cc8810a002b6bb6dabdb44442b 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.70.ebuild b/app-text/po4a/po4a-0.70.ebuild deleted file mode 100644 index 5b80c728dbb4..000000000000 --- a/app-text/po4a/po4a-0.70.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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 -} |