summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2013-12-23 14:30:39 +0000
committerMikle Kolyada <zlogene@gentoo.org>2013-12-23 14:30:39 +0000
commit4fd04e871885e8716359b9fb5781e06f6fbc9748 (patch)
tree6289f1972c9467c447a4aa34e3dbbc8e45fa4cea /dev-perl/libintl-perl
parentStable for alpha, wrt bug #493138 (diff)
downloadgentoo-2-4fd04e871885e8716359b9fb5781e06f6fbc9748.tar.gz
gentoo-2-4fd04e871885e8716359b9fb5781e06f6fbc9748.tar.bz2
gentoo-2-4fd04e871885e8716359b9fb5781e06f6fbc9748.zip
Removing blocker wrt bug #350039; Drop old.
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/libintl-perl')
-rw-r--r--dev-perl/libintl-perl/ChangeLog6
-rw-r--r--dev-perl/libintl-perl/libintl-perl-1.210.0.ebuild33
-rw-r--r--dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild4
3 files changed, 6 insertions, 37 deletions
diff --git a/dev-perl/libintl-perl/ChangeLog b/dev-perl/libintl-perl/ChangeLog
index 6a7953e496bc..1c3af921969c 100644
--- a/dev-perl/libintl-perl/ChangeLog
+++ b/dev-perl/libintl-perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/libintl-perl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.54 2013/11/06 05:25:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.55 2013/12/23 14:30:39 zlogene Exp $
+
+ 23 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> -libintl-perl-1.210.0.ebuild,
+ libintl-perl-1.230.0.ebuild:
+ Removing blocker wrt bug #350039; Drop old.
06 Nov 2013; Patrick Lauer <patrick@gentoo.org> libintl-perl-1.200.0.ebuild:
Shorten description, make repoman happier
diff --git a/dev-perl/libintl-perl/libintl-perl-1.210.0.ebuild b/dev-perl/libintl-perl/libintl-perl-1.210.0.ebuild
deleted file mode 100644
index d00e67af18a4..000000000000
--- a/dev-perl/libintl-perl/libintl-perl-1.210.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.210.0.ebuild,v 1.2 2013/04/20 04:47:15 patrick Exp $
-
-EAPI=5
-
-MODULE_AUTHOR=GUIDO
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION="High-Level Interface to Uniforum Message Translation"
-HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST=do
-
-DEPEND="!!dev-db/firebird"
-
-src_test() {
- if grep -q '^de_' <( locale -a ) ; then
- if grep -q '^de_AT$' <( locale -a ) ; then
- perl-module_src_test
- else
- ewarn "Skipping tests, known broken with de_ and without de_AT"
- fi
- else
- perl-module_src_test
- fi
-}
diff --git a/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild b/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild
index dc2969e76cc3..31a2242da707 100644
--- a/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild
+++ b/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.1 2013/08/25 10:06:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.2 2013/12/23 14:30:39 zlogene Exp $
EAPI=5
@@ -18,8 +18,6 @@ IUSE=""
SRC_TEST=do
-DEPEND="!!dev-db/firebird"
-
src_test() {
if grep -q '^de_' <( locale -a ) ; then
if grep -q '^de_AT$' <( locale -a ) ; then