summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-04 13:02:41 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-04 13:02:41 +0000
commitb10aabf4ed859fe934a535d86655f7e27b2a05f6 (patch)
treecc04303ce4c22c99356a4c3f1806347c404aa7bd /dev-perl/HTML-TokeParser-Simple
parent[profiles] mask KDE SC 4.4.0 (diff)
downloadgentoo-2-b10aabf4ed859fe934a535d86655f7e27b2a05f6.tar.gz
gentoo-2-b10aabf4ed859fe934a535d86655f7e27b2a05f6.tar.bz2
gentoo-2-b10aabf4ed859fe934a535d86655f7e27b2a05f6.zip
Fix LICENSE: same terms as perl (#301969). Maintenance
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTML-TokeParser-Simple')
-rw-r--r--dev-perl/HTML-TokeParser-Simple/ChangeLog8
-rw-r--r--dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.15.ebuild20
2 files changed, 16 insertions, 12 deletions
diff --git a/dev-perl/HTML-TokeParser-Simple/ChangeLog b/dev-perl/HTML-TokeParser-Simple/ChangeLog
index bb14ee123d9d..d314b365d9f6 100644
--- a/dev-perl/HTML-TokeParser-Simple/ChangeLog
+++ b/dev-perl/HTML-TokeParser-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/HTML-TokeParser-Simple
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog,v 1.28 2009/09/18 19:32:07 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/ChangeLog,v 1.29 2010/02/04 13:02:41 tove Exp $
+
+ 04 Feb 2010; Torsten Veller <tove@gentoo.org>
+ HTML-TokeParser-Simple-3.15.ebuild:
+ Fix LICENSE: same terms as perl (#301969). Maintenance
18 Sep 2009; Alexis Ballier <aballier@gentoo.org>
HTML-TokeParser-Simple-3.15.ebuild:
diff --git a/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.15.ebuild b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.15.ebuild
index 8be38647b18a..99236f6990e3 100644
--- a/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.15.ebuild
+++ b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.15.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.15.ebuild,v 1.13 2009/09/18 19:32:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.15.ebuild,v 1.14 2010/02/04 13:02:41 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=OVID
inherit perl-module
DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions."
-HOMEPAGE="http://search.cpan.org/~ovid/"
-SRC_URI="mirror://cpan/authors/id/O/OV/OVID/${P}.tar.gz"
-IUSE=""
-LICENSE="Artistic"
+
SLOT="0"
KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86"
+IUSE=""
-SRC_TEST="do"
-
-RDEPEND=">=dev-perl/HTML-Parser-3.25
- dev-lang/perl"
+RDEPEND=">=dev-perl/HTML-Parser-3.25"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
virtual/perl-Test-Simple
dev-perl/Sub-Override"
+
+SRC_TEST="do"