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/URI-Escape-XS/
Date: Sat, 02 Mar 2013 07:02:27
Message-Id: 1362207108.b2f136ecdea85a0a46cc3a474e1177fc17787716.kent@gentoo
1 commit: b2f136ecdea85a0a46cc3a474e1177fc17787716
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 2 06:51:48 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 2 06:51:48 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b2f136ec
7
8 [newversion] URI-Escape-XS-0.100.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/URI-Escape-XS/ChangeLog | 8 ++++-
15 .../URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild | 34 ++++++++++++++++++++
16 2 files changed, 41 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/URI-Escape-XS/ChangeLog b/dev-perl/URI-Escape-XS/ChangeLog
19 index 5fd9ee2..3b31cb2 100644
20 --- a/dev-perl/URI-Escape-XS/ChangeLog
21 +++ b/dev-perl/URI-Escape-XS/ChangeLog
22 @@ -1,7 +1,13 @@
23 # ChangeLog for dev-perl/URI-Escape-XS
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*URI-Escape-XS-0.100.0 (02 Mar 2013)
29 +
30 + 02 Mar 2013; Kent Fredric <kentfredric@×××××.com>
31 + +URI-Escape-XS-0.100.0.ebuild:
32 + Version Bump
33 +
34 *URI-Escape-XS-0.90.0 (08 Aug 2012)
35
36 08 Aug 2012; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/dev-perl/URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild
39 new file mode 100644
40 index 0000000..353ece6
41 --- /dev/null
42 +++ b/dev-perl/URI-Escape-XS/URI-Escape-XS-0.100.0.ebuild
43 @@ -0,0 +1,34 @@
44 +# Copyright 1999-2013 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Header: $
47 +EAPI=5
48 +MODULE_AUTHOR=DANKOGAI
49 +MODULE_VERSION=0.10
50 +inherit perl-module
51 +
52 +DESCRIPTION='Drop-In replacement for URI::Escape'
53 +LICENSE=" || ( Artistic GPL-2 )"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +perl_meta_configure() {
58 + # ExtUtils::MakeMaker
59 + echo virtual/perl-ExtUtils-MakeMaker
60 +}
61 +perl_meta_build() {
62 + # ExtUtils::MakeMaker
63 + echo virtual/perl-ExtUtils-MakeMaker
64 +}
65 +perl_meta_runtime() {
66 + # Test::More
67 + echo virtual/perl-Test-Simple
68 +}
69 +DEPEND="
70 + $(perl_meta_configure)
71 + $(perl_meta_build)
72 + $(perl_meta_runtime)
73 +"
74 +RDEPEND="
75 + $(perl_meta_runtime)
76 +"
77 +SRC_TEST="do"