diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-07 18:38:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-07 18:38:26 +0000 |
commit | e9dfc94a1565e642f4d3a5c7b8c1270e92a5889d (patch) | |
tree | 1dae4853e7ae1816b8b4ff9d727d50d28f487629 | |
parent | Convert MODULE_VERSION back to explicit number for detection by update-ng scr... (diff) | |
download | gentoo-2-e9dfc94a1565e642f4d3a5c7b8c1270e92a5889d.tar.gz gentoo-2-e9dfc94a1565e642f4d3a5c7b8c1270e92a5889d.tar.bz2 gentoo-2-e9dfc94a1565e642f4d3a5c7b8c1270e92a5889d.zip |
Convert MODULE_VERSION back to explicit number for detection by update-ng script.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/DateTime-Format-Natural/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog index af2df7b86efa..32cdf706ea89 100644 --- a/dev-perl/DateTime-Format-Natural/ChangeLog +++ b/dev-perl/DateTime-Format-Natural/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DateTime-Format-Natural # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.25 2011/02/07 18:28:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.26 2011/02/07 18:38:26 robbat2 Exp $ + + 07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> + DateTime-Format-Natural-0.930.ebuild: + Convert MODULE_VERSION back to explicit number for detection by update-ng + script. *DateTime-Format-Natural-0.930 (07 Feb 2011) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild index b77172c4f035..4f2b55594ae0 100644 --- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild @@ -1,11 +1,11 @@ # 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-Natural/DateTime-Format-Natural-0.930.ebuild,v 1.1 2011/02/07 18:28:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.930.ebuild,v 1.2 2011/02/07 18:38:26 robbat2 Exp $ EAPI=3 MODULE_AUTHOR=SCHUBIGER -MODULE_VERSION=${PV:0:4} +MODULE_VERSION=0.93 inherit perl-module DESCRIPTION="Create machine readable date/time with natural parsing logic" |