diff options
author | 2003-08-07 02:26:22 +0000 | |
---|---|---|
committer | 2003-08-07 02:26:22 +0000 | |
commit | 4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836 (patch) | |
tree | 9e088d09cf05f80f0cf5d8f65010872363ad175b /dev-perl/HTML-SimpleParse | |
parent | Added functionality, thanks to Julian Hoch (closes bug #25695) (diff) | |
download | historical-4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836.tar.gz historical-4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836.tar.bz2 historical-4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836.zip |
fix license/repoman
Diffstat (limited to 'dev-perl/HTML-SimpleParse')
3 files changed, 15 insertions, 16 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild index 59adad468d48..21bdeaf20d8c 100644 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild,v 1.4 2003/06/21 21:36:36 drobbins Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.10.ebuild,v 1.5 2003/08/07 02:14:56 vapier Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions." -SRC_URI="http://www.cpan.org/authors/id/KWILLIAMS/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/authors/id/KWILLIAMS/${P}.readme" -IUSE="" -SLOT="0" +SRC_URI="http://www.cpan.org/authors/id/KWILLIAMS/${P}.tar.gz" + LICENSE="Artistic" +SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc alpha" diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.11.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.11.ebuild index 3dd834253a58..8d58f8e8bd4c 100644 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.11.ebuild +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.11.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.11.ebuild,v 1.3 2003/06/21 21:36:36 drobbins Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.11.ebuild,v 1.4 2003/08/07 02:14:56 vapier Exp $ inherit perl-module DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions." -SRC_URI="http://www.cpan.org/modules/by-module/HTML/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/HTML/${P}.readme" -IUSE="" -SLOT="0" +SRC_URI="http://www.cpan.org/modules/by-module/HTML/${P}.tar.gz" + LICENSE="Artistic" +SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc alpha" diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild index 093d2d813f7a..ec36a7ad7048 100644 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.1 2003/07/09 19:14:51 mcummings Exp $ +# 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.2 2003/08/07 02:14:56 vapier Exp $ inherit perl-module DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions." -SRC_URI="http://www.cpan.org/modules/by-module/HTML/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/HTML/${P}.readme" -IUSE="" -SLOT="0" +SRC_URI="http://www.cpan.org/modules/by-module/HTML/${P}.tar.gz" + LICENSE="Artistic" +SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc alpha" |