diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:00:36 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:00:36 +0000 |
commit | 0be0dfe9dfd211a19cad4bb8e8ced4f3d8fb9344 (patch) | |
tree | 5556207a5c8c6d1a34059f846016740e65f5607e /dev-perl/Parse-RecDescent | |
parent | Revbump to use the new eclass (bug #80639). Set myself as maintainer. (diff) | |
download | gentoo-2-0be0dfe9dfd211a19cad4bb8e8ced4f3d8fb9344.tar.gz gentoo-2-0be0dfe9dfd211a19cad4bb8e8ced4f3d8fb9344.tar.bz2 gentoo-2-0be0dfe9dfd211a19cad4bb8e8ced4f3d8fb9344.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 8069514a25f2..58fe0c9c8783 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Parse-RecDescent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.23 2005/05/25 15:21:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.24 2005/11/27 22:00:36 tgall Exp $ + + 27 Nov 2005; Tom Gall <tgall@gentoo.org> Parse-RecDescent-1.94.ebuild: + stable on ppc64 25 May 2005; Michael Cummings <mcummings@gentoo.org> Parse-RecDescent-1.94.ebuild: diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index b6b1c9c63cfc..0480861be57f 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.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/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.17 2005/05/25 15:21:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.18 2005/11/27 22:00:36 tgall Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" DEPEND="perl-core/Text-Balanced" |