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 | 3c614d309ae3794ea84b7a88dd45969d035202ed (patch) | |
tree | 32b5234478b50d90894482ed2880f11deae0f3bd /dev-perl/Exception-Base | |
parent | Copy keywords from dev-lang/ruby (diff) | |
download | historical-3c614d309ae3794ea84b7a88dd45969d035202ed.tar.gz historical-3c614d309ae3794ea84b7a88dd45969d035202ed.tar.bz2 historical-3c614d309ae3794ea84b7a88dd45969d035202ed.zip |
Version bump
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-Base')
-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 |