diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:41:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 08:41:16 +0000 |
commit | f17047b22c44d197bb0f43e61f66621bc54cb1c0 (patch) | |
tree | dde6f37266052cf5d65905911f345464d21eb961 /dev-perl/module-info | |
parent | update STAMP names #69583 (Manifest recommit) (diff) | |
download | gentoo-2-f17047b22c44d197bb0f43e61f66621bc54cb1c0.tar.gz gentoo-2-f17047b22c44d197bb0f43e61f66621bc54cb1c0.tar.bz2 gentoo-2-f17047b22c44d197bb0f43e61f66621bc54cb1c0.zip |
hppa stable for #68570
Diffstat (limited to 'dev-perl/module-info')
-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" |