summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-05 16:39:47 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-05 16:39:47 +0000
commitaa63a7fee26fe03c450dbed8851895d4abecbf53 (patch)
tree8af9ea7f44cbce00df3159976d6f2ab3c8a23f89 /dev-perl/Exception-Base
parentVersion bump (diff)
downloadhistorical-aa63a7fee26fe03c450dbed8851895d4abecbf53.tar.gz
historical-aa63a7fee26fe03c450dbed8851895d4abecbf53.tar.bz2
historical-aa63a7fee26fe03c450dbed8851895d4abecbf53.zip
Version bump
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r--dev-perl/Exception-Base/ChangeLog10
-rw-r--r--dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog
index de10f9fd58f5..eab10f9e7c93 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.6 2009/12/24 20:11:59 tove Exp $
+# 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 $
+
+*Exception-Base-0.24.01 (05 Oct 2010)
+
+ 05 Oct 2010; Torsten Veller <tove@gentoo.org>
+ +Exception-Base-0.24.01.ebuild:
+ Version bump
24 Dec 2009; Torsten Veller <tove@gentoo.org> -Exception-Base-0.23.ebuild:
Cleanup
diff --git a/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild b/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild
new file mode 100644
index 000000000000..149f92facdab
--- /dev/null
+++ b/dev-perl/Exception-Base/Exception-Base-0.24.01.ebuild
@@ -0,0 +1,24 @@
+# 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