summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-20 11:00:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-20 11:00:54 +0000
commit500e222f3d19c5cad4e291a43eeb97dcfef81998 (patch)
tree21d250c0b52338d390bcc7532515f61748a19fa8 /dev-perl/Test-Exception
parentGenerate the dh.h header file for better security (diff)
downloadgentoo-2-500e222f3d19c5cad4e291a43eeb97dcfef81998.tar.gz
gentoo-2-500e222f3d19c5cad4e291a43eeb97dcfef81998.tar.bz2
gentoo-2-500e222f3d19c5cad4e291a43eeb97dcfef81998.zip
new version
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r--dev-perl/Test-Exception/ChangeLog10
-rw-r--r--dev-perl/Test-Exception/Manifest12
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.15.ebuild4
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.20.ebuild19
-rw-r--r--dev-perl/Test-Exception/files/digest-Test-Exception-0.201
5 files changed, 32 insertions, 14 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog
index 076f7dd90b1c..8169d8ea6ef3 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.4 2004/10/17 16:59:24 mcummings Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.5 2005/03/20 11:00:54 mcummings Exp $
+
+*Test-Exception-0.20 (20 Mar 2005)
+
+ 20 Mar 2005; Michael Cummings <mcummings@gentoo.org>
+ +Test-Exception-0.20.ebuild:
+ New version
17 Oct 2004; Michael Cummings <mcummings@gentoo.org>
Test-Exception-0.15.ebuild:
diff --git a/dev-perl/Test-Exception/Manifest b/dev-perl/Test-Exception/Manifest
index 281fce857fd1..03d257caebb9 100644
--- a/dev-perl/Test-Exception/Manifest
+++ b/dev-perl/Test-Exception/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 ea548ff2d0f013f7702635931a216e48 ChangeLog 599
MD5 66030c85a52f6bf0dc0063f13d0d895d Test-Exception-0.15.ebuild 574
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 f0a8300237b439a4050df3b4ec94d3b5 Test-Exception-0.20.ebuild 467
MD5 91b081cf4a9ad27c6b582667c1190d1b files/digest-Test-Exception-0.15 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBcqQGtG5z4I8BtQoRAh7CAJ9MDNWDskC1I5tIp8jwKN1qsMJeSgCgivfj
-siRhQSNyqsKrL42lVLGtE4Q=
-=ML5W
------END PGP SIGNATURE-----
+MD5 7083e5aec8b5c293ea4614c3f5c838a0 files/digest-Test-Exception-0.20 69
diff --git a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild
index 6399f8722432..4895fcba8540 100644
--- a/dev-perl/Test-Exception/Test-Exception-0.15.ebuild
+++ b/dev-perl/Test-Exception/Test-Exception-0.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.15.ebuild,v 1.5 2004/10/17 16:59:24 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.15.ebuild,v 1.6 2005/03/20 11:00:54 mcummings Exp $
inherit perl-module
diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
new file mode 100644
index 000000000000..b260c68c97bc
--- /dev/null
+++ b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 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.20.ebuild,v 1.1 2005/03/20 11:00:54 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="~x86 ~ppc ~sparc"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-perl/Test-Simple
+ >=dev-perl/Test-Builder-Tester-1.01
+ dev-perl/Sub-Uplevel"
diff --git a/dev-perl/Test-Exception/files/digest-Test-Exception-0.20 b/dev-perl/Test-Exception/files/digest-Test-Exception-0.20
new file mode 100644
index 000000000000..f50f5a2a0353
--- /dev/null
+++ b/dev-perl/Test-Exception/files/digest-Test-Exception-0.20
@@ -0,0 +1 @@
+MD5 820941e2373ecc9a17716550357dc6c6 Test-Exception-0.20.tar.gz 9428