diff options
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 11 | ||||
-rw-r--r-- | dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild | 15 |
3 files changed, 14 insertions, 18 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild index a96f4084c85d..41437bdb25c2 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.13 2005/01/04 12:56:56 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.14 2005/03/13 03:33:29 vapier Exp $ inherit perl-module DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" -SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~kgb/${P}/" +SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 amd64 ppc alpha hppa sparc mips" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" IUSE="" 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 } diff --git a/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild b/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild index 8403eaa79e89..9106d2ed6273 100644 --- a/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild +++ b/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild,v 1.11 2004/12/23 16:11:05 nigoro Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Balanced/Text-Balanced-1.95.ebuild,v 1.12 2005/03/13 03:32:56 vapier Exp $ inherit perl-module DESCRIPTION="Extract balanced-delimiter substrings" -SRC_URI="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 ~ppc sparc alpha hppa mips ~ppc64" - -DEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ~ppc64 sparc x86" +IUSE="" |