diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-14 10:49:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-14 10:49:29 +0000 |
commit | 2a79b36b08504f52b66ea8cb332b5912e4440954 (patch) | |
tree | af94c7b924c7df65b66be32329d2dd0f8fbb700c /dev-perl/DateTime-Format-SQLite | |
parent | Initial commit. Ebuild by g-cpan. Dependancy for DBIx-Class-0.08113. (diff) | |
download | gentoo-2-2a79b36b08504f52b66ea8cb332b5912e4440954.tar.gz gentoo-2-2a79b36b08504f52b66ea8cb332b5912e4440954.tar.bz2 gentoo-2-2a79b36b08504f52b66ea8cb332b5912e4440954.zip |
Initial commit. Ebuild by g-cpan. Dependancy for DBIx-Class-0.08113.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-SQLite')
-rw-r--r-- | dev-perl/DateTime-Format-SQLite/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.10.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-SQLite/metadata.xml | 10 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-SQLite/ChangeLog b/dev-perl/DateTime-Format-SQLite/ChangeLog new file mode 100644 index 000000000000..3ae209162f1c --- /dev/null +++ b/dev-perl/DateTime-Format-SQLite/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*DateTime-Format-SQLite-0.10 (14 Nov 2009) + + 14 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +DateTime-Format-SQLite-0.10.ebuild, +metadata.xml: + Initial commit. Ebuild by g-cpan. Dependancy for DBIx-Class-0.08113. + diff --git a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.10.ebuild b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.10.ebuild new file mode 100644 index 000000000000..557421d56b22 --- /dev/null +++ b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.10.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.10.ebuild,v 1.1 2009/11/14 10:49:29 robbat2 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 diff --git a/dev-perl/DateTime-Format-SQLite/metadata.xml b/dev-perl/DateTime-Format-SQLite/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/DateTime-Format-SQLite/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |