diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-20 08:46:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-20 08:46:25 +0000 |
commit | 26439f5c4dfbcc24a2d7b2be954c977cb3fce1d4 (patch) | |
tree | 53c18f957ce808df906db8a04b9f69b5bdf940d8 /dev-perl/DateTime-Locale | |
parent | Version bump wrt #308441 by Karl-Robert Ernst. (diff) | |
download | historical-26439f5c4dfbcc24a2d7b2be954c977cb3fce1d4.tar.gz historical-26439f5c4dfbcc24a2d7b2be954c977cb3fce1d4.tar.bz2 historical-26439f5c4dfbcc24a2d7b2be954c977cb3fce1d4.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-Locale')
-rw-r--r-- | dev-perl/DateTime-Locale/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Locale/ChangeLog b/dev-perl/DateTime-Locale/ChangeLog index a1714346a534..6bc03d05133a 100644 --- a/dev-perl/DateTime-Locale/ChangeLog +++ b/dev-perl/DateTime-Locale/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DateTime-Locale # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.68 2010/01/09 19:32:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.69 2010/03/20 08:45:44 tove Exp $ + +*DateTime-Locale-0.45 (20 Mar 2010) + + 20 Mar 2010; Torsten Veller <tove@gentoo.org> + +DateTime-Locale-0.45.ebuild: + Version bump 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> DateTime-Locale-0.44.ebuild: diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild new file mode 100644 index 000000000000..951d56087e75 --- /dev/null +++ b/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/DateTime-Locale-0.45.ebuild,v 1.1 2010/03/20 08:45:44 tove Exp $ + +EAPI=2 + +inherit versionator +MY_P=${PN}-$(delete_version_separator 2) +S=${WORKDIR}/${MY_P} +MODULE_AUTHOR=DROLSKY +inherit perl-module + +DESCRIPTION="Localization support for DateTime" + +LICENSE="|| ( Artistic GPL-2 ) unicode" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-perl/Params-Validate-0.91 + dev-perl/List-MoreUtils" +DEPEND=">=virtual/perl-Module-Build-0.35 + ${RDEPEND}" + +SRC_TEST="do" |