summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 06:19:06 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 06:19:06 +0000
commit6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f (patch)
tree108039da3ceeb1800f6296186ec4617febfb55ac /dev-perl/Test-Exception
parentTook maintainace. amd64 stable. (diff)
downloadhistorical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.gz
historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.bz2
historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.zip
Version bump
Package-Manager: portage-2.1.4.4
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.27.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog
index bf552fe81d8e..2a39f0a4aaad 100644
--- a/dev-perl/Test-Exception/ChangeLog
+++ b/dev-perl/Test-Exception/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Test-Exception
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.48 2007/08/21 13:45:43 jer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.49 2008/04/29 06:15:04 yuval Exp $
+
+*Test-Exception-0.27 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Test-Exception-0.27.ebuild:
+ Version bump
21 Aug 2007; Jeroen Roovers <jer@gentoo.org> Test-Exception-0.25.ebuild:
Stable for HPPA (bug #153189).
diff --git a/dev-perl/Test-Exception/Test-Exception-0.27.ebuild b/dev-perl/Test-Exception/Test-Exception-0.27.ebuild
new file mode 100644
index 000000000000..e3a419c28a46
--- /dev/null
+++ b/dev-perl/Test-Exception/Test-Exception-0.27.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 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.27.ebuild,v 1.1 2008/04/29 06:15:04 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="test functions for exception based code"
+HOMEPAGE="http://search.cpan.org/~adie/"
+SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="${RDEPEND}
+ >=dev-perl/module-build-0.28"
+
+RDEPEND=">=virtual/perl-Test-Simple-0.64
+ >=dev-perl/Sub-Uplevel-0.13
+ dev-lang/perl"