summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-30 17:35:21 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-30 18:02:20 +0200
commit7987322cc46567e411cefd7ba91616bb39ff1e27 (patch)
tree3b9aa0a618ba6b9a6c8572d72e6aa8419064303c
parentdev-perl/File-Flock: Stable for all (diff)
downloadgentoo-7987322c.tar.gz
gentoo-7987322c.tar.bz2
gentoo-7987322c.zip
dev-perl/File-Flock: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/File-Flock/File-Flock-2014.10.0.ebuild31
1 files changed, 0 insertions, 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 8d23a628093d..000000000000
--- 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 )
-"