diff options
author | 2006-11-06 16:51:28 +0000 | |
---|---|---|
committer | 2006-11-06 16:51:28 +0000 | |
commit | ea0f53753f7b9251aa9ffef7e7b652b34bc41021 (patch) | |
tree | 760fd05f0c4ad028ba8b44be500c0ba17e27a442 /dev-perl/Test-Exception | |
parent | Add ~amd64 wrt bug #154245. (diff) | |
download | gentoo-2-ea0f53753f7b9251aa9ffef7e7b652b34bc41021.tar.gz gentoo-2-ea0f53753f7b9251aa9ffef7e7b652b34bc41021.tar.bz2 gentoo-2-ea0f53753f7b9251aa9ffef7e7b652b34bc41021.zip |
Version bump
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.24.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Test-Exception/files/digest-Test-Exception-0.24 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 7a8de8517455..99ed43e28833 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.32 2006/11/05 17:19:34 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.33 2006/11/06 16:51:28 mcummings Exp $ + +*Test-Exception-0.24 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +Test-Exception-0.24.ebuild: + Version bump 05 Nov 2006; Christian Faulhammer <opfer@gentoo.org> Test-Exception-0.22.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.24.ebuild b/dev-perl/Test-Exception/Test-Exception-0.24.ebuild new file mode 100644 index 000000000000..3a6394c41e39 --- /dev/null +++ b/dev-perl/Test-Exception/Test-Exception-0.24.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 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.24.ebuild,v 1.1 2006/11/06 16:51:28 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="test functions for exception based code" +HOMEPAGE="http://search.cpan.org/~adie/${P}/" +SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~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" diff --git a/dev-perl/Test-Exception/files/digest-Test-Exception-0.24 b/dev-perl/Test-Exception/files/digest-Test-Exception-0.24 new file mode 100644 index 000000000000..6e9a3fe4f588 --- /dev/null +++ b/dev-perl/Test-Exception/files/digest-Test-Exception-0.24 @@ -0,0 +1,3 @@ +MD5 63013cbd55f9a8e2b8ce02f927fec32d Test-Exception-0.24.tar.gz 11226 +RMD160 c668d144f396601f0474c1b501093f058e270886 Test-Exception-0.24.tar.gz 11226 +SHA256 5c60eb5f864bbda308ba8c437284d74fd5e885f5ac3ffaccecc44361f22880f3 Test-Exception-0.24.tar.gz 11226 |