diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-07 18:28:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-07 18:28:20 +0000 |
commit | 7526367f294750a7a0d38b7340e9ff90ae9ded96 (patch) | |
tree | 477a1cbe388303bd102e21c74a3eea1eff5551c3 /dev-perl/DateTime-Format-W3CDTF | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-7526367f294750a7a0d38b7340e9ff90ae9ded96.tar.gz gentoo-2-7526367f294750a7a0d38b7340e9ff90ae9ded96.tar.bz2 gentoo-2-7526367f294750a7a0d38b7340e9ff90ae9ded96.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.06.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/ChangeLog b/dev-perl/DateTime-Format-W3CDTF/ChangeLog index 2ca902b43488..a8e3e2c44145 100644 --- a/dev-perl/DateTime-Format-W3CDTF/ChangeLog +++ b/dev-perl/DateTime-Format-W3CDTF/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-Format-W3CDTF -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.15 2010/12/03 01:44:36 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.16 2011/02/07 18:28:20 robbat2 Exp $ + +*DateTime-Format-W3CDTF-0.06 (07 Feb 2011) + + 07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> + +DateTime-Format-W3CDTF-0.06.ebuild: + Version bump via perl-bump experimental tool. 03 Dec 2010; Michael Weber <xmw@gentoo.org> DateTime-Format-W3CDTF-0.04.ebuild, DateTime-Format-W3CDTF-0.05.ebuild: diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.06.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.06.ebuild new file mode 100644 index 000000000000..bd7e4f1f8ae5 --- /dev/null +++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.06.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.06.ebuild,v 1.1 2011/02/07 18:28:20 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=GWILLIAMS +inherit perl-module + +DESCRIPTION="Parse and format W3CDTF datetime strings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +IUSE="" + +RDEPEND="dev-perl/DateTime" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" |