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:20:01
Message-Id: 1435827613.5fc67e8f441ee28495d09756214f8b2d13d61e3d.kent@gentoo
1 commit: 5fc67e8f441ee28495d09756214f8b2d13d61e3d
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Thu Jul 9 19:38:25 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=5fc67e8f
7
8 [rebase-filter: dwc/WWW-Robot] Convert to EAPI=2 and add metadata.xml
9 (Portage version: 2.1.6.13/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/WWW-Robot/ChangeLog | 8 ++++++++
13 dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild | 17 ++++++++---------
14 dev-perl/WWW-Robot/metadata.xml | 9 +++++++++
15 3 files changed, 25 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-perl/WWW-Robot/ChangeLog b/dev-perl/WWW-Robot/ChangeLog
18 new file mode 100644
19 index 0000000..1c15094
20 --- /dev/null
21 +++ b/dev-perl/WWW-Robot/ChangeLog
22 @@ -0,0 +1,8 @@
23 +# ChangeLog for dev-perl/WWW-Robot
24 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 + 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
28 + WWW-Robot-0.025.ebuild, +metadata.xml:
29 + Convert to EAPI=2 and add metadata.xml
30 +
31
32 diff --git a/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
33 index 33c7f8c..7d9fb41 100644
34 --- a/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
35 +++ b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
36 @@ -1,22 +1,21 @@
37 -# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
38 +# Copyright 1999-2009 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 -# $Header$
41 +# $Header: $
42
43 +EAPI=2
44 +
45 +MODULE_AUTHOR=KVENTIN
46 inherit perl-module
47
48 DESCRIPTION="Web traversal engine for robots and agents"
49 -HOMEPAGE="http://search.cpan.org/dist/${PN}/"
50 -SRC_URI="mirror://cpan/authors/id/K/KV/KVENTIN/${P}.tar.gz"
51 -LICENSE="|| ( Artistic GPL-2 )"
52
53 SLOT="0"
54 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
55 -RESTRICT="nomirror"
56 +LICENSE="|| ( Artistic GPL-2 )"
57 +KEYWORDS="~amd64 ~x86"
58 SRC_TEST="do"
59
60 IUSE=""
61 -RDEPEND="dev-lang/perl
62 - dev-perl/libwww-perl
63 +RDEPEND="dev-perl/libwww-perl
64 dev-perl/HTML-Tree
65 dev-perl/URI
66 dev-perl/HTML-Parser"
67
68 diff --git a/dev-perl/WWW-Robot/metadata.xml b/dev-perl/WWW-Robot/metadata.xml
69 new file mode 100644
70 index 0000000..743b271
71 --- /dev/null
72 +++ b/dev-perl/WWW-Robot/metadata.xml
73 @@ -0,0 +1,9 @@
74 +<?xml version="1.0" encoding="UTF-8"?>
75 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 +<pkgmetadata>
77 + <herd>perl</herd>
78 + <maintainer>
79 + <email>dwc@×××××.com</email>
80 + <name>Daniel Westermann-Clark</name>
81 + </maintainer>
82 +</pkgmetadata>