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-SAX-Base/
Date: Tue, 04 Apr 2017 12:16:16
Message-Id: 1491308162.392c8724e26a75fdc1c310ea05011c3fb6a0e197.kentnl@gentoo
1 commit: 392c8724e26a75fdc1c310ea05011c3fb6a0e197
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 12:15:46 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 12:16:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392c8724
7
8 dev-perl/XML-SAX-Base: Bump to version 1.90.0
9
10 - EAPI6
11 - Parallel Test
12 - Remove useless inherit of eutils
13
14 Upstream:
15 - Fix for '.' in @INC
16
17 Bug: https://bugs.gentoo.org/614532
18 Package-Manager: Portage-2.3.4, Repoman-2.3.2
19
20 dev-perl/XML-SAX-Base/Manifest | 1 +
21 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 22 ++++++++++++++++++++++
22 2 files changed, 23 insertions(+)
23
24 diff --git a/dev-perl/XML-SAX-Base/Manifest b/dev-perl/XML-SAX-Base/Manifest
25 index 770d79be8b4..46226d99409 100644
26 --- a/dev-perl/XML-SAX-Base/Manifest
27 +++ b/dev-perl/XML-SAX-Base/Manifest
28 @@ -1 +1,2 @@
29 DIST XML-SAX-Base-1.08.tar.gz 28197 SHA256 666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e SHA512 2149a4772b10d31b6d0f4f0cf8d07145cdb103de518d3055f09ed921748a5b6c8269c9d7c017e865b8c251a3e930cf752eb33780d5291b4287c003af3b6ff47f WHIRLPOOL c42f1ecccf199f212b62e2fd42cd00ba719de37c36a654f65b75d82b36d3784534e1cd62f5b5e5e1ea0f7ee96f40698c87045d4042496d8798dfbe3a450e1a20
30 +DIST XML-SAX-Base-1.09.tar.gz 28215 SHA256 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0 SHA512 72a34fd2b0375222cad3a42a0e2d92f793d7a2ac27d831a8a8d3322fdc75ba246ca53c33cdc0fbade81f3a96ad977ebf5d4cddc6d75d76be79b2e655f316d532 WHIRLPOOL 576312ecdab50d14bc1ed4867cccaad1303296ebe612ac4089616fdce6fd54419cd0bc9919df411743ed2d567a4b898117cc34866a9951fa46067c829cdf1b19
31
32 diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
33 new file mode 100644
34 index 00000000000..e2fe2778147
35 --- /dev/null
36 +++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
37 @@ -0,0 +1,22 @@
38 +# Copyright 1999-2017 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=6
42 +
43 +DIST_AUTHOR=GRANTM
44 +DIST_VERSION=1.09
45 +inherit perl-module
46 +
47 +DESCRIPTION="Base class SAX Drivers and Filters"
48 +
49 +SLOT="0"
50 +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"
51 +IUSE="test"
52 +
53 +RDEPEND="
54 + !<dev-perl/XML-SAX-0.990.0
55 +"
56 +DEPEND="${RDEPEND}
57 + virtual/perl-ExtUtils-MakeMaker
58 + test? ( >=virtual/perl-Test-Simple-0.880.0 )
59 +"