diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 14:00:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 14:00:51 +0000 |
commit | 439f1a20e66771b32d57fd6dbd88765627252fbc (patch) | |
tree | 419a1502620b2fc509a58ebe526078087e5296b4 /dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild | |
parent | Change version scheme (diff) | |
download | gentoo-2-439f1a20e66771b32d57fd6dbd88765627252fbc.tar.gz gentoo-2-439f1a20e66771b32d57fd6dbd88765627252fbc.tar.bz2 gentoo-2-439f1a20e66771b32d57fd6dbd88765627252fbc.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild')
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild new file mode 100644 index 000000000000..46a126e225b0 --- /dev/null +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.120.0.ebuild,v 1.1 2011/08/30 14:00:51 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KWILLIAMS +MODULE_VERSION=0.12 +inherit perl-module + +DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions." + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" |