diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 23:03:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 23:03:34 +0000 |
commit | 9a6e3d4a0f1dd4d92355191f246a56f6a53d1c53 (patch) | |
tree | 29857e25c80caa88aa3c7d6efb65086339b6fa9a /dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-9a6e3d4a0f1dd4d92355191f246a56f6a53d1c53.tar.gz gentoo-2-9a6e3d4a0f1dd4d92355191f246a56f6a53d1c53.tar.bz2 gentoo-2-9a6e3d4a0f1dd4d92355191f246a56f6a53d1c53.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild')
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild index 87e26e39d7bf..55e3fe11cbc9 100644 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.13 2006/08/05 04:27:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.14 2007/01/15 23:03:34 mcummings Exp $ inherit perl-module DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions." -HOMEPAGE="http://www.cpan.org/modules/by-module/HTML/${P}.readme" +HOMEPAGE="http://search.cpan.org/~kwilliams/" SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" LICENSE="Artistic" @@ -15,6 +15,3 @@ IUSE="" DEPEND=">=dev-perl/module-build-0.28 dev-lang/perl" -RDEPEND="${DEPEND}" - - |