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-Handler-YAWriter/
Date: Wed, 28 Mar 2018 11:19:46
Message-Id: 1522235938.c38f45c9eae9cd69921a69f66729c4d4f48b391b.kentnl@gentoo
1 commit: c38f45c9eae9cd69921a69f66729c4d4f48b391b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 11:18:58 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 11:18:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38f45c9
7
8 dev-perl/XML-Handler-YAWriter: EAPI6 + tests
9
10 - EAPI6ify
11 - Enable tests
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 .../XML-Handler-YAWriter-0.230.0-r2.ebuild | 18 ++++++++++++++++++
16 1 file changed, 18 insertions(+)
17
18 diff --git a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild
19 new file mode 100644
20 index 00000000000..b3a53deaf38
21 --- /dev/null
22 +++ b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild
23 @@ -0,0 +1,18 @@
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=KRAEHE
30 +DIST_VERSION=0.23
31 +inherit perl-module
32 +
33 +DESCRIPTION="A Perl module providing a simple API to parsed XML instances"
34 +
35 +LICENSE="GPL-2" # GPL
36 +SLOT="0"
37 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
38 +IUSE=""
39 +
40 +RDEPEND=">=dev-perl/libxml-perl-0.07-r1"
41 +DEPEND="${RDEPEND}"