Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/files/, dev-perl/Locale-gettext/
Date: Fri, 05 Jan 2018 12:10:14
Message-Id: 1515154195.de9a80ae2ad28b067df521260cfcbc69b5604fbd.zlogene@gentoo
1 commit: de9a80ae2ad28b067df521260cfcbc69b5604fbd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 12:09:55 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 12:09:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9a80ae
7
8 dev-perl/Locale-gettext: Drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 .../Locale-gettext/Locale-gettext-1.50.0-r1.ebuild | 23 ----------------------
13 dev-perl/Locale-gettext/Manifest | 1 -
14 .../files/compatibility-with-POSIX-module.diff | 16 ---------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.50.0-r1.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.50.0-r1.ebuild
18 deleted file mode 100644
19 index dbe7bdb3f3c..00000000000
20 --- a/dev-perl/Locale-gettext/Locale-gettext-1.50.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -MY_PN=gettext
29 -MODULE_AUTHOR=PVANDRY
30 -MODULE_VERSION=1.05
31 -inherit perl-module
32 -
33 -DESCRIPTION="A Perl module for accessing the GNU locale utilities"
34 -
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE=""
38 -
39 -DEPEND="sys-devel/gettext"
40 -RDEPEND="${DEPEND}"
41 -
42 -PATCHES=( "${FILESDIR}"/compatibility-with-POSIX-module.diff )
43 -
44 -# Disabling the tests - not ready for prime time - mcummings
45 -#SRC_TEST="do"
46
47 diff --git a/dev-perl/Locale-gettext/Manifest b/dev-perl/Locale-gettext/Manifest
48 index 2991c9fb794..e801cadb376 100644
49 --- a/dev-perl/Locale-gettext/Manifest
50 +++ b/dev-perl/Locale-gettext/Manifest
51 @@ -1,2 +1 @@
52 -DIST gettext-1.05.tar.gz 7693 BLAKE2B cde9bcef86c8118858e150d13022e09affa240d2a996f6c352ea5bcddf9eea97026a56da5933c1948b2d6d7586fa125ea3b373a3013d7c093bbd3dd6231c7ff4 SHA512 ce58940be16b7f2b3bde8f321f142486b38874018d37267ecf0587f44a0ea6c7a2d86fc22ce4ac78f3c9cc521e1ef7142009dd8d050aa45bb12a0e64959d37b1
53 DIST gettext-1.07.tar.gz 8651 BLAKE2B ecdc105303c0b494d53f985ca0d789d75da33abc85e8579a43af1658d6faa18e2564e18fc6613548acc2add4ce847d03769c1fbe29dbb760b9498f4b251cbb1c SHA512 d3716a597d586ee2ff29472ca7b13aaf67770299de31e5f12abafebc879bbe4a1e1dbc0025cf4f3dc29992955f26cffc3be387d974c3911af095d5b49e67a1c6
54
55 diff --git a/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff b/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff
56 deleted file mode 100644
57 index 101e9f26e2b..00000000000
58 --- a/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff
59 +++ /dev/null
60 @@ -1,16 +0,0 @@
61 -Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=237378
62 -Bug: http://rt.cpan.org/Public/Bug/Display.html?id=35680
63 -Bug-Debian: http://bugs.debian.org/479803
64 -Author: Raphaël Hertzog <hertzog@××××××.org>
65 -Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803#20
66 -
67 ---- a/gettext.pm
68 -+++ b/gettext.pm
69 -@@ -32,6 +32,7 @@ to internationalize software.
70 - =cut
71 -
72 - use Carp;
73 -+use POSIX qw(:locale_h);
74 -
75 - require Exporter;
76 - require DynaLoader;