summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-11 18:53:13 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-11 18:53:13 +0000
commit0f6bdbf82b566dad7b7ecaa91053014f986a94dc (patch)
treed9f1ed364dbae94e5239af1ef3ad9555f7e844fe /dev-perl/DateTime-Format-SQLite
parentFix typo. (diff)
downloadgentoo-2-0f6bdbf82b566dad7b7ecaa91053014f986a94dc.tar.gz
gentoo-2-0f6bdbf82b566dad7b7ecaa91053014f986a94dc.tar.bz2
gentoo-2-0f6bdbf82b566dad7b7ecaa91053014f986a94dc.zip
Version bump
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-SQLite')
-rw-r--r--dev-perl/DateTime-Format-SQLite/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.11.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-SQLite/ChangeLog b/dev-perl/DateTime-Format-SQLite/ChangeLog
index 3ae209162f1c..19736562afaa 100644
--- a/dev-perl/DateTime-Format-SQLite/ChangeLog
+++ b/dev-perl/DateTime-Format-SQLite/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-Format-SQLite
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-SQLite/ChangeLog,v 1.1 2009/11/14 10:49:29 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-SQLite/ChangeLog,v 1.2 2009/12/11 18:53:13 tove Exp $
+
+*DateTime-Format-SQLite-0.11 (11 Dec 2009)
+
+ 11 Dec 2009; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-SQLite-0.11.ebuild:
+ Version bump
*DateTime-Format-SQLite-0.10 (14 Nov 2009)
diff --git a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.11.ebuild b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.11.ebuild
new file mode 100644
index 000000000000..d11ba3984207
--- /dev/null
+++ b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.11.ebuild,v 1.1 2009/12/11 18:53:13 tove Exp $
+
+MODULE_AUTHOR="CFAERBER"
+
+inherit perl-module
+
+DESCRIPTION="Parse and format SQLite dates and times"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-perl/DateTime-0.51
+ >=dev-perl/DateTime-Format-Builder-0.7901
+ dev-lang/perl"
+SRC_TEST=do