public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Web-Scraper/
Date: Sun, 28 Oct 2012 14:02:30 +0000 (UTC)	[thread overview]
Message-ID: <1351432351.8a73dd92c937963c69c48b62f64fe1195954387a.kent@gentoo> (raw)

commit:     8a73dd92c937963c69c48b62f64fe1195954387a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 13:52:31 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 13:52:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a73dd92

[newversion] Web-Scraper-0.370.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Web-Scraper/ChangeLog                  |    6 ++
 dev-perl/Web-Scraper/Web-Scraper-0.370.0.ebuild |   62 +++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Web-Scraper/ChangeLog b/dev-perl/Web-Scraper/ChangeLog
index deaa8a3..1e1061f 100644
--- a/dev-perl/Web-Scraper/ChangeLog
+++ b/dev-perl/Web-Scraper/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Web-Scraper-0.370.0 (28 Oct 2012)
+
+  28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  +Web-Scraper-0.370.0.ebuild:
+  Version Bump
+
 *Web-Scraper-0.360.0 (29 Feb 2012)
 
   29 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Web-Scraper/Web-Scraper-0.370.0.ebuild b/dev-perl/Web-Scraper/Web-Scraper-0.370.0.ebuild
new file mode 100644
index 0000000..0ff44e6
--- /dev/null
+++ b/dev-perl/Web-Scraper/Web-Scraper-0.370.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION='Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::Base
+	echo dev-perl/Test-Base
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Test::Requires
+	echo dev-perl/Test-Requires
+}
+perl_meta_runtime() {
+	# HTML::Entities
+	echo dev-perl/HTML-Parser
+	# HTML::Selector::XPath 0.03 ( 0.30.0 )
+	echo \>=dev-perl/HTML-Selector-XPath-0.30.0
+	# HTML::Tagset
+	echo dev-perl/HTML-Tagset
+	# HTML::TreeBuilder 3.23 ( 3.230.0 )
+	echo \>=dev-perl/HTML-Tree-3.230.0
+	# HTML::TreeBuilder::XPath 0.08 ( 0.80.0 )
+	echo \>=dev-perl/HTML-TreeBuilder-XPath-0.80.0
+	# LWP 5.827 ( 5.827.0 )
+	echo \>=dev-perl/libwww-perl-5.827.0
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# UNIVERSAL::require
+	echo dev-perl/UNIVERSAL-require
+	# URI
+	echo dev-perl/URI
+	# XML::XPathEngine 0.08 ( 0.80.0 )
+	echo \>=dev-perl/XML-XPathEngine-0.80.0
+	# YAML
+	echo dev-perl/yaml
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


             reply	other threads:[~2012-10-28 14:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28 14:02 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-22  6:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Web-Scraper/ Kent Fredric
2015-06-08 18:40 Kent Fredric
2012-10-28 14:02 Kent Fredric
2012-02-29 12:06 Kent Fredric
2012-02-29 12:06 Kent Fredric
2011-03-10 18:54 Kent Fredric
2011-02-27 18:39 Torsten Veller
2011-02-19  8:12 Torsten Veller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1351432351.8a73dd92c937963c69c48b62f64fe1195954387a.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox