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/HTML-Selector-XPath/
Date: Mon, 27 Feb 2012 16:54:42
Message-Id: 1330353459.c7b06a3fee688f95e8a497e4dee0efc2a16a1f2d.kent@gentoo
1 commit: c7b06a3fee688f95e8a497e4dee0efc2a16a1f2d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 14:37:39 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 14:37:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c7b06a3f
7
8 [newversion] HTML-Selector-XPath-0.140.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/HTML-Selector-XPath/ChangeLog | 8 ++++-
14 .../HTML-Selector-XPath-0.140.0.ebuild | 36 ++++++++++++++++++++
15 2 files changed, 43 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/HTML-Selector-XPath/ChangeLog b/dev-perl/HTML-Selector-XPath/ChangeLog
18 index 83e58f8..343516f 100644
19 --- a/dev-perl/HTML-Selector-XPath/ChangeLog
20 +++ b/dev-perl/HTML-Selector-XPath/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/HTML-Selector-XPath
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*HTML-Selector-XPath-0.140.0 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +HTML-Selector-XPath-0.140.0.ebuild:
31 + Version Bump
32 +
33 *HTML-Selector-XPath-0.80.0 (23 Sep 2011)
34
35 23 Sep 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild
38 new file mode 100644
39 index 0000000..57aa0ff
40 --- /dev/null
41 +++ b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.140.0.ebuild
42 @@ -0,0 +1,36 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=CORION
48 +MODULE_VERSION=0.14
49 +inherit perl-module
50 +
51 +DESCRIPTION='CSS Selector to XPath compiler'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.50 ( 6.500.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.50
59 +}
60 +perl_meta_build() {
61 + # Test::Base
62 + echo dev-perl/Test-Base
63 + # Test::More
64 + echo virtual/perl-Test-Simple
65 +}
66 +perl_meta_runtime() {
67 + # perl v5.8.1 ( 5.8.1 )
68 + echo \>=dev-lang/perl-5.8.1
69 +}
70 +DEPEND="
71 + $(perl_meta_configure)
72 + $(perl_meta_build)
73 + $(perl_meta_runtime)
74 +"
75 +RDEPEND="
76 + $(perl_meta_runtime)
77 +"
78 +SRC_TEST="do"