diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-07 06:54:37 +0000 |
commit | e542351c95c7120c3277712f5ef7522fe8e0e95b (patch) | |
tree | 14b0e42df49680bc03aca49f742b0a2dac5a2395 /dev-perl/HTML-Parser | |
parent | Version bump: Updated to tzdata version 2010h. (diff) | |
download | historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.gz historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.tar.bz2 historical-e542351c95c7120c3277712f5ef7522fe8e0e95b.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.65.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 173e6f2cf5e4..0475b3259654 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.131 2010/01/10 12:39:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.132 2010/04/07 06:51:35 tove Exp $ + +*HTML-Parser-3.65 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> +HTML-Parser-3.65.ebuild: + Version bump 10 Jan 2010; Fabian Groffen <grobian@gentoo.org> HTML-Parser-3.64.ebuild: Transfer Prefix keywords diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.65.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.65.ebuild new file mode 100644 index 000000000000..dfa181704832 --- /dev/null +++ b/dev-perl/HTML-Parser/HTML-Parser-3.65.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.65.ebuild,v 1.1 2010/04/07 06:51:35 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="Parse <HEAD> section of HTML documents" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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" |