summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-13 07:49:32 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-13 07:49:32 +0000
commitba501e8ea10b168863dad346da4489f6626b7161 (patch)
tree3c91a86adb1539472f2184e75dca6dcbe6e79159 /dev-perl/Date-Calc
parentVersion bump (diff)
downloadgentoo-2-ba501e8ea10b168863dad346da4489f6626b7161.tar.gz
gentoo-2-ba501e8ea10b168863dad346da4489f6626b7161.tar.bz2
gentoo-2-ba501e8ea10b168863dad346da4489f6626b7161.zip
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Date-Calc')
-rw-r--r--dev-perl/Date-Calc/ChangeLog7
-rw-r--r--dev-perl/Date-Calc/Date-Calc-5.8.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Date-Calc/ChangeLog b/dev-perl/Date-Calc/ChangeLog
index 6f135fbcbd4f..a2a65954e0e5 100644
--- a/dev-perl/Date-Calc/ChangeLog
+++ b/dev-perl/Date-Calc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Date-Calc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.33 2009/09/07 09:17:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.34 2009/09/13 07:49:32 tove Exp $
+
+*Date-Calc-5.8 (13 Sep 2009)
+
+ 13 Sep 2009; Torsten Veller <tove@gentoo.org> +Date-Calc-5.8.ebuild:
+ Version bump
07 Sep 2009; Torsten Veller <tove@gentoo.org> -Date-Calc-5.6.ebuild:
Cleanup
diff --git a/dev-perl/Date-Calc/Date-Calc-5.8.ebuild b/dev-perl/Date-Calc/Date-Calc-5.8.ebuild
new file mode 100644
index 000000000000..b4fb36742941
--- /dev/null
+++ b/dev-perl/Date-Calc/Date-Calc-5.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-5.8.ebuild,v 1.1 2009/09/13 07:49:32 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=STBEY
+inherit perl-module
+
+DESCRIPTION="Gregorian calendar date calculations"
+
+LICENSE="${LICENSE} LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-perl/Bit-Vector-6.6
+ >=dev-perl/Carp-Clan-5.3"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"
+export OPTIMIZE="$CFLAGS"
+mydoc="ToDo"