diff options
Diffstat (limited to 'dev-perl/regexp-common')
-rw-r--r-- | dev-perl/regexp-common/regexp-common-2.113.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-perl/regexp-common/regexp-common-2.113.ebuild b/dev-perl/regexp-common/regexp-common-2.113.ebuild index 86dad4644b35..66c1f7559321 100644 --- a/dev-perl/regexp-common/regexp-common-2.113.ebuild +++ b/dev-perl/regexp-common/regexp-common-2.113.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/regexp-common-2.113.ebuild,v 1.2 2003/12/30 17:25:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/regexp-common-2.113.ebuild,v 1.3 2004/02/22 22:35:38 vapier Exp $ inherit perl-module @@ -8,10 +8,9 @@ MY_P=Regexp-Common-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Provide commonly requested regular expressions" -SRC_URI="http://www.cpan.org/authors/id/A/AB/ABIGAIL/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/A/AB/ABIGAIL/" -SLOT="0" -LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa" +SRC_URI="http://www.cpan.org/authors/id/A/AB/ABIGAIL/${MY_P}.tar.gz" -DEPEND="${DEPEND}" +LICENSE="Artistic | GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc sparc ~alpha hppa ~amd64" |