summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 14:02:59 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 14:02:59 +0000
commit5c2675a904b463ad6086d7c51b541b8b69398bd9 (patch)
tree47e9cae7732aef0f039d99dc8e4a6162184030df /dev-perl/HTML-Parser
parentChange version scheme (diff)
downloadgentoo-2-5c2675a904b463ad6086d7c51b541b8b69398bd9.tar.gz
gentoo-2-5c2675a904b463ad6086d7c51b541b8b69398bd9.tar.bz2
gentoo-2-5c2675a904b463ad6086d7c51b541b8b69398bd9.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r--dev-perl/HTML-Parser/ChangeLog7
-rw-r--r--dev-perl/HTML-Parser/HTML-Parser-3.670.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog
index 95c55f3f5a10..686db2d6bbb4 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.143 2011/07/30 10:30:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.144 2011/08/30 14:02:59 tove Exp $
+
+*HTML-Parser-3.670.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +HTML-Parser-3.670.0.ebuild:
+ Change version scheme
30 Jul 2011; Torsten Veller <tove@gentoo.org> HTML-Parser-3.67.ebuild:
Drop ~sparc-fbsd KEYWORD
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.670.0.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.670.0.ebuild
new file mode 100644
index 000000000000..5346c4596b3d
--- /dev/null
+++ b/dev-perl/HTML-Parser/HTML-Parser-3.670.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.670.0.ebuild,v 1.1 2011/08/30 14:02:59 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=3.67
+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 ~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"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do
+mydoc="ANNOUNCEMENT"