summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-24 17:45:40 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-24 17:45:40 +0000
commit7d7650e1532c4145c11f477d5946c3abce8e113e (patch)
tree4939bfa93d3de1689726e48959ad3f8b41dac785 /perl-core
parentversion bump (diff)
downloadhistorical-7d7650e1532c4145c11f477d5946c3abce8e113e.tar.gz
historical-7d7650e1532c4145c11f477d5946c3abce8e113e.tar.bz2
historical-7d7650e1532c4145c11f477d5946c3abce8e113e.zip
dev-perl => perl-core migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Test/ChangeLog42
-rw-r--r--perl-core/Test/Manifest16
-rw-r--r--perl-core/Test/Test-1.24.ebuild16
-rw-r--r--perl-core/Test/Test-1.25.ebuild18
-rw-r--r--perl-core/Test/files/digest-Test-1.241
-rw-r--r--perl-core/Test/files/digest-Test-1.251
-rw-r--r--perl-core/Test/metadata.xml10
7 files changed, 104 insertions, 0 deletions
diff --git a/perl-core/Test/ChangeLog b/perl-core/Test/ChangeLog
new file mode 100644
index 000000000000..3acc86ce6d58
--- /dev/null
+++ b/perl-core/Test/ChangeLog
@@ -0,0 +1,42 @@
+# ChangeLog for dev-perl/Test
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.1 2005/05/24 17:45:40 mcummings Exp $
+
+*Test-1.25 (24 May 2005)
+
+ 24 May 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +Test-1.24.ebuild, +Test-1.25.ebuild:
+ dev-perl => perl-core migration
+
+ 25 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> Test-1.25.ebuild:
+ Stable on alpha.
+
+ 11 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> Test-1.25.ebuild:
+ Stable on amd64.
+
+ 07 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> Test-1.25.ebuild:
+ Stable on ppc.
+
+ 02 Apr 2005; Michael Cummings <mcummings@gentoo.org> Test-1.25.ebuild:
+ Marking stable for x86 and sparc
+
+ 23 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Test-1.25.ebuild:
+ added ~ppc64
+
+*Test-1.25 (06 Jun 2004)
+
+ 06 Jun 2004; Michael Cummings <mcummings@gentoo.org> Test-1.25.ebuild:
+ new version on cpan
+
+ 22 Jun 2003; <rac@gentoo.org> Test-1.24.ebuild:
+ replace missing arch keywords
+
+ 08 Jun 2003; <rac@gentoo.org> Test-1.24.ebuild:
+ Add IUSE, stabilize URL, fix header
+
+*Test-1.24 (31 May 2003)
+
+ 31 May 2003; Michael Cummings <mcummings@gentoo.org> Test-1.24.ebuild:
+ New module. This is actually a dep for a few existing modules, such as Event,
+ but was never added previously.
+
diff --git a/perl-core/Test/Manifest b/perl-core/Test/Manifest
new file mode 100644
index 000000000000..919fc26f9fdb
--- /dev/null
+++ b/perl-core/Test/Manifest
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 d867ed17175e729ac18cf1d998d7929a ChangeLog 1342
+MD5 ae1fbf804d82fb032c5f9101e6cdfb9f Test-1.24.ebuild 548
+MD5 c50a7b7b38927aea1129403054c99c64 Test-1.25.ebuild 579
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 5355451430e8ac7e50aab602035de558 files/digest-Test-1.24 60
+MD5 9eeb3da9ccd9792e535f2bdd778fc715 files/digest-Test-1.25 60
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCk2hbtG5z4I8BtQoRAnReAJ4+uN+C5WXdrahB/J9wp+IK5YEtHgCffrI1
+kbDR5w/oKVi6XcIvUGgSu+o=
+=dQpD
+-----END PGP SIGNATURE-----
diff --git a/perl-core/Test/Test-1.24.ebuild b/perl-core/Test/Test-1.24.ebuild
new file mode 100644
index 000000000000..c0e778407271
--- /dev/null
+++ b/perl-core/Test/Test-1.24.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.24.ebuild,v 1.1 2005/05/24 17:45:40 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Utilities for writing test scripts"
+SRC_URI="http://www.cpan.org/modules/by-module/Test/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/Test/${P}.readme"
+IUSE=""
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="x86 amd64 alpha hppa mips ppc sparc"
+
+DEPEND="dev-perl/Test-Harness"
+
diff --git a/perl-core/Test/Test-1.25.ebuild b/perl-core/Test/Test-1.25.ebuild
new file mode 100644
index 000000000000..95f8bb8dd59d
--- /dev/null
+++ b/perl-core/Test/Test-1.25.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.1 2005/05/24 17:45:40 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Utilities for writing test scripts"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/Test/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86"
+IUSE=""
+
+DEPEND="dev-perl/Test-Harness"
+
+SRC_TEST="do"
diff --git a/perl-core/Test/files/digest-Test-1.24 b/perl-core/Test/files/digest-Test-1.24
new file mode 100644
index 000000000000..2a7008e26a3c
--- /dev/null
+++ b/perl-core/Test/files/digest-Test-1.24
@@ -0,0 +1 @@
+MD5 f94a5d45de941de6030a27e20790dd31 Test-1.24.tar.gz 13195
diff --git a/perl-core/Test/files/digest-Test-1.25 b/perl-core/Test/files/digest-Test-1.25
new file mode 100644
index 000000000000..8ed35996442b
--- /dev/null
+++ b/perl-core/Test/files/digest-Test-1.25
@@ -0,0 +1 @@
+MD5 352678e9dff5eac544cdfdd378bbfc99 Test-1.25.tar.gz 16580
diff --git a/perl-core/Test/metadata.xml b/perl-core/Test/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/perl-core/Test/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>perl@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>