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-Catalog/
Date: Wed, 28 Mar 2018 11:19:45
Message-Id: 1522235179.8b3909c1d60f5ed8f404be1dde40c5d9cee59df0.kentnl@gentoo
1 commit: 8b3909c1d60f5ed8f404be1dde40c5d9cee59df0
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 11:06:19 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 11:06:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3909c1
7
8 dev-perl/XML-Catalog: EAPI6 + tests
9
10 - EAPI6ify
11 - Enable tests
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 dev-perl/XML-Catalog/XML-Catalog-1.30.0-r1.ebuild | 19 +++++++++++++++++++
16 1 file changed, 19 insertions(+)
17
18 diff --git a/dev-perl/XML-Catalog/XML-Catalog-1.30.0-r1.ebuild b/dev-perl/XML-Catalog/XML-Catalog-1.30.0-r1.ebuild
19 new file mode 100644
20 index 00000000000..4e3b558b1c6
21 --- /dev/null
22 +++ b/dev-perl/XML-Catalog/XML-Catalog-1.30.0-r1.ebuild
23 @@ -0,0 +1,19 @@
24 +# Copyright 1999-2018 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DIST_AUTHOR=JFEARN
30 +DIST_VERSION=1.03
31 +inherit perl-module
32 +
33 +DESCRIPTION="Resolve public identifiers and remap system identifiers"
34 +
35 +SLOT="0"
36 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="dev-perl/XML-Parser
40 + >=dev-perl/libwww-perl-5.48"
41 +DEPEND="${RDEPEND}
42 + dev-perl/Module-Build"