commit: 90ecfb07fba9163b3d7801d414359a4983a89131 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 09:16:42 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Jul 2 09:16:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=90ecfb07
[fixup] WWW-Robot: EAPI5, normalise version, fixup deps Package-Manager: portage-2.2.17 dev-perl/WWW-Robot/ChangeLog | 14 ------------- dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild | 22 -------------------- dev-perl/WWW-Robot/WWW-Robot-0.26.0.ebuild | 33 ++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 36 deletions(-) diff --git a/dev-perl/WWW-Robot/ChangeLog b/dev-perl/WWW-Robot/ChangeLog deleted file mode 100644 index afe86c8..0000000 --- a/dev-perl/WWW-Robot/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for dev-perl/WWW-Robot -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*WWW-Robot-0.026 (13 Aug 2009) - - 13 Aug 2009; Daniel Westermann-Clark <[email protected]> - -WWW-Robot-0.025.ebuild, +WWW-Robot-0.026.ebuild: - Bump WWW-Robot to 0.26; old version removed from CPAN - - 09 Jul 2009; Daniel Westermann-Clark <[email protected]> - WWW-Robot-0.025.ebuild, +metadata.xml: - Convert to EAPI=2 and add metadata.xml - diff --git a/dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild deleted file mode 100644 index 7d9fb41..0000000 --- a/dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=KVENTIN -inherit perl-module - -DESCRIPTION="Web traversal engine for robots and agents" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" -SRC_TEST="do" - -IUSE="" -RDEPEND="dev-perl/libwww-perl - dev-perl/HTML-Tree - dev-perl/URI - dev-perl/HTML-Parser" -DEPEND="${RDEPEND}" diff --git a/dev-perl/WWW-Robot/WWW-Robot-0.26.0.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.26.0.ebuild new file mode 100644 index 0000000..81db5af --- /dev/null +++ b/dev-perl/WWW-Robot/WWW-Robot-0.26.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +MODULE_AUTHOR=KVENTIN +MODULE_VERSION=0.026 +inherit perl-module + +DESCRIPTION="Web traversal engine for robots and agents" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" +# HTTP::Request -> HTTP-Message +# HTTP::Headers -> HTTP-Message +# HTML:TreeBuilder -> HTML-Tree +# URI::URL -> URI +# LWP::RobotUA -> libwww-perl +# IO::File -> IO +# HTML::LinkExtor -> HTML-Parser +RDEPEND=" + virtual/perl-IO + dev-perl/HTTP-Message + dev-perl/libwww-perl + dev-perl/HTML-Tree + dev-perl/URI + dev-perl/HTML-Parser" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"
