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 <[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.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>[email protected]</email> + <name>Daniel Westermann-Clark</name> + </maintainer> +</pkgmetadata>
