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/Net-CIDR
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/Net-CIDR')
-rw-r--r--dev-perl/Net-CIDR/ChangeLog6
-rw-r--r--dev-perl/Net-CIDR/Net-CIDR-0.10.ebuild6
-rw-r--r--dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild6
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-perl/Net-CIDR/ChangeLog b/dev-perl/Net-CIDR/ChangeLog
index 79a00ff4b86a..6285acd89455 100644
--- a/dev-perl/Net-CIDR/ChangeLog
+++ b/dev-perl/Net-CIDR/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Net-CIDR
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.17 2006/08/02 17:52:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.18 2006/08/05 14:07:51 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Net-CIDR-0.10.ebuild,
+ Net-CIDR-0.11.ebuild:
+ Adding perl dep; fixed DEPEND
02 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> Net-CIDR-0.11.ebuild:
Stable on hppa
diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.10.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.10.ebuild
index 5619a5e776d0..dd999a3ec005 100644
--- a/dev-perl/Net-CIDR/Net-CIDR-0.10.ebuild
+++ b/dev-perl/Net-CIDR/Net-CIDR-0.10.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/Net-CIDR/Net-CIDR-0.10.ebuild,v 1.7 2006/01/01 23:35:40 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.10.ebuild,v 1.8 2006/08/05 14:07:51 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild
index 2275a47d6e13..c84cf0080f3d 100644
--- a/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild
+++ b/dev-perl/Net-CIDR/Net-CIDR-0.11.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/Net-CIDR/Net-CIDR-0.11.ebuild,v 1.7 2006/08/02 17:52:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild,v 1.8 2006/08/05 14:07:51 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"