summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 14:22:05 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 14:22:05 +0000
commit30df0b67a3499e13686c6d88bc9a64603154f758 (patch)
treea75c03d95f3549448de553241db66df91ec70c02 /dev-perl/Locale-gettext
parentppc stable, bug #139998 (diff)
downloadhistorical-30df0b67a3499e13686c6d88bc9a64603154f758.tar.gz
historical-30df0b67a3499e13686c6d88bc9a64603154f758.tar.bz2
historical-30df0b67a3499e13686c6d88bc9a64603154f758.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Locale-gettext')
-rw-r--r--dev-perl/Locale-gettext/ChangeLog7
-rw-r--r--dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild7
-rw-r--r--dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild7
-rw-r--r--dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild8
-rw-r--r--dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild8
5 files changed, 26 insertions, 11 deletions
diff --git a/dev-perl/Locale-gettext/ChangeLog b/dev-perl/Locale-gettext/ChangeLog
index 6f62fedde197..106679dc4584 100644
--- a/dev-perl/Locale-gettext/ChangeLog
+++ b/dev-perl/Locale-gettext/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Locale-gettext
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v 1.30 2006/07/04 11:44:15 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v 1.31 2006/08/05 13:33:32 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Locale-gettext-1.01-r1.ebuild, Locale-gettext-1.03.ebuild,
+ Locale-gettext-1.04.ebuild, Locale-gettext-1.05.ebuild:
+ Adding perl dep; fixed DEPEND
04 Jul 2006; Christian Hartmann <ian@gentoo.org>
Locale-gettext-1.01-r1.ebuild, Locale-gettext-1.03.ebuild,
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild
index 2a34b0748387..a9f0487c8ba3 100644
--- a/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild
+++ b/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild,v 1.15 2006/07/04 11:44:15 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild,v 1.16 2006/08/05 13:33:32 mcummings Exp $
inherit perl-module
@@ -16,5 +16,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND="sys-devel/gettext"
+DEPEND="sys-devel/gettext
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild
index c98697a27b7f..fa9788cb52b0 100644
--- a/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild
+++ b/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild,v 1.10 2006/07/04 11:44:15 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.03.ebuild,v 1.11 2006/08/05 13:33:32 mcummings Exp $
inherit perl-module
@@ -16,7 +16,10 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND="sys-devel/gettext"
+DEPEND="sys-devel/gettext
+ dev-lang/perl"
RDEPEND="${DEPEND}"
SRC_TEST="do"
+
+
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild
index c3ff18fa5769..6c4354faee30 100644
--- a/dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild
+++ b/dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild,v 1.6 2006/07/04 11:44:15 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.04.ebuild,v 1.7 2006/08/05 13:33:32 mcummings Exp $
inherit perl-module
@@ -17,8 +17,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
IUSE=""
DEPEND="sys-devel/gettext
- >=virtual/perl-Test-Simple-0.54"
+ >=virtual/perl-Test-Simple-0.54
+ dev-lang/perl"
RDEPEND="${DEPEND}"
# Disabling the tests - not ready for prime time - mcummings
-#SRC_TEST="do" \ No newline at end of file
+#SRC_TEST="do"
+
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild
index cccd063e8d1d..61c8c34d7812 100644
--- a/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild
+++ b/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild,v 1.13 2006/07/15 04:36:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild,v 1.14 2006/08/05 13:33:32 mcummings Exp $
inherit perl-module
@@ -17,8 +17,10 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f
IUSE=""
DEPEND="sys-devel/gettext
- >=virtual/perl-Test-Simple-0.54"
+ >=virtual/perl-Test-Simple-0.54
+ dev-lang/perl"
RDEPEND="${DEPEND}"
# Disabling the tests - not ready for prime time - mcummings
-#SRC_TEST="do" \ No newline at end of file
+#SRC_TEST="do"
+