Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/, app-text/po4a/files/
Date: Sat, 01 Aug 2020 12:59:57
Message-Id: 1596286421.1f56f392616334d05dcdbf32861768abd9546347.hattya@gentoo
1 commit: 1f56f392616334d05dcdbf32861768abd9546347
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 12:53:41 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 12:53:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f56f392
7
8 app-text/po4a: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-text/po4a/Manifest | 1 -
14 .../po4a/files/po4a-0.45-614122-no-dot-inc.patch | 26 ---------
15 app-text/po4a/po4a-0.47-r1.ebuild | 62 ----------------------
16 3 files changed, 89 deletions(-)
17
18 diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
19 index 2580a64bd37..43a5e932869 100644
20 --- a/app-text/po4a/Manifest
21 +++ b/app-text/po4a/Manifest
22 @@ -1,3 +1,2 @@
23 DIST po4a-0.57.tar.gz 3079550 BLAKE2B 54b1d3263aa0ebd90eec61d735c3422efb5f67b2d88f91a87a6893bcdb7f06131aedadeb3577d221cf75ba07f8001f6e23409375756afec8357e26e8f0f0a1c2 SHA512 7ac2e614c126b049feeb8edbafb71a875cee78fb85d8cd74f3bf5b555cc8b2d19d5e4606b732e714e937c34e178729d73edfe559de594c5ffe811b5162b27d81
24 DIST po4a-v0.59.1.tar.gz 3624434 BLAKE2B 9837a7317eecd3db540bc7c23b3d26a9110f00d9c441b1bf1d61af80bae1fe0952f875425f14d66a939456f3a90e9ea74c189d94da7471c7c9a4d0b15f3875ce SHA512 904cb5817586fef19de55e76f3a33c264f9864b5c720b727a75e78a3b690e1ecd7b10603304a762d07b340320143b83b686c9918b9fe95499ceb55482950a4d4
25 -DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc SHA512 9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a
26
27 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
28 deleted file mode 100644
29 index 226fa0e9b6e..00000000000
30 --- a/app-text/po4a/files/po4a-0.45-614122-no-dot-inc.patch
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -From: Kent Fredric <kentfredric@×××××.com>
34 -Date: Tue, 13 Jun 2017 21:10:34 +1200
35 -Subject: [PATCH] Fix broken use of lib '.'
36 -
37 - "'.'" is not "."
38 -
39 -Bug: https://bugs.gentoo.org/614122
40 ----
41 - Build.PL | 2 +-
42 - 1 file changed, 1 insertion(+), 1 deletion(-)
43 -
44 -diff --git a/Build.PL b/Build.PL
45 -index 43c6f80..9ee443b 100644
46 ---- a/Build.PL
47 -+++ b/Build.PL
48 -@@ -1,6 +1,6 @@
49 - #!/usr/bin/perl
50 -
51 --use lib q('.');
52 -+use lib q(.);
53 - use Po4aBuilder;
54 -
55 - my $build = Po4aBuilder->new
56 ---
57 -2.13.1
58 -
59
60 diff --git a/app-text/po4a/po4a-0.47-r1.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild
61 deleted file mode 100644
62 index 6388874ad46..00000000000
63 --- a/app-text/po4a/po4a-0.47-r1.ebuild
64 +++ /dev/null
65 @@ -1,62 +0,0 @@
66 -# Copyright 1999-2020 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -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"
72 -PLOCALES_BACKUP="en"
73 -
74 -inherit perl-module l10n
75 -
76 -DESCRIPTION="Tools for helping translation of documentation"
77 -HOMEPAGE="https://po4a.org/"
78 -SRC_URI="mirror://debian/pool/main/p/po4a/${PN}_${PV}.orig.tar.gz"
79 -
80 -LICENSE="GPL-2"
81 -SLOT="0"
82 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
83 -IUSE="test"
84 -RESTRICT="!test? ( test )"
85 -
86 -RDEPEND="app-text/openjade
87 - dev-libs/libxslt
88 - dev-perl/Locale-gettext
89 - dev-perl/SGMLSpm
90 - dev-perl/TermReadKey
91 - dev-perl/Text-WrapI18N
92 - sys-devel/gettext"
93 -DEPEND="${RDEPEND}
94 - app-text/docbook-xml-dtd:4.1.2
95 - app-text/docbook-xsl-stylesheets
96 - dev-perl/Module-Build
97 - test? (
98 - app-text/docbook-sgml-dtd:4.1
99 - virtual/tex-base
100 - )"
101 -
102 -# Running tests in parallel fails
103 -DIST_TEST="do"
104 -
105 -PATCHES=(
106 - # Fix bad escaping of '.' in @INC modification
107 - "${FILESDIR}"/${PN}-0.45-614122-no-dot-inc.patch
108 - "${FILESDIR}"/${PN}-man.patch
109 -)
110 -
111 -src_prepare() {
112 - # Check against locale files in ${S}/pod/bin for mismatches
113 - # with languages listed in PLOCALES
114 - local locales_path="${S}/po/bin"
115 - l10n_find_plocales_changes "${locales_path}" "" ".po"
116 -
117 - # Get rid of disabled locales
118 - my_get_disabled_locales() {
119 - PERL_RM_FILES=( "${PERL_RM_FILES[@]}" "po/bin/${1}.po" "po/pod/${1}.po" )
120 - }
121 -
122 - l10n_for_each_disabled_locale_do my_get_disabled_locales
123 -
124 - einfo "Your LINGUAS lists the following languages: ${LINGUAS}"
125 -
126 - perl-module_src_prepare
127 -}