Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Flock/
Date: Sun, 30 May 2021 16:03:10
Message-Id: 1622390540.7987322cc46567e411cefd7ba91616bb39ff1e27.dilfridge@gentoo
1 commit: 7987322cc46567e411cefd7ba91616bb39ff1e27
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 15:35:21 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 16:02:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7987322c
7
8 dev-perl/File-Flock: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/File-Flock/File-Flock-2014.10.0.ebuild | 31 -------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild
17 deleted file mode 100644
18 index 8d23a628093..00000000000
19 --- a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=MUIR
28 -MODULE_VERSION=2014.01
29 -MODULE_SECTION=modules
30 -inherit perl-module
31 -
32 -DESCRIPTION="flock() wrapper. Auto-create locks"
33 -
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -SRC_TEST="do"
40 -
41 -RDEPEND="
42 - dev-perl/Data-Structure-Util
43 - >=dev-perl/IO-Event-0.812.0
44 - dev-perl/AnyEvent
45 - dev-perl/Event
46 - virtual/perl-Time-HiRes
47 -"
48 -DEPEND="${RDEPEND}
49 - dev-perl/Module-Build
50 - dev-perl/File-Slurp
51 - test? ( dev-perl/Test-SharedFork )
52 -"