diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 07:27:52 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 07:27:52 +0000 |
commit | b44fb6f84004417445580b718d25b81f088f7c9a (patch) | |
tree | 401ea0f696f23e6cb36d0ae5403f475589ffc98d /dev-perl/DateTime-Format-Strptime | |
parent | Bump (diff) | |
download | gentoo-2-b44fb6f84004417445580b718d25b81f088f7c9a.tar.gz gentoo-2-b44fb6f84004417445580b718d25b81f088f7c9a.tar.bz2 gentoo-2-b44fb6f84004417445580b718d25b81f088f7c9a.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.540.0.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/ChangeLog b/dev-perl/DateTime-Format-Strptime/ChangeLog index f1dc2930c1fb..bdfea4910c03 100644 --- a/dev-perl/DateTime-Format-Strptime/ChangeLog +++ b/dev-perl/DateTime-Format-Strptime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-Format-Strptime # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.26 2013/01/06 20:53:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.27 2013/08/25 07:27:52 patrick Exp $ + +*DateTime-Format-Strptime-1.540.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +DateTime-Format-Strptime-1.540.0.ebuild: + Bump 06 Jan 2013; Torsten Veller <tove@gentoo.org> -DateTime-Format-Strptime-1.500.0.ebuild, diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.540.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.540.0.ebuild new file mode 100644 index 000000000000..a5fc65a743c4 --- /dev/null +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.540.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.540.0.ebuild,v 1.1 2013/08/25 07:27:52 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=1.54 +inherit perl-module + +DESCRIPTION="Parse and Format DateTimes using Strptime" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc-aix ~x64-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + >=dev-perl/DateTime-0.44 + >=dev-perl/DateTime-Locale-0.45 + >=dev-perl/DateTime-TimeZone-0.79 + >=dev-perl/Params-Validate-0.91" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.31" + +SRC_TEST=do |