diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:53:41 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:53:41 +0900 |
commit | 1f56f392616334d05dcdbf32861768abd9546347 (patch) | |
tree | 01c3119a5ffd63d736c24a9a148b74aa7af9a4e7 /app-text | |
parent | app-i18n/ibus-typing-booster: drop old (diff) | |
download | gentoo-1f56f392616334d05dcdbf32861768abd9546347.tar.gz gentoo-1f56f392616334d05dcdbf32861768abd9546347.tar.bz2 gentoo-1f56f392616334d05dcdbf32861768abd9546347.zip |
app-text/po4a: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
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/files/po4a-0.45-614122-no-dot-inc.patch | 26 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.47-r1.ebuild | 62 |
3 files changed, 0 insertions, 89 deletions
diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest index 2580a64bd37d..43a5e932869f 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 226fa0e9b6e2..000000000000 --- a/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Kent Fredric <kentfredric@gmail.com> -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 6388874ad46d..000000000000 --- 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 -} |