diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-18 20:54:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-18 20:54:00 +0000 |
commit | 18cb6221249490a2e8262ed71300b13210c6b1b1 (patch) | |
tree | 77368d31bd70d4d74b1ac46c809a1c4af1c5fad8 /dev-perl/Exception-Base | |
parent | Version bump (diff) | |
download | historical-18cb6221249490a2e8262ed71300b13210c6b1b1.tar.gz historical-18cb6221249490a2e8262ed71300b13210c6b1b1.tar.bz2 historical-18cb6221249490a2e8262ed71300b13210c6b1b1.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.2202.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 2bab0d8c313b..7109256689dc 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.1 2009/06/23 07:39:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.2 2009/08/18 20:50:32 tove Exp $ + +*Exception-Base-0.2202 (18 Aug 2009) + + 18 Aug 2009; Torsten Veller <tove@gentoo.org> + +Exception-Base-0.2202.ebuild: + Version bump *Exception-Base-0.2201 (23 Jun 2009) diff --git a/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild b/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild new file mode 100644 index 000000000000..3faa60d78bd8 --- /dev/null +++ b/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild @@ -0,0 +1,19 @@ +# 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.2202.ebuild,v 1.1 2009/08/18 20:50:32 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="DEXTER" +inherit perl-module + +DESCRIPTION="Error handling with exception class" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-perl/Test-Unit-Lite-0.12" +RDEPEND="${DEPEND}" + +SRC_TEST=do |