diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-08 19:53:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-08 19:53:32 +0000 |
commit | e5c6c13ef23e84635ef0aa68e3913c9899493f5c (patch) | |
tree | ae405c66bbc400f2bff65bf6106d5d49a865b06a /dev-perl/Exception-Class | |
parent | Bug 268817: Accidently dropped the noperl patch, it's only merged in upstream... (diff) | |
download | gentoo-2-e5c6c13ef23e84635ef0aa68e3913c9899493f5c.tar.gz gentoo-2-e5c6c13ef23e84635ef0aa68e3913c9899493f5c.tar.bz2 gentoo-2-e5c6c13ef23e84635ef0aa68e3913c9899493f5c.zip |
Version bump. Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.28.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.29.ebuild (renamed from dev-perl/Exception-Class/Exception-Class-1.27.ebuild) | 2 |
3 files changed, 9 insertions, 23 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index cd9ece5e9b64..0b3c2754bba9 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.50 2009/05/07 07:02:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.51 2009/05/08 19:53:32 tove Exp $ + +*Exception-Class-1.29 (08 May 2009) + + 08 May 2009; Torsten Veller <tove@gentoo.org> + -Exception-Class-1.27.ebuild, -Exception-Class-1.28.ebuild, + +Exception-Class-1.29.ebuild: + Version bump. Cleanup *Exception-Class-1.28 (07 May 2009) diff --git a/dev-perl/Exception-Class/Exception-Class-1.28.ebuild b/dev-perl/Exception-Class/Exception-Class-1.28.ebuild deleted file mode 100644 index 3882ca95fe9f..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.28.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.28.ebuild,v 1.1 2009/05/07 07:02:23 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="A module that allows you to declare real exception classes in Perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Devel-StackTrace-1.20" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/Exception-Class/Exception-Class-1.27.ebuild b/dev-perl/Exception-Class/Exception-Class-1.29.ebuild index a0a633aee595..a04b5865e0e6 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.27.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.27.ebuild,v 1.1 2009/05/05 07:12:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.29.ebuild,v 1.1 2009/05/08 19:53:32 tove Exp $ EAPI=2 |