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/Class-Accessor-Chained/
Date: Sat, 23 May 2020 08:55:23
Message-Id: 1590224100.d750fd522041824aa7133c6800f4aa1300b8f8c5.kentnl@gentoo
1 commit: d750fd522041824aa7133c6800f4aa1300b8f8c5
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 08:54:44 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 08:55:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d750fd52
7
8 dev-perl/Class-Accessor-Chained: -r bump for EAPI7
9
10 - EAPI7
11 - Pad out dependencies more
12 - Enable parallel tests
13
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 .../Class-Accessor-Chained-0.10.0-r2.ebuild | 24 ++++++++++++++++++++++
18 1 file changed, 24 insertions(+)
19
20 diff --git a/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r2.ebuild b/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..142aeaab255
23 --- /dev/null
24 +++ b/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r2.ebuild
25 @@ -0,0 +1,24 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=RCLAMP
32 +DIST_VERSION=0.01
33 +inherit perl-module
34 +
35 +DESCRIPTION="Perl module to make chained class accessors"
36 +
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
39 +IUSE="test"
40 +RESTRICT="!test? ( test )"
41 +
42 +RDEPEND="dev-perl/Class-Accessor"
43 +DEPEND="dev-perl/Module-Build"
44 +BDEPEND="${RDEPEND}
45 + dev-perl/Module-Build
46 + test? (
47 + virtual/perl-Test-Simple
48 + )
49 +"