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/CGI-Ajax/
Date: Wed, 06 May 2020 17:59:59
Message-Id: 1588787970.41b02ba55ce5e8818f1e54c7b96243ebce949bc4.kentnl@gentoo
1 commit: 41b02ba55ce5e8818f1e54c7b96243ebce949bc4
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 17:59:30 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:59:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b02ba5
7
8 dev-perl/CGI-Ajax: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild | 22 ++++++++++++++++++++++
17 1 file changed, 22 insertions(+)
18
19 diff --git a/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..3159244eb91
22 --- /dev/null
23 +++ b/dev-perl/CGI-Ajax/CGI-Ajax-0.707.0-r1.ebuild
24 @@ -0,0 +1,22 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DIST_VERSION=0.707
31 +DIST_AUTHOR=BPEDERSE
32 +inherit perl-module
33 +
34 +DESCRIPTION="a perl-specific system for writing Asynchronous web applications"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="test"
38 +RESTRICT="!test? ( test )"
39 +
40 +RDEPEND="
41 + dev-perl/CGI
42 + dev-perl/Class-Accessor
43 +"
44 +BDEPEND="${RDEPEND}
45 + test? ( virtual/perl-Test-Simple )
46 +"