summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 23:13:55 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 23:13:55 +0000
commit5db60a0fb4d17ace93a54a273ca1af1705010389 (patch)
treed1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/Calendar-Simple
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadhistorical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz
historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2
historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Calendar-Simple')
-rw-r--r--dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild9
-rw-r--r--dev-perl/Calendar-Simple/ChangeLog6
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild
index 46f1f2941330..dcd87a997c6a 100644
--- a/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild
+++ b/dev-perl/Calendar-Simple/Calendar-Simple-1.13.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/Calendar-Simple/Calendar-Simple-1.13.ebuild,v 1.3 2006/07/14 13:43:55 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild,v 1.4 2006/08/04 22:56:09 mcummings Exp $
inherit perl-module
@@ -17,4 +17,9 @@ SRC_TEST="do"
DEPEND=">=dev-perl/module-build-0.28
test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
+ dev-perl/Test-Pod-Coverage )
+ dev-lang/perl"
+RDEPEND=">=dev-perl/module-build-0.28
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )
+ dev-lang/perl"
diff --git a/dev-perl/Calendar-Simple/ChangeLog b/dev-perl/Calendar-Simple/ChangeLog
index 13dd6a6ef1fd..e689ebc21159 100644
--- a/dev-perl/Calendar-Simple/ChangeLog
+++ b/dev-perl/Calendar-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Calendar-Simple
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.3 2006/07/14 13:43:55 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.4 2006/08/04 22:56:09 mcummings Exp $
+
+ 04 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Calendar-Simple-1.13.ebuild:
+ Adding perl dep; fixed DEPEND
14 Jul 2006; Michael Cummings <mcummings@gentoo.org>
Calendar-Simple-1.13.ebuild: