From b51bfb053acc49d42f54ba85c77b614b8fffc64e Mon Sep 17 00:00:00 2001 From: Yuval Yaari Date: Tue, 29 Apr 2008 06:15:04 +0000 Subject: Version bump (Portage version: 2.1.4.4) --- dev-perl/Test-Exception/ChangeLog | 9 +++++++-- dev-perl/Test-Exception/Test-Exception-0.27.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Test-Exception/Test-Exception-0.27.ebuild (limited to 'dev-perl/Test-Exception') 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 +Test-Exception-0.27.ebuild: + Version bump 21 Aug 2007; Jeroen Roovers 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" -- cgit v1.2.3-65-gdbad