diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-21 23:56:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-21 23:56:40 +0000 |
commit | 315ca6b93cf76914e381dcea0d0fa13f291d3aaa (patch) | |
tree | 6a56a00aac4780914fb2d15f0bc2d67d3eb1bb14 /perl-core/Test-Simple | |
parent | Remove strip command from Makefile, so portage can decide whether or not to s... (diff) | |
download | historical-315ca6b93cf76914e381dcea0d0fa13f291d3aaa.tar.gz historical-315ca6b93cf76914e381dcea0d0fa13f291d3aaa.tar.bz2 historical-315ca6b93cf76914e381dcea0d0fa13f291d3aaa.zip |
Stable on Alpha.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'perl-core/Test-Simple')
-rw-r--r-- | perl-core/Test-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.64.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Test-Simple/ChangeLog b/perl-core/Test-Simple/ChangeLog index e052daec47a0..e1765c1c1796 100644 --- a/perl-core/Test-Simple/ChangeLog +++ b/perl-core/Test-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Test-Simple # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.25 2006/10/21 14:41:23 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.26 2006/10/21 23:54:48 kloeri Exp $ + + 21 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + Test-Simple-0.64.ebuild: + Stable on Alpha. 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> Test-Simple-0.64.ebuild: diff --git a/perl-core/Test-Simple/Test-Simple-0.64.ebuild b/perl-core/Test-Simple/Test-Simple-0.64.ebuild index 8ae9da5b1934..e6588f28ab56 100644 --- a/perl-core/Test-Simple/Test-Simple-0.64.ebuild +++ b/perl-core/Test-Simple/Test-Simple-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.64.ebuild,v 1.5 2006/10/21 22:57:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.64.ebuild,v 1.6 2006/10/21 23:54:48 kloeri Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/perl-5.8.0-r12" |