diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-14 18:24:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-14 18:24:24 +0000 |
commit | b7b55d4aa67cda8fa94fd146f793f6e714855d44 (patch) | |
tree | 0955fd359c9830828d9a856d1fe7161f7a669e3c | |
parent | Copy keywords from dev-lang/ruby (diff) | |
download | gentoo-2-b7b55d4aa67cda8fa94fd146f793f6e714855d44.tar.gz gentoo-2-b7b55d4aa67cda8fa94fd146f793f6e714855d44.tar.bz2 gentoo-2-b7b55d4aa67cda8fa94fd146f793f6e714855d44.zip |
Version bump
(Portage version: 2.2_rc59/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.24.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 3023ef831adb..56b8820f3f33 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Exception-Base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.4 2009/10/22 11:16:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.5 2009/12/14 18:24:24 tove Exp $ + +*Exception-Base-0.24 (14 Dec 2009) + + 14 Dec 2009; Torsten Veller <tove@gentoo.org> +Exception-Base-0.24.ebuild: + Version bump *Exception-Base-0.23 (22 Oct 2009) diff --git a/dev-perl/Exception-Base/Exception-Base-0.24.ebuild b/dev-perl/Exception-Base/Exception-Base-0.24.ebuild new file mode 100644 index 000000000000..a5148b5df36c --- /dev/null +++ b/dev-perl/Exception-Base/Exception-Base-0.24.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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 $ + +EAPI=2 + +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 |