commit: 7987322cc46567e411cefd7ba91616bb39ff1e27
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 15:35:21 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 30 16:02:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7987322c
dev-perl/File-Flock: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/File-Flock/File-Flock-2014.10.0.ebuild | 31 -------------------------
1 file changed, 31 deletions(-)
diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild
b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild
deleted file mode 100644
index 8d23a628093..00000000000
--- a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MUIR
-MODULE_VERSION=2014.01
-MODULE_SECTION=modules
-inherit perl-module
-
-DESCRIPTION="flock() wrapper. Auto-create locks"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-SRC_TEST="do"
-
-RDEPEND="
- dev-perl/Data-Structure-Util
- >=dev-perl/IO-Event-0.812.0
- dev-perl/AnyEvent
- dev-perl/Event
- virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- dev-perl/File-Slurp
- test? ( dev-perl/Test-SharedFork )
-"