diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:37:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:37:54 +0000 |
commit | 57ff0f345a2ac1c8c68034a67474bd2567ce41f1 (patch) | |
tree | bb7e1a4dd690679c467b46d11b955a0617f49853 /dev-perl/Test-Exception | |
parent | Version bump upstream (diff) | |
download | historical-57ff0f345a2ac1c8c68034a67474bd2567ce41f1.tar.gz historical-57ff0f345a2ac1c8c68034a67474bd2567ce41f1.tar.bz2 historical-57ff0f345a2ac1c8c68034a67474bd2567ce41f1.zip |
Version bump
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Manifest | 12 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.21.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Exception/files/digest-Test-Exception-0.21 | 1 |
4 files changed, 31 insertions, 12 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index cbf1cbb0a795..0b0073cb364d 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.15 2005/12/14 07:21:14 cardoe Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.16 2006/01/13 16:36:35 mcummings Exp $ + +*Test-Exception-0.21 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Test-Exception-0.21.ebuild: + Version bump 14 Dec 2005; Doug Goldstein <cardoe@gentoo.org> Test-Exception-0.20.ebuild: diff --git a/dev-perl/Test-Exception/Manifest b/dev-perl/Test-Exception/Manifest index a61d50eeb909..194224c07200 100644 --- a/dev-perl/Test-Exception/Manifest +++ b/dev-perl/Test-Exception/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 fb40f9bcf0666bbde2cae7bdbe2f1e94 ChangeLog 1954 MD5 75391a6b8a1e9e0c01957a7f32a21f57 Test-Exception-0.20.ebuild 623 +MD5 1d95136d4940801d3d3faf5cb978bd67 Test-Exception-0.21.ebuild 537 MD5 7083e5aec8b5c293ea4614c3f5c838a0 files/digest-Test-Exception-0.20 69 +MD5 5b07afc528f69866120923a0a2688816 files/digest-Test-Exception-0.21 70 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDn8f1BtvusYtCZMsRAmN3AJ9c7jp0EKuScF49UtEKK8mSMBna0wCfde2U -SyXI8q8PM0HJAW0J8Ar/SG0= -=svs6 ------END PGP SIGNATURE----- diff --git a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild new file mode 100644 index 000000000000..f50aa5fb068b --- /dev/null +++ b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild @@ -0,0 +1,20 @@ +# 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.21.ebuild,v 1.1 2006/01/13 16:36:35 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="~amd64 ~ppc ~sparc ~x86" +IUSE="" +SRC_TEST="do" + +DEPEND="|| ( >=perl-core/Test-Simple-0.62 + ( <perl-core/Test-Simple-0.62 dev-perl/Test-Builder-Tester ) ) + dev-perl/module-build + dev-perl/Sub-Uplevel" diff --git a/dev-perl/Test-Exception/files/digest-Test-Exception-0.21 b/dev-perl/Test-Exception/files/digest-Test-Exception-0.21 new file mode 100644 index 000000000000..a7a0560ebd4d --- /dev/null +++ b/dev-perl/Test-Exception/files/digest-Test-Exception-0.21 @@ -0,0 +1 @@ +MD5 fc1aab12ca0867dd46328e169c06a21c Test-Exception-0.21.tar.gz 10142 |