diff options
-rw-r--r-- | dev-perl/module-info/module-info-0.26.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/module-info/module-info-0.26.ebuild b/dev-perl/module-info/module-info-0.26.ebuild index e587de7a7765..2e59afee30f1 100644 --- a/dev-perl/module-info/module-info-0.26.ebuild +++ b/dev-perl/module-info/module-info-0.26.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.26.ebuild,v 1.2 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.26.ebuild,v 1.3 2004/10/31 08:41:16 vapier Exp $ inherit perl-module MY_P="Module-Info-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Information about Perl modules" -SRC_URI="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme" +SRC_URI="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~alpha ~hppa ~mips ~ppc ~sparc ~amd64" +SLOT="0" +KEYWORDS="~alpha ~amd64 hppa ~mips ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" |