diff options
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index d643b9635054..9e9275cf24be 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/HTML-Parser -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.99 2008/11/25 11:06:05 tove Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.100 2009/02/12 11:48:48 tove Exp $ + +*HTML-Parser-3.60 (12 Feb 2009) + + 12 Feb 2009; Torsten Veller <tove@gentoo.org> +HTML-Parser-3.60.ebuild: + Version bump *HTML-Parser-3.59 (25 Nov 2008) diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild new file mode 100644 index 000000000000..d26c1d4f6179 --- /dev/null +++ b/dev-perl/HTML-Parser/HTML-Parser-3.60.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.60.ebuild,v 1.1 2009/02/12 11:48:48 tove Exp $ + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="Parse <HEAD> section of HTML documents" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=dev-perl/HTML-Tagset-3.03 + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do +mydoc="ANNOUNCEMENT TODO" |