diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-09 20:45:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-09 20:45:54 +0000 |
commit | 91bf0c22e13dd9696f5db37c07c72bc4442db55e (patch) | |
tree | fcf2c28ad33a21381388b748156767a9a5d14a89 /dev-perl/DateTime-Format-Natural | |
parent | Use correct sip dependencies. Fixes bug 273430 (diff) | |
download | gentoo-2-91bf0c22e13dd9696f5db37c07c72bc4442db55e.tar.gz gentoo-2-91bf0c22e13dd9696f5db37c07c72bc4442db55e.tar.bz2 gentoo-2-91bf0c22e13dd9696f5db37c07c72bc4442db55e.zip |
Initial import from perl-experimental
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r-- | dev-perl/DateTime-Format-Natural/ChangeLog | 16 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.76.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Natural/metadata.xml | 5 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog new file mode 100644 index 000000000000..a428f33a6c66 --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for dev-perl/DateTime-Format-Natural +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.1 2009/06/09 20:45:54 tove Exp $ + +*DateTime-Format-Natural-0.76 (09 Jun 2009) + + 09 Jun 2009; Torsten Veller <tove@gentoo.org> + +DateTime-Format-Natural-0.76.ebuild, +metadata.xml: + Initial import from perl-experimental. Based on ebuild from Michele + Beltrame + + 22 Apr 2009; Michele Beltrame <mb@cattlegrid.info> + -DateTime-Format-Natural-0.73.ebuild, + +DateTime-Format-Natural-0.76.ebuild: + Bump + cleanup + diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.76.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.76.ebuild new file mode 100644 index 000000000000..cb2d14e77675 --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.76.ebuild @@ -0,0 +1,26 @@ +# 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-Natural/DateTime-Format-Natural-0.76.ebuild,v 1.1 2009/06/09 20:45:54 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SCHUBIGER +inherit perl-module + +DESCRIPTION="Create machine readable date/time with natural parsing logic" + +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +RDEPEND="dev-perl/boolean + dev-perl/DateTime + dev-perl/Params-Validate + dev-perl/List-MoreUtils" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Test-MockTime + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do diff --git a/dev-perl/DateTime-Format-Natural/metadata.xml b/dev-perl/DateTime-Format-Natural/metadata.xml new file mode 100644 index 000000000000..fcd994bc881b --- /dev/null +++ b/dev-perl/DateTime-Format-Natural/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |