diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:33:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 03:33:33 +0000 |
commit | 30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc (patch) | |
tree | b172af18afb994653ab0daa402c7deed648ac30e /dev-perl/Parse-RecDescent | |
parent | arm/hppa/ia64 stable (diff) | |
download | historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.tar.gz historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.tar.bz2 historical-30a4c7b18552dbb4a587586ba82b66dd3c3d5dbc.zip |
arm/ia64 lovin
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index 5b174e516351..99db6dcac563 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild @@ -1,22 +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/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.12 2005/01/04 13:29:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.13 2005/03/13 03:33:33 vapier Exp $ inherit perl-module DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" -SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~dconway/${P}/" +SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" -SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 amd64 ~ppc sparc alpha hppa mips ~ppc64" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ~ppc64 sparc x86" IUSE="" DEPEND="dev-perl/Text-Balanced" -src_install () { - +src_install() { perl-module_src_install dohtml -r tutorial } |