summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-02-16 15:14:44 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-02-16 15:14:44 +0000
commitecc4f53fab03ffe8fc4f76a89d05a21ed4b49ef6 (patch)
tree151df1b37f1f9c2846dec0206241a480c0ce221e /dev-perl/Test-Simple
parentCurrent stable (Manifest recommit) (diff)
downloadgentoo-2-ecc4f53fab03ffe8fc4f76a89d05a21ed4b49ef6.tar.gz
gentoo-2-ecc4f53fab03ffe8fc4f76a89d05a21ed4b49ef6.tar.bz2
gentoo-2-ecc4f53fab03ffe8fc4f76a89d05a21ed4b49ef6.zip
Cleaning house; 0.42 isn't available on cpan, and 47 is marked stable for all archs anyway
Diffstat (limited to 'dev-perl/Test-Simple')
-rw-r--r--dev-perl/Test-Simple/ChangeLog10
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.42-r1.ebuild23
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.42.ebuild23
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild6
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.47.ebuild6
-rw-r--r--dev-perl/Test-Simple/files/digest-Test-Simple-0.421
-rw-r--r--dev-perl/Test-Simple/files/digest-Test-Simple-0.42-r11
7 files changed, 14 insertions, 56 deletions
diff --git a/dev-perl/Test-Simple/ChangeLog b/dev-perl/Test-Simple/ChangeLog
index 7a7b75002331..f98148e7863a 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/ChangeLog,v 1.13 2003/08/04 01:15:01 gmsoft Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/ChangeLog,v 1.14 2004/02/16 15:14:44 mcummings Exp $
+
+ 16 Feb 2004; Michael Cummings,,, <mcummings@gentoo.org>
+ Test-Simple-0.42-r1.ebuild, Test-Simple-0.42.ebuild,
+ Test-Simple-0.47-r1.ebuild, Test-Simple-0.47.ebuild:
+ Cleaning house; 0.42 isn't available on cpan, and 47 is marked stable for all
+ archs anyway
25 Jul 2003; <rac@gentoo.org> Test-Simple-0.47-r1.ebuild:
Remove ~arch protection on all but hppa and arm
diff --git a/dev-perl/Test-Simple/Test-Simple-0.42-r1.ebuild b/dev-perl/Test-Simple/Test-Simple-0.42-r1.ebuild
deleted file mode 100644
index cf3767c91fc4..000000000000
--- a/dev-perl/Test-Simple/Test-Simple-0.42-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42-r1.ebuild,v 1.5 2003/06/21 21:36:37 drobbins Exp $
-
-inherit perl-module
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Basic utilities for writing tests"
-SRC_URI="http://www.cpan.org/authors/id/MSCHWERN/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha"
-
-mydoc="rfc*.txt"
-
-newdepend ">=dev-perl/Test-Harness-1.23"
-
-src_compile() {
- perl-module_src_compile
- make test || die "Tests didn't work out. Aborting!"
-}
diff --git a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild
deleted file mode 100644
index 81691bbe643a..000000000000
--- a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.12 2003/06/21 21:36:37 drobbins Exp $
-
-inherit perl-module
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Basic utilities for writing tests"
-SRC_URI="http://www.cpan.org/authors/id/MSCHWERN/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha"
-
-mydoc="rfc*.txt"
-
-newdepend ">=dev-perl/Test-Harness-1.23"
-
-src_compile() {
- perl-module_src_compile
- make test || die "Tests didn't work out. Aborting!"
-}
diff --git a/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild b/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild
index 2019160f1184..38305a7d0560 100644
--- a/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild
+++ b/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild,v 1.3 2003/08/04 01:15:01 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild,v 1.4 2004/02/16 15:14:44 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness"
IUSE=""
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa ~arm"
+KEYWORDS="x86 amd64 ppc sparc alpha hppa"
mydoc="rfc*.txt"
myconf="INSTALLDIRS=vendor"
diff --git a/dev-perl/Test-Simple/Test-Simple-0.47.ebuild b/dev-perl/Test-Simple/Test-Simple-0.47.ebuild
index 3d3619c973ce..05eded4ed778 100644
--- a/dev-perl/Test-Simple/Test-Simple-0.47.ebuild
+++ b/dev-perl/Test-Simple/Test-Simple-0.47.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.47.ebuild,v 1.7 2003/06/21 21:36:37 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.47.ebuild,v 1.8 2004/02/16 15:14:44 mcummings Exp $
inherit perl-module
@@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa arm"
+KEYWORDS="x86 amd64 ppc sparc alpha hppa"
mydoc="rfc*.txt"
diff --git a/dev-perl/Test-Simple/files/digest-Test-Simple-0.42 b/dev-perl/Test-Simple/files/digest-Test-Simple-0.42
deleted file mode 100644
index 4450ab847f62..000000000000
--- a/dev-perl/Test-Simple/files/digest-Test-Simple-0.42
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ba58100f8c73c14e2f29f3b5ebbf2348 Test-Simple-0.42.tar.gz 39704
diff --git a/dev-perl/Test-Simple/files/digest-Test-Simple-0.42-r1 b/dev-perl/Test-Simple/files/digest-Test-Simple-0.42-r1
deleted file mode 100644
index 4450ab847f62..000000000000
--- a/dev-perl/Test-Simple/files/digest-Test-Simple-0.42-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ba58100f8c73c14e2f29f3b5ebbf2348 Test-Simple-0.42.tar.gz 39704