diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-10 22:19:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-10 22:19:22 +0000 |
commit | d70352a854359a9b59c5b390875d00ab1ef65e3b (patch) | |
tree | 4ab95681f31b723c1ec5fcaf690c4205daed9abd /dev-perl/Test-LongString | |
parent | Mark 1.2.1 stable on ia64 (diff) | |
download | historical-d70352a854359a9b59c5b390875d00ab1ef65e3b.tar.gz historical-d70352a854359a9b59c5b390875d00ab1ef65e3b.tar.bz2 historical-d70352a854359a9b59c5b390875d00ab1ef65e3b.zip |
Mark 0.09 stable on ia64
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-perl/Test-LongString')
-rw-r--r-- | dev-perl/Test-LongString/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.09.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index d7fae8e234c4..518ac8d6bf63 100644 --- a/dev-perl/Test-LongString/ChangeLog +++ b/dev-perl/Test-LongString/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-LongString # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.9 2006/06/12 16:47:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.10 2006/07/10 22:19:22 agriffis Exp $ + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> + Test-LongString-0.09.ebuild: + Mark 0.09 stable on ia64 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> Test-LongString-0.09.ebuild: diff --git a/dev-perl/Test-LongString/Test-LongString-0.09.ebuild b/dev-perl/Test-LongString/Test-LongString-0.09.ebuild index 4e7b79b98448..d46c6e1425cc 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.09.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.09.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/dev-perl/Test-LongString/Test-LongString-0.09.ebuild,v 1.4 2006/06/12 16:47:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.09.ebuild,v 1.5 2006/07/10 22:19:22 agriffis Exp $ inherit perl-module @@ -10,6 +10,6 @@ SRC_URI="mirror://cpan/authors/id/R/RG/RGARCIA/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86" +KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |