summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-10-21 15:59:24 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-10-21 15:59:24 +0000
commit0421cc2d575fda832122eadeb60428e1cca7fda2 (patch)
tree45f21168fcd98fe36dbbfe4efd29b8b5cf8e892d /dev-perl/Calendar-Simple
parentppc stable (diff)
downloadgentoo-2-0421cc2d575fda832122eadeb60428e1cca7fda2.tar.gz
gentoo-2-0421cc2d575fda832122eadeb60428e1cca7fda2.tar.bz2
gentoo-2-0421cc2d575fda832122eadeb60428e1cca7fda2.zip
Version bump
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'dev-perl/Calendar-Simple')
-rw-r--r--dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild7
-rw-r--r--dev-perl/Calendar-Simple/Calendar-Simple-1.14.ebuild4
-rw-r--r--dev-perl/Calendar-Simple/Calendar-Simple-1.17.ebuild22
-rw-r--r--dev-perl/Calendar-Simple/ChangeLog9
-rw-r--r--dev-perl/Calendar-Simple/files/digest-Calendar-Simple-1.173
5 files changed, 37 insertions, 8 deletions
diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild
index 3c9b5a178904..3a70e6ecf20d 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.5 2006/08/06 18:57:16 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.13.ebuild,v 1.6 2006/10/21 15:59:24 mcummings Exp $
inherit perl-module
@@ -19,7 +19,4 @@ DEPEND=">=dev-perl/module-build-0.28
test? ( dev-perl/Test-Pod
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"
+RDEPEND="dev-lang/perl"
diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.14.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.14.ebuild
index 376f3b90901b..9ac1adf35075 100644
--- a/dev-perl/Calendar-Simple/Calendar-Simple-1.14.ebuild
+++ b/dev-perl/Calendar-Simple/Calendar-Simple-1.14.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.14.ebuild,v 1.2 2006/10/20 21:58:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/Calendar-Simple-1.14.ebuild,v 1.3 2006/10/21 15:59:24 mcummings Exp $
inherit perl-module
@@ -19,4 +19,4 @@ DEPEND=">=dev-perl/module-build-0.28
test? ( dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage )
dev-lang/perl"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-lang/perl"
diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.17.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.17.ebuild
new file mode 100644
index 000000000000..f97a4ebe7af8
--- /dev/null
+++ b/dev-perl/Calendar-Simple/Calendar-Simple-1.17.ebuild
@@ -0,0 +1,22 @@
+# 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.17.ebuild,v 1.1 2006/10/21 15:59:24 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension to create simple calendars"
+HOMEPAGE="http://search.cpan.org/search?query=${PN}"
+SRC_URI="mirror://cpan/authors/id/D/DA/DAVECROSS/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/module-build-0.28
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )
+ dev-lang/perl"
+RDEPEND="dev-lang/perl"
diff --git a/dev-perl/Calendar-Simple/ChangeLog b/dev-perl/Calendar-Simple/ChangeLog
index 79aa8aa4a730..78321ae68015 100644
--- a/dev-perl/Calendar-Simple/ChangeLog
+++ b/dev-perl/Calendar-Simple/ChangeLog
@@ -1,6 +1,13 @@
# 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.7 2006/10/20 21:58:09 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Calendar-Simple/ChangeLog,v 1.8 2006/10/21 15:59:24 mcummings Exp $
+
+*Calendar-Simple-1.17 (21 Oct 2006)
+
+ 21 Oct 2006; Michael Cummings <mcummings@gentoo.org>
+ Calendar-Simple-1.13.ebuild, Calendar-Simple-1.14.ebuild,
+ +Calendar-Simple-1.17.ebuild:
+ Version bump
20 Oct 2006; Michael Cummings <mcummings@gentoo.org>
Calendar-Simple-1.14.ebuild:
diff --git a/dev-perl/Calendar-Simple/files/digest-Calendar-Simple-1.17 b/dev-perl/Calendar-Simple/files/digest-Calendar-Simple-1.17
new file mode 100644
index 000000000000..bf130357a30c
--- /dev/null
+++ b/dev-perl/Calendar-Simple/files/digest-Calendar-Simple-1.17
@@ -0,0 +1,3 @@
+MD5 94acbe82b7b1f32293dfdb119b2cf765 Calendar-Simple-1.17.tar.gz 6507
+RMD160 ef72e40426ae09816600889364cec9eca8428f26 Calendar-Simple-1.17.tar.gz 6507
+SHA256 6a64e1d8a3dbe76f16d11458e993a1ba880b53ee23c020aa3dbee01c82de0595 Calendar-Simple-1.17.tar.gz 6507