diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:55:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:55:18 +0000 |
commit | 659e034b755839e0788d8592e63a9cb49aa40762 (patch) | |
tree | be30be10bda699f5cc550975048d2a66c0109a45 /dev-perl | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-659e034b755839e0788d8592e63a9cb49aa40762.tar.gz historical-659e034b755839e0788d8592e63a9cb49aa40762.tar.bz2 historical-659e034b755839e0788d8592e63a9cb49aa40762.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl')
4 files changed, 6 insertions, 9 deletions
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild index 685ecffae8f5..76c514034ead 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild,v 1.11 2004/06/25 00:36:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.28.ebuild,v 1.12 2004/07/14 17:52:17 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Parse <HEAD> section of HTML documents" SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.tar.gz" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.readme" @@ -12,6 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_ SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc ~sparc alpha hppa ~mips ia64" +IUSE="" DEPEND="${DEPEND} >=dev-perl/HTML-Tagset-3.03" diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild index ae4449ec021a..a546571a7452 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild,v 1.11 2004/06/25 23:22:58 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.34-r1.ebuild,v 1.12 2004/07/14 17:52:17 agriffis Exp $ inherit perl-module @@ -24,4 +24,3 @@ src_compile() { fi perl-module_src_test } - diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.36.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.36.ebuild index 0460a001e3db..a29a95a0fb63 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.36.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.36.ebuild,v 1.2 2004/06/25 00:36:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.36.ebuild,v 1.3 2004/07/14 17:52:17 agriffis Exp $ inherit perl-module @@ -24,4 +24,3 @@ src_compile() { fi perl-module_src_test } - diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.97.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.97.ebuild index 89d5825f6781..9c5eb0aa55e3 100644 --- a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.97.ebuild +++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.97.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.97.ebuild,v 1.5 2004/06/25 00:38:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-0.97.ebuild,v 1.6 2004/07/14 17:55:18 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Detect browser, version, OS from UserAgent" SRC_URI="http://www.cpan.org/modules/by-authors/id/L/LH/LHS/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/L/LH/LHS/${P}.readme" @@ -12,4 +11,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/L/LH/LHS/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 alpha ~hppa ~mips ~ppc ~sparc" - +IUSE="" |