diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 09:12:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 09:12:29 +0000 |
commit | ccb6dc8b80d1de3ee12f07489fe421779fe89435 (patch) | |
tree | d343b0f05fa96565774d9d54cb6393b7a6492d4e | |
parent | fix building with ia64 and mark hppa/ia64 stable (diff) | |
download | historical-ccb6dc8b80d1de3ee12f07489fe421779fe89435.tar.gz historical-ccb6dc8b80d1de3ee12f07489fe421779fe89435.tar.bz2 historical-ccb6dc8b80d1de3ee12f07489fe421779fe89435.zip |
arm/ia64/s390 KEYWORDS
Package-Manager: portage-2.0.51.20
-rw-r--r-- | dev-perl/Test-Simple/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Test-Simple/Test-Simple-0.53.ebuild | 17 |
3 files changed, 20 insertions, 27 deletions
diff --git a/dev-perl/Test-Simple/Manifest b/dev-perl/Test-Simple/Manifest index bcb4c9287793..c38239bc485c 100644 --- a/dev-perl/Test-Simple/Manifest +++ b/dev-perl/Test-Simple/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9c0113ce73ee730f532ae90affbcdc97 ChangeLog 2699 -MD5 97cab9b786e8010013fb3435a18f52cb Test-Simple-0.47-r1.ebuild 714 -MD5 cc144759674167e9ade6d3a59a4a7e0c Test-Simple-0.53.ebuild 631 +MD5 2d874c26ff13956a322ec3af98c53ea6 Test-Simple-0.47-r1.ebuild 729 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 de28a601d5723409e68899961bd81a59 Test-Simple-0.53.ebuild 647 MD5 cb83044ec961acec3bb2d908966a8ffb Test-Simple-0.54.ebuild 634 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 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCKvDOtG5z4I8BtQoRAgZuAJ0Wf7s15BgXgOkDjXyiud35VsOEigCffB9S -vCvpJ1I3aFQfk/vYYXVTVvc= -=379O ------END PGP SIGNATURE----- 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 818ed7cf57d7..a5f6761fd0a8 100644 --- a/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild +++ b/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild @@ -1,21 +1,23 @@ # 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.47-r1.ebuild,v 1.9 2005/02/06 18:26:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.47-r1.ebuild,v 1.10 2005/04/24 09:12:29 vapier Exp $ inherit perl-module 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" -IUSE="" -SLOT="0" +SRC_URI="http://www.cpan.org/authors/id/MSCHWERN/${P}.tar.gz" + LICENSE="Artistic" -KEYWORDS="x86 amd64 ppc sparc alpha hppa ~mips" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sparc x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.0-r12 + >=dev-perl/Test-Harness-1.23" mydoc="rfc*.txt" myconf="INSTALLDIRS=vendor" -DEPEND=">=dev-lang/perl-5.8.0-r12 - >=dev-perl/Test-Harness-1.23" src_compile() { perl-module_src_compile diff --git a/dev-perl/Test-Simple/Test-Simple-0.53.ebuild b/dev-perl/Test-Simple/Test-Simple-0.53.ebuild index 55b55134127d..7b8bdd92cb0c 100644 --- a/dev-perl/Test-Simple/Test-Simple-0.53.ebuild +++ b/dev-perl/Test-Simple/Test-Simple-0.53.ebuild @@ -1,20 +1,21 @@ # 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.53.ebuild,v 1.3 2005/02/06 18:26:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.53.ebuild,v 1.4 2005/04/24 09:12:29 vapier 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" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" + LICENSE="Artistic" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ppc64" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" +IUSE="" -mydoc="rfc*.txt" -myconf="INSTALLDIRS=vendor" DEPEND=">=dev-lang/perl-5.8.0-r12 - >=dev-perl/Test-Harness-2.03" + >=dev-perl/Test-Harness-2.03" +mydoc="rfc*.txt" +myconf="INSTALLDIRS=vendor" SRC_TEST="do" |