diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-23 22:25:10 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-23 22:25:10 +0000 |
commit | ee7a169c808276890280515094dac951f108d054 (patch) | |
tree | 2402fc06cc2e81e273128ad841d8825bcb6c7066 /dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild | |
parent | bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no... (diff) | |
download | historical-ee7a169c808276890280515094dac951f108d054.tar.gz historical-ee7a169c808276890280515094dac951f108d054.tar.bz2 historical-ee7a169c808276890280515094dac951f108d054.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild')
-rw-r--r-- | dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild new file mode 100644 index 000000000000..90bc01c70c59 --- /dev/null +++ b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild,v 1.1 2014/08/23 21:56:09 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=OVID +MODULE_VERSION=3.16 +inherit perl-module + +DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-perl/HTML-Parser-3.25" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + virtual/perl-Test-Simple + dev-perl/Sub-Override" + +SRC_TEST="do" |