summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 12:17:54 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 12:17:54 +0000
commit41c4457b7c6e1c47113e1cfc23c85724927c91a7 (patch)
treeb06df136c889558ce6faf3e7c2f88addc35331f1 /dev-perl/Lexical-Persistence
parentConvert ebuild version. Force stable keywords (diff)
downloadgentoo-2-41c4457b7c6e1c47113e1cfc23c85724927c91a7.tar.gz
gentoo-2-41c4457b7c6e1c47113e1cfc23c85724927c91a7.tar.bz2
gentoo-2-41c4457b7c6e1c47113e1cfc23c85724927c91a7.zip
Convert ebuild version
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Lexical-Persistence')
-rw-r--r--dev-perl/Lexical-Persistence/ChangeLog10
-rw-r--r--dev-perl/Lexical-Persistence/Lexical-Persistence-1.20.ebuild (renamed from dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild)8
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Lexical-Persistence/ChangeLog b/dev-perl/Lexical-Persistence/ChangeLog
index db177309b66d..fc0932c90f62 100644
--- a/dev-perl/Lexical-Persistence/ChangeLog
+++ b/dev-perl/Lexical-Persistence/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Lexical-Persistence
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/ChangeLog,v 1.5 2010/06/11 06:07:48 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/ChangeLog,v 1.6 2011/01/14 12:17:54 tove Exp $
+
+*Lexical-Persistence-1.20 (14 Jan 2011)
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org>
+ -Lexical-Persistence-1.02.0.ebuild, +Lexical-Persistence-1.20.ebuild:
+ Convert ebuild version
11 Jun 2010; Torsten Veller <tove@gentoo.org>
-Lexical-Persistence-1.01.ebuild:
diff --git a/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild b/dev-perl/Lexical-Persistence/Lexical-Persistence-1.20.ebuild
index ec89a3a8af18..3940ba6347f1 100644
--- a/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild
+++ b/dev-perl/Lexical-Persistence/Lexical-Persistence-1.20.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild,v 1.1 2010/03/28 00:24:53 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/Lexical-Persistence-1.20.ebuild,v 1.1 2011/01/14 12:17:54 tove Exp $
EAPI=2
-inherit versionator
MODULE_AUTHOR="RCAPUTO"
-MY_P=${PN}-$(get_major_version).$(delete_all_version_separators $(get_after_major_version))
-S=${WORKDIR}/${MY_P}
+MODULE_VERSION=1.020
inherit perl-module
DESCRIPTION="Bind lexicals to persistent data."