From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 79180138CD0 for ; Thu, 2 Jul 2015 09:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F35E0831; Thu, 2 Jul 2015 09:19:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3203E081E for ; Thu, 2 Jul 2015 09:19:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFAF63409F2 for ; Thu, 2 Jul 2015 09:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13CBA74F for ; Thu, 2 Jul 2015 09:19:50 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1435828602.90ecfb07fba9163b3d7801d414359a4983a89131.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/WWW-Robot/ChangeLog dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild dev-perl/WWW-Robot/WWW-Robot-0.26.0.ebuild X-VCS-Directories: dev-perl/WWW-Robot/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 90ecfb07fba9163b3d7801d414359a4983a89131 X-VCS-Branch: master Date: Thu, 2 Jul 2015 09:19:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b1e8181f-4f09-4bb9-b9d7-4b49b8339915 X-Archives-Hash: 3f9239317d848dd677f0fa8b3d457349 commit: 90ecfb07fba9163b3d7801d414359a4983a89131 Author: Kent Fredric gmail com> AuthorDate: Thu Jul 2 09:16:42 2015 +0000 Commit: Kent Fredric gmail 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 - -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 - 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 +"