summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-20 21:53:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-20 21:53:39 +0000
commit2731efaef38c8b27104f018dc95781c53b0643fe (patch)
treeca822d34d3603a28ee50cf5e4274c958c9348e4a /dev-perl
parentMarking stable for x86 (diff)
downloadhistorical-2731efaef38c8b27104f018dc95781c53b0643fe.tar.gz
historical-2731efaef38c8b27104f018dc95781c53b0643fe.tar.bz2
historical-2731efaef38c8b27104f018dc95781c53b0643fe.zip
Version bump; marking 54 stable for x86 and sparc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test-Simple/ChangeLog8
-rw-r--r--dev-perl/Test-Simple/Manifest10
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.54.ebuild4
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.60.ebuild20
-rw-r--r--dev-perl/Test-Simple/files/digest-Test-Simple-0.601
5 files changed, 40 insertions, 3 deletions
diff --git a/dev-perl/Test-Simple/ChangeLog b/dev-perl/Test-Simple/ChangeLog
index 45981c0c6b2e..cba4e42adf05 100644
--- a/dev-perl/Test-Simple/ChangeLog
+++ b/dev-perl/Test-Simple/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Test-Simple
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/ChangeLog,v 1.23 2005/05/08 22:27:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/ChangeLog,v 1.24 2005/05/20 21:53:39 mcummings Exp $
+
+*Test-Simple-0.60 (20 May 2005)
+
+ 20 May 2005; Michael Cummings <mcummings@gentoo.org>
+ Test-Simple-0.54.ebuild, +Test-Simple-0.60.ebuild:
+ Version bump; marking 54 stable for x86 and sparc
08 May 2005; Aron Griffis <agriffis@gentoo.org> Test-Simple-0.53.ebuild:
stable on ia64
diff --git a/dev-perl/Test-Simple/Manifest b/dev-perl/Test-Simple/Manifest
index 4bbd52c0e885..f7b939f72a8b 100644
--- a/dev-perl/Test-Simple/Manifest
+++ b/dev-perl/Test-Simple/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 e9957062ba76c8984f9c0ae511bee973 ChangeLog 2986
MD5 2d874c26ff13956a322ec3af98c53ea6 Test-Simple-0.47-r1.ebuild 729
MD5 53fb39a12b566255a790ca99dbe1f085 Test-Simple-0.53.ebuild 648
@@ -8,3 +11,10 @@ MD5 6c92c841c2a87efdcbbcb3e66ec05494 files/digest-Test-Simple-0.47-r1 67
MD5 d67588559692c2e16600d1a23dd8ab73 files/digest-Test-Simple-0.53 67
MD5 92843a9ec74e56d38b026d35c9c5098d files/digest-Test-Simple-0.54 67
MD5 86f4b0adac643442cd9e23c294de79c2 files/digest-Test-Simple-0.60 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCjlxdtG5z4I8BtQoRAt2PAJ9+rnFegBPruzMojUz1daM/HrP+4wCeJJs2
+4o5HUwPwNIyCGycIFFyYvAw=
+=S0sD
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/Test-Simple/Test-Simple-0.54.ebuild b/dev-perl/Test-Simple/Test-Simple-0.54.ebuild
index d6811746477d..e87c57dd91bd 100644
--- a/dev-perl/Test-Simple/Test-Simple-0.54.ebuild
+++ b/dev-perl/Test-Simple/Test-Simple-0.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.54.ebuild,v 1.2 2005/04/28 16:38:43 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.54.ebuild,v 1.3 2005/05/20 21:53:39 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~mschwern/${P}/"
IUSE=""
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ppc64 ~arm ~ia64 ~s390"
+KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa ~mips ~ppc64 ~arm ~ia64 ~s390"
mydoc="rfc*.txt"
myconf="INSTALLDIRS=vendor"
diff --git a/dev-perl/Test-Simple/Test-Simple-0.60.ebuild b/dev-perl/Test-Simple/Test-Simple-0.60.ebuild
new file mode 100644
index 000000000000..9194ed035eee
--- /dev/null
+++ b/dev-perl/Test-Simple/Test-Simple-0.60.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.60.ebuild,v 1.1 2005/05/20 21:53:39 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Basic utilities for writing tests"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~mschwern/${P}/"
+IUSE=""
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ppc64 ~arm ~ia64 ~s390"
+
+mydoc="rfc*.txt"
+myconf="INSTALLDIRS=vendor"
+DEPEND=">=dev-lang/perl-5.8.0-r12
+ >=dev-perl/Test-Harness-2.03"
+
+SRC_TEST="do"
diff --git a/dev-perl/Test-Simple/files/digest-Test-Simple-0.60 b/dev-perl/Test-Simple/files/digest-Test-Simple-0.60
new file mode 100644
index 000000000000..022fc0380525
--- /dev/null
+++ b/dev-perl/Test-Simple/files/digest-Test-Simple-0.60
@@ -0,0 +1 @@
+MD5 14a024ac89f68d2702f0238bd9947dc7 Test-Simple-0.60.tar.gz 58204