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
commit5c0e4960924e69e0580afa55d3bf8e8ae370e5a6 (patch)
tree0cddb8827cec5b0c19356e3ac0a20a6024ccee01 /dev-perl/Test-Exception
parentGenerate the dh.h header file for better security (diff)
downloadhistorical-5c0e4960924e69e0580afa55d3bf8e8ae370e5a6.tar.gz
historical-5c0e4960924e69e0580afa55d3bf8e8ae370e5a6.tar.bz2
historical-5c0e4960924e69e0580afa55d3bf8e8ae370e5a6.zip
new version
Package-Manager: portage-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/Manifest14
-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, 38 insertions, 10 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..52923a3894aa 100644
--- a/dev-perl/Test-Exception/Manifest
+++ b/dev-perl/Test-Exception/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 ea548ff2d0f013f7702635931a216e48 ChangeLog 599
-MD5 66030c85a52f6bf0dc0063f13d0d895d Test-Exception-0.15.ebuild 574
+MD5 d2c9e9f5947ebfe9daf2fc062104c9df ChangeLog 736
+MD5 12d0e4cb64ba6ef40618ce1c57473c6d Test-Exception-0.15.ebuild 574
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 96764f941ffee80aa3f9b598d3f5fef0 Test-Exception-0.20.ebuild 582
MD5 91b081cf4a9ad27c6b582667c1190d1b files/digest-Test-Exception-0.15 69
+MD5 7083e5aec8b5c293ea4614c3f5c838a0 files/digest-Test-Exception-0.20 69
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
+Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFBcqQGtG5z4I8BtQoRAh7CAJ9MDNWDskC1I5tIp8jwKN1qsMJeSgCgivfj
-siRhQSNyqsKrL42lVLGtE4Q=
-=ML5W
+iD8DBQFCPVbYtG5z4I8BtQoRAtUXAJ90U2lk5zpo/c357EwyQJD+WJUafQCgkSBL
+AjL3aEl2kYuC0HNsFMGr8oY=
+=JmwZ
-----END PGP SIGNATURE-----
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