Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-NamespaceSupport/
Date: Sun, 02 Apr 2017 20:19:08
Message-Id: 1491164338.c910c649a960e0a927f7db341b6d4409233b7df2.kentnl@gentoo
1 commit: c910c649a960e0a927f7db341b6d4409233b7df2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 20:18:40 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 20:18:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c910c649
7
8 dev-perl/XML-NamespaceSupport: Bump to version 0.120.0
9
10 - EAPI6
11
12 Upstream:
13 - Fix for '.' in @INC compile fails
14
15 Bug:https://bugs.gentoo.org/614530
16
17 Package-Manager: Portage-2.3.4, Repoman-2.3.2
18
19 dev-perl/XML-NamespaceSupport/Manifest | 1 +
20 .../XML-NamespaceSupport-1.120.0.ebuild | 19 +++++++++++++++++++
21 2 files changed, 20 insertions(+)
22
23 diff --git a/dev-perl/XML-NamespaceSupport/Manifest b/dev-perl/XML-NamespaceSupport/Manifest
24 index 907642ba1e3..fdc77593008 100644
25 --- a/dev-perl/XML-NamespaceSupport/Manifest
26 +++ b/dev-perl/XML-NamespaceSupport/Manifest
27 @@ -1 +1,2 @@
28 DIST XML-NamespaceSupport-1.11.tar.gz 52077 SHA256 6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea SHA512 cc1bd5f457dc80e46fb9904fb9dfe2bdf8bffdad8f436f0e8f5977dbc6924ef9eeceac61d8ab80df1bfcb5e14fe2476421831f47f9354726dd3b536beade0381 WHIRLPOOL b5cbaec1e10d68029fe4cf8886d0877a30eb686c90cc1dcee56853829a446a577681dbdc1b8e0fcdaba4ee9d9b0256de8d860ac5c8c9222ffd7d36e81478f7bd
29 +DIST XML-NamespaceSupport-1.12.tar.gz 18012 SHA256 47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef SHA512 8a29698acc152888b3abd53b277f89209252830cc3b57d587a5b66e5019445d7c1858a08fa548d42387c1143b726da1440e36eb0c69b0b59c3770b5f528f38b2 WHIRLPOOL 4c8cedfccb2bd3c956c9963b9054b470b0a4fc4d958e6c1cfbd54197d63e77401ed307039d0eb0189629f08ac5dfd958c3d6eadff45d39fce063abf83e6eb69f
30
31 diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild
32 new file mode 100644
33 index 00000000000..fc795b8ae15
34 --- /dev/null
35 +++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild
36 @@ -0,0 +1,19 @@
37 +# Copyright 1999-2017 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +DIST_AUTHOR=PERIGRIN
43 +DIST_VERSION=1.12
44 +inherit perl-module
45 +
46 +DESCRIPTION="A Perl module that offers a simple to process namespaced XML names"
47 +
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
50 +IUSE="test"
51 +
52 +DEPEND="
53 + >=virtual/perl-ExtUtils-MakeMaker-6.170.0
54 + test? ( virtual/perl-Test-Simple )
55 +"