diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:07:37 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:07:37 +0000 |
commit | 6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182 (patch) | |
tree | 79aa41c992dce895df9c56ff6cb3e077e085aab1 /dev-perl/Regexp-Shellish | |
parent | Revbump to use the new eclass (bug #80639). Add a patch to make the tests pas... (diff) | |
download | historical-6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182.tar.gz historical-6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182.tar.bz2 historical-6d5fb89514e2b210b9dfce5f0a3e41ef4afe5182.zip |
stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index 3f68d0deedae..b5b04b9bb879 100644 --- a/dev-perl/Regexp-Shellish/ChangeLog +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Regexp-Shellish # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.8 2005/10/02 13:12:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.9 2005/11/27 21:50:27 tgall Exp $ + + 27 Nov 2005; Tom Gall <tgall@gentoo.org> Regexp-Shellish-0.93.ebuild: + stable on ppc64 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Regexp-Shellish-0.93.ebuild: diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild index 2589fef3e0e3..667fbe0afb27 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.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/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.10 2005/10/02 13:12:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.11 2005/11/27 21:50:27 tgall Exp $ inherit perl-module @@ -11,5 +11,5 @@ SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" SLOT="0" LICENSE="Artistic" SRC_TEST="do" -KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ppc64 ~sparc x86" IUSE="" |