diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 06:26:59 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 06:26:59 +0000 |
commit | c5d5c7a9f39a8333b39f71e17454f79c767beee6 (patch) | |
tree | d7745c4bc28304946433e307dcdfb95a43456a13 /dev-perl/HTML-Parser | |
parent | Bump (diff) | |
download | gentoo-2-c5d5c7a9f39a8333b39f71e17454f79c767beee6.tar.gz gentoo-2-c5d5c7a9f39a8333b39f71e17454f79c767beee6.tar.bz2 gentoo-2-c5d5c7a9f39a8333b39f71e17454f79c767beee6.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
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.710.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index 3c99b0e9306c..a9e3efdda48c 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.159 2013/02/19 00:21:08 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.160 2013/08/15 06:26:59 patrick Exp $ + +*HTML-Parser-3.710.0 (15 Aug 2013) + + 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> +HTML-Parser-3.710.0.ebuild: + Bump 19 Feb 2013; Zac Medico <zmedico@gentoo.org> HTML-Parser-3.690.0.ebuild: Add ~arm-linux keyword. diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.710.0.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.710.0.ebuild new file mode 100644 index 000000000000..1e4c0fa86ca6 --- /dev/null +++ b/dev-perl/HTML-Parser/HTML-Parser-3.710.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 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.710.0.ebuild,v 1.1 2013/08/15 06:26:59 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=3.71 +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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-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" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST=do +mydoc="ANNOUNCEMENT" |