summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-05 15:09:55 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-05 15:09:55 +0300
commitde9a80ae2ad28b067df521260cfcbc69b5604fbd (patch)
tree8a77c6e3ad1ba5104995d726a97887680acd0308
parentdev-perl/Locale-gettext: Mark stable wrt bug #643272 (diff)
downloadgentoo-de9a80ae2ad28b067df521260cfcbc69b5604fbd.tar.gz
gentoo-de9a80ae2ad28b067df521260cfcbc69b5604fbd.tar.bz2
gentoo-de9a80ae2ad28b067df521260cfcbc69b5604fbd.zip
dev-perl/Locale-gettext: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r--dev-perl/Locale-gettext/Locale-gettext-1.50.0-r1.ebuild23
-rw-r--r--dev-perl/Locale-gettext/Manifest1
-rw-r--r--dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff16
3 files changed, 0 insertions, 40 deletions
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
deleted file mode 100644
index dbe7bdb3f3c2..000000000000
--- a/dev-perl/Locale-gettext/Locale-gettext-1.50.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=gettext
-MODULE_AUTHOR=PVANDRY
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="A Perl module for accessing the GNU locale utilities"
-
-SLOT="0"
-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"
-IUSE=""
-
-DEPEND="sys-devel/gettext"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/compatibility-with-POSIX-module.diff )
-
-# Disabling the tests - not ready for prime time - mcummings
-#SRC_TEST="do"
diff --git a/dev-perl/Locale-gettext/Manifest b/dev-perl/Locale-gettext/Manifest
index 2991c9fb7942..e801cadb3765 100644
--- a/dev-perl/Locale-gettext/Manifest
+++ b/dev-perl/Locale-gettext/Manifest
@@ -1,2 +1 @@
-DIST gettext-1.05.tar.gz 7693 BLAKE2B cde9bcef86c8118858e150d13022e09affa240d2a996f6c352ea5bcddf9eea97026a56da5933c1948b2d6d7586fa125ea3b373a3013d7c093bbd3dd6231c7ff4 SHA512 ce58940be16b7f2b3bde8f321f142486b38874018d37267ecf0587f44a0ea6c7a2d86fc22ce4ac78f3c9cc521e1ef7142009dd8d050aa45bb12a0e64959d37b1
DIST gettext-1.07.tar.gz 8651 BLAKE2B ecdc105303c0b494d53f985ca0d789d75da33abc85e8579a43af1658d6faa18e2564e18fc6613548acc2add4ce847d03769c1fbe29dbb760b9498f4b251cbb1c SHA512 d3716a597d586ee2ff29472ca7b13aaf67770299de31e5f12abafebc879bbe4a1e1dbc0025cf4f3dc29992955f26cffc3be387d974c3911af095d5b49e67a1c6
diff --git a/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff b/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff
deleted file mode 100644
index 101e9f26e2ba..000000000000
--- a/dev-perl/Locale-gettext/files/compatibility-with-POSIX-module.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=237378
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=35680
-Bug-Debian: http://bugs.debian.org/479803
-Author: Raphaƫl Hertzog <hertzog@debian.org>
-Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803#20
-
---- a/gettext.pm
-+++ b/gettext.pm
-@@ -32,6 +32,7 @@ to internationalize software.
- =cut
-
- use Carp;
-+use POSIX qw(:locale_h);
-
- require Exporter;
- require DynaLoader;