Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/
Date: Thu, 02 Jul 2015 09:19:55
Message-Id: 1435827613.52c379745bfdba34fea865053cffd71c364e03ab.kent@gentoo
1 commit: 52c379745bfdba34fea865053cffd71c364e03ab
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Wed Jul 8 15:43:12 2009 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 09:00:13 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=52c37974
7
8 [rebase-filter: dwc/WWW-Robot] Add remaning ebuilds from my perl-other overlay
9
10 dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild | 23 +++++++++++++++++++++++
11 1 file changed, 23 insertions(+)
12
13 diff --git a/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
14 new file mode 100644
15 index 0000000..33c7f8c
16 --- /dev/null
17 +++ b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
18 @@ -0,0 +1,23 @@
19 +# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Header$
22 +
23 +inherit perl-module
24 +
25 +DESCRIPTION="Web traversal engine for robots and agents"
26 +HOMEPAGE="http://search.cpan.org/dist/${PN}/"
27 +SRC_URI="mirror://cpan/authors/id/K/KV/KVENTIN/${P}.tar.gz"
28 +LICENSE="|| ( Artistic GPL-2 )"
29 +
30 +SLOT="0"
31 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
32 +RESTRICT="nomirror"
33 +SRC_TEST="do"
34 +
35 +IUSE=""
36 +RDEPEND="dev-lang/perl
37 + dev-perl/libwww-perl
38 + dev-perl/HTML-Tree
39 + dev-perl/URI
40 + dev-perl/HTML-Parser"
41 +DEPEND="${RDEPEND}"