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/File-Flock/
Date: Fri, 28 Aug 2020 19:21:18
Message-Id: 1598642455.68920def4e226813d5a6f73114d8e55fa525bf87.kentnl@gentoo
1 commit: 68920def4e226813d5a6f73114d8e55fa525bf87
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 19:20:11 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 19:20:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68920def
7
8 dev-perl/File-Flock: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Fixup deps
13 - Add missing remote-ids
14
15 Package-Manager: Portage-2.3.103, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 dev-perl/File-Flock/File-Flock-2014.10.0-r1.ebuild | 32 ++++++++++++++++++++++
19 dev-perl/File-Flock/metadata.xml | 2 ++
20 2 files changed, 34 insertions(+)
21
22 diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0-r1.ebuild b/dev-perl/File-Flock/File-Flock-2014.10.0-r1.ebuild
23 new file mode 100644
24 index 00000000000..d49cd04c19d
25 --- /dev/null
26 +++ b/dev-perl/File-Flock/File-Flock-2014.10.0-r1.ebuild
27 @@ -0,0 +1,32 @@
28 +# Copyright 1999-2020 Gentoo Authors
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=7
32 +
33 +DIST_AUTHOR=MUIR
34 +DIST_VERSION=2014.01
35 +DIST_SECTION=modules
36 +inherit perl-module
37 +
38 +DESCRIPTION="flock() wrapper. Auto-create locks"
39 +
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
42 +IUSE="test"
43 +RESTRICT="!test? ( test )"
44 +
45 +RDEPEND="
46 + dev-perl/AnyEvent
47 + dev-perl/Data-Structure-Util
48 + >=dev-perl/IO-Event-0.812.0
49 + dev-perl/Event
50 + virtual/perl-Time-HiRes
51 +"
52 +DEPEND="dev-perl/Module-Build"
53 +BDEPEND="${RDEPEND}
54 + dev-perl/Module-Build
55 + test? (
56 + dev-perl/File-Slurp
57 + dev-perl/Test-SharedFork
58 + )
59 +"
60
61 diff --git a/dev-perl/File-Flock/metadata.xml b/dev-perl/File-Flock/metadata.xml
62 index 41f16e582e3..a4ee96de855 100644
63 --- a/dev-perl/File-Flock/metadata.xml
64 +++ b/dev-perl/File-Flock/metadata.xml
65 @@ -8,5 +8,7 @@
66 <upstream>
67 <remote-id type="cpan">File-Flock</remote-id>
68 <remote-id type="cpan-module">File::Flock</remote-id>
69 + <remote-id type="cpan-module">File::Flock::Forking</remote-id>
70 + <remote-id type="cpan-module">File::Flock::Subprocess</remote-id>
71 </upstream>
72 </pkgmetadata>