Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/
Date: Sat, 16 Jul 2016 19:57:31
Message-Id: 1468699013.9b7d79d8e1346b1575735d52e7dfc151cac8abc3.kentnl@gentoo
1 commit: 9b7d79d8e1346b1575735d52e7dfc151cac8abc3
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 16 19:44:14 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 16 19:56:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7d79d8
7
8 virtual/perl-Test-Simple: Bump to (masked) 1.302.40 for testing.
9
10 Provided only by perl-core/* until at perl-5.26 or later.
11
12 Package-Manager: portage-2.3.0
13 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
14
15 .../perl-Test-Simple-1.302.40.ebuild | 20 ++++++++++++++++++++
16 1 file changed, 20 insertions(+)
17
18 diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.40.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.40.ebuild
19 new file mode 100644
20 index 0000000..7eab2a5
21 --- /dev/null
22 +++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.40.ebuild
23 @@ -0,0 +1,20 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=6
29 +
30 +DESCRIPTION="Virtual for ${PN#perl-}"
31 +HOMEPAGE=""
32 +SRC_URI=""
33 +
34 +LICENSE=""
35 +SLOT="0"
36 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + ~perl-core/${PN#perl-}-${PV}
41 + !<dev-perl/Test-Tester-0.114.0
42 + !<dev-perl/Test-use-ok-0.160.0
43 +"