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 | |
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')
-rw-r--r-- | dev-perl/HTML-SimpleParse/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/HTML-SimpleParse/ChangeLog b/dev-perl/HTML-SimpleParse/ChangeLog index 172c34f1d842..e9f67bbd60ce 100644 --- a/dev-perl/HTML-SimpleParse/ChangeLog +++ b/dev-perl/HTML-SimpleParse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-SimpleParse -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.17 2006/08/05 04:27:11 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.18 2007/01/15 23:03:34 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -HTML-SimpleParse-0.11.ebuild, HTML-SimpleParse-0.12.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> HTML-SimpleParse-0.11.ebuild, HTML-SimpleParse-0.12.ebuild: 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}" - - |