summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-13 03:33:33 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-13 03:33:33 +0000
commit05fc46fa6a909e4c1882e0c0552528b5b3b8c505 (patch)
tree1685c17a2801c9e608f53148b2ca608541f0ba96 /dev-perl/Parse-RecDescent
parentarm/hppa/ia64 stable (diff)
downloadgentoo-2-05fc46fa6a909e4c1882e0c0552528b5b3b8c505.tar.gz
gentoo-2-05fc46fa6a909e4c1882e0c0552528b5b3b8c505.tar.bz2
gentoo-2-05fc46fa6a909e4c1882e0c0552528b5b3b8c505.zip
arm/ia64 lovin
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild11
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
}