diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-21 02:26:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-21 02:26:53 +0000 |
commit | 6913c9945466338ffa5a88f2b07444fb2a33d3a6 (patch) | |
tree | e5cdab2b7d5e60005901b75f98c25bfc34b96ef5 /dev-perl/DateTime | |
parent | Bug # (diff) | |
download | historical-6913c9945466338ffa5a88f2b07444fb2a33d3a6.tar.gz historical-6913c9945466338ffa5a88f2b07444fb2a33d3a6.tar.bz2 historical-6913c9945466338ffa5a88f2b07444fb2a33d3a6.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime')
-rw-r--r-- | dev-perl/DateTime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime/DateTime-0.730.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/DateTime/DateTime-0.740.0.ebuild | 31 |
3 files changed, 40 insertions, 3 deletions
diff --git a/dev-perl/DateTime/ChangeLog b/dev-perl/DateTime/ChangeLog index 00b3949e85bd..44d0dcbc6f35 100644 --- a/dev-perl/DateTime/ChangeLog +++ b/dev-perl/DateTime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.124 2012/03/18 09:41:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.125 2012/04/21 02:18:03 robbat2 Exp $ + +*DateTime-0.740.0 (21 Apr 2012) + + 21 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> DateTime-0.730.0.ebuild, + +DateTime-0.740.0.ebuild: + Version bump via perl-bump experimental tool. *DateTime-0.730.0 (18 Mar 2012) diff --git a/dev-perl/DateTime/DateTime-0.730.0.ebuild b/dev-perl/DateTime/DateTime-0.730.0.ebuild index 83bbc0a6087c..b3fdd1946838 100644 --- a/dev-perl/DateTime/DateTime-0.730.0.ebuild +++ b/dev-perl/DateTime/DateTime-0.730.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.730.0.ebuild,v 1.1 2012/03/18 09:41:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.730.0.ebuild,v 1.2 2012/04/21 02:18:03 robbat2 Exp $ EAPI=4 MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.73 +MODULE_VERSION=${PV%0.0} inherit perl-module DESCRIPTION="A date and time object" diff --git a/dev-perl/DateTime/DateTime-0.740.0.ebuild b/dev-perl/DateTime/DateTime-0.740.0.ebuild new file mode 100644 index 000000000000..4d519cd84bd7 --- /dev/null +++ b/dev-perl/DateTime/DateTime-0.740.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.740.0.ebuild,v 1.1 2012/04/21 02:18:03 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=${PV%0.0} +inherit perl-module + +DESCRIPTION="A date and time object" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND=">=dev-perl/Params-Validate-0.76 + >=virtual/perl-Time-Local-1.04 + >=dev-perl/DateTime-TimeZone-1.09 + >=dev-perl/DateTime-Locale-0.44 + dev-perl/Math-Round +" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-Fatal + ) +" + +SRC_TEST="do" |