summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-12 12:29:53 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-12 12:29:53 +0000
commit3ec62b23f7df0a209cc243cc854f2d9870ff17a4 (patch)
treef80f4f147995ac316d63b2fbfac9287309a8ae99 /dev-perl/Test-Exception
parentremoved old releases and made release bump to 3.15 to fix bug #296618 (diff)
downloadgentoo-2-3ec62b23f7df0a209cc243cc854f2d9870ff17a4.tar.gz
gentoo-2-3ec62b23f7df0a209cc243cc854f2d9870ff17a4.tar.bz2
gentoo-2-3ec62b23f7df0a209cc243cc854f2d9870ff17a4.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r--dev-perl/Test-Exception/ChangeLog9
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.29.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog
index 1f42f7952766..e46afd3ea2b1 100644
--- a/dev-perl/Test-Exception/ChangeLog
+++ b/dev-perl/Test-Exception/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Test-Exception
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.57 2009/09/07 07:56:43 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.58 2010/01/12 12:29:53 tove Exp $
+
+*Test-Exception-0.29 (12 Jan 2010)
+
+ 12 Jan 2010; Torsten Veller <tove@gentoo.org> +Test-Exception-0.29.ebuild:
+ Version bump
07 Sep 2009; Torsten Veller <tove@gentoo.org> -Test-Exception-0.25.ebuild:
Cleanup
diff --git a/dev-perl/Test-Exception/Test-Exception-0.29.ebuild b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild
new file mode 100644
index 000000000000..17b0ed99e1b0
--- /dev/null
+++ b/dev-perl/Test-Exception/Test-Exception-0.29.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.29.ebuild,v 1.1 2010/01/12 12:29:53 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=ADIE
+inherit perl-module
+
+DESCRIPTION="test functions for exception based code"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/perl-Test-Simple-0.64
+ >=dev-perl/Sub-Uplevel-0.18"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.28"
+
+SRC_TEST="do"