summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 19:54:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 19:54:34 +0000
commita83ffb3771bc0256f355d6d13294e3a0d8b3c3fd (patch)
tree55d881c22ad56b8746ee7f6b409b6a78520bce93 /dev-perl/Period
parentrequire php to be built with USE=php #142563 by Raphael Marichez (diff)
downloadhistorical-a83ffb3771bc0256f355d6d13294e3a0d8b3c3fd.tar.gz
historical-a83ffb3771bc0256f355d6d13294e3a0d8b3c3fd.tar.bz2
historical-a83ffb3771bc0256f355d6d13294e3a0d8b3c3fd.zip
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Period')
-rw-r--r--dev-perl/Period/ChangeLog8
-rw-r--r--dev-perl/Period/Period-1.20-r3.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-perl/Period/ChangeLog b/dev-perl/Period/ChangeLog
index 46b8f6eba901..85e48bb7c28b 100644
--- a/dev-perl/Period/ChangeLog
+++ b/dev-perl/Period/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Period
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Period/ChangeLog,v 1.15 2005/10/02 13:08:21 agriffis Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Period/ChangeLog,v 1.16 2006/08/05 19:54:34 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Period-1.20-r3.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Period-1.20-r3.ebuild:
Mark 1.20-r3 stable on ia64
diff --git a/dev-perl/Period/Period-1.20-r3.ebuild b/dev-perl/Period/Period-1.20-r3.ebuild
index 12c0cc3ac9a0..f97b5a36982f 100644
--- a/dev-perl/Period/Period-1.20-r3.ebuild
+++ b/dev-perl/Period/Period-1.20-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Period/Period-1.20-r3.ebuild,v 1.12 2005/10/02 13:08:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Period/Period-1.20-r3.ebuild,v 1.13 2006/08/05 19:54:33 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"