diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 12:08:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 12:08:13 +0000 |
commit | 53886b9aa43d41fe6551af356c1809b15d0dad0a (patch) | |
tree | 85e963cf6e0d8b9bfe8a067d4012f9fc6307c141 /dev-perl/Exception-Base | |
parent | Convert ebuild version. Cleanup. Force stable keywords (diff) | |
download | gentoo-2-53886b9aa43d41fe6551af356c1809b15d0dad0a.tar.gz gentoo-2-53886b9aa43d41fe6551af356c1809b15d0dad0a.tar.bz2 gentoo-2-53886b9aa43d41fe6551af356c1809b15d0dad0a.zip |
Convert ebuild version. Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.240.100.ebuild (renamed from dev-perl/Exception-Base/Exception-Base-0.24.ebuild) | 9 |
3 files changed, 13 insertions, 30 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index eab10f9e7c93..9dfa5c512800 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Exception-Base -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.7 2010/10/05 16:39:47 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.8 2011/01/14 12:08:13 tove Exp $ + +*Exception-Base-0.240.100 (14 Jan 2011) + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Exception-Base-0.24.ebuild, + -Exception-Base-0.24.01.ebuild, +Exception-Base-0.240.100.ebuild: + Convert ebuild version. Cleanup *Exception-Base-0.24.01 (05 Oct 2010) diff --git a/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild b/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild deleted file mode 100644 index 149f92facdab..000000000000 --- a/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild,v 1.1 2010/10/05 16:39:47 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Error handling with exception class" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( >=dev-perl/Test-Unit-Lite-0.12 )" - -SRC_TEST=do diff --git a/dev-perl/Exception-Base/Exception-Base-0.24.ebuild b/dev-perl/Exception-Base/Exception-Base-0.240.100.ebuild index a5148b5df36c..8933d618afa8 100644 --- a/dev-perl/Exception-Base/Exception-Base-0.24.ebuild +++ b/dev-perl/Exception-Base/Exception-Base-0.240.100.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2009 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/Exception-Base/Exception-Base-0.24.ebuild,v 1.1 2009/12/14 18:24:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.240.100.ebuild,v 1.1 2011/01/14 12:08:13 tove Exp $ -EAPI=2 +EAPI=3 -MODULE_AUTHOR="DEXTER" +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.2401 inherit perl-module DESCRIPTION="Error handling with exception class" |