diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:15:04 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:15:04 +0000 |
commit | b51bfb053acc49d42f54ba85c77b614b8fffc64e (patch) | |
tree | 6be46f5921154e32859ca96e4a60761b6954e5ba /dev-perl/Test-Exception | |
parent | Version bump (diff) | |
download | gentoo-2-b51bfb053acc49d42f54ba85c77b614b8fffc64e.tar.gz gentoo-2-b51bfb053acc49d42f54ba85c77b614b8fffc64e.tar.bz2 gentoo-2-b51bfb053acc49d42f54ba85c77b614b8fffc64e.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.27.ebuild | 22 |
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" |