* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/
@ 2015-07-02 9:19 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 52c379745bfdba34fea865053cffd71c364e03ab
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 15:43:12 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 2 09:00:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=52c37974
[rebase-filter: dwc/WWW-Robot] Add remaning ebuilds from my perl-other overlay
dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
new file mode 100644
index 0000000..33c7f8c
--- /dev/null
+++ b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
@@ -0,0 +1,23 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Web traversal engine for robots and agents"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/K/KV/KVENTIN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE=""
+RDEPEND="dev-lang/perl
+ dev-perl/libwww-perl
+ dev-perl/HTML-Tree
+ dev-perl/URI
+ dev-perl/HTML-Parser"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/
@ 2015-07-02 9:19 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 5fc67e8f441ee28495d09756214f8b2d13d61e3d
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 19:38:25 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 2 09:00:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5fc67e8f
[rebase-filter: dwc/WWW-Robot] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
dev-perl/WWW-Robot/ChangeLog | 8 ++++++++
dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild | 17 ++++++++---------
dev-perl/WWW-Robot/metadata.xml | 9 +++++++++
3 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/dev-perl/WWW-Robot/ChangeLog b/dev-perl/WWW-Robot/ChangeLog
new file mode 100644
index 0000000..1c15094
--- /dev/null
+++ b/dev-perl/WWW-Robot/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/WWW-Robot
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ 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.025.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
index 33c7f8c..7d9fb41 100644
--- a/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
+++ b/dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
@@ -1,22 +1,21 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=KVENTIN
inherit perl-module
DESCRIPTION="Web traversal engine for robots and agents"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/K/KV/KVENTIN/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE=""
-RDEPEND="dev-lang/perl
- dev-perl/libwww-perl
+RDEPEND="dev-perl/libwww-perl
dev-perl/HTML-Tree
dev-perl/URI
dev-perl/HTML-Parser"
diff --git a/dev-perl/WWW-Robot/metadata.xml b/dev-perl/WWW-Robot/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/WWW-Robot/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/
@ 2015-07-02 9:19 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 9:19 UTC (permalink / raw
To: gentoo-commits
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 <dwc@pobox.com>
- -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 <dwc@pobox.com>
- 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
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/
@ 2015-07-02 9:19 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-07-02 9:19 UTC (permalink / raw
To: gentoo-commits
commit: c3ff7584e40bb161e4f17ea14824cb4bd9152979
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Aug 13 13:41:02 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 2 09:00:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c3ff7584
[rebase-filter: dwc/WWW-Robot] Bump WWW-Robot to 0.26; old version removed from CPAN
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
dev-perl/WWW-Robot/ChangeLog | 6 ++++++
.../WWW-Robot/{WWW-Robot-0.025.ebuild => WWW-Robot-0.026.ebuild} | 0
2 files changed, 6 insertions(+)
diff --git a/dev-perl/WWW-Robot/ChangeLog b/dev-perl/WWW-Robot/ChangeLog
index 1c15094..afe86c8 100644
--- a/dev-perl/WWW-Robot/ChangeLog
+++ b/dev-perl/WWW-Robot/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*WWW-Robot-0.026 (13 Aug 2009)
+
+ 13 Aug 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ -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 <dwc@pobox.com>
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.025.ebuild b/dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild
similarity index 100%
rename from dev-perl/WWW-Robot/WWW-Robot-0.025.ebuild
rename to dev-perl/WWW-Robot/WWW-Robot-0.026.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-02 9:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 9:19 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-Robot/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-07-02 9:19 Kent Fredric
2015-07-02 9:19 Kent Fredric
2015-07-02 9:19 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox