summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 20:39:52 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 21:32:54 +0100
commita3e3184b0c101c7a65e8a63dbbdcce22f5b5fcd3 (patch)
treec352c3df2ba334b1eff6bdf4249da2beb5794eb2 /dev-perl/MogileFS-Client-Async
parentdev-perl/MogileFS-Client: EAPI=8 bump (diff)
downloadgentoo-a3e3184b0c101c7a65e8a63dbbdcce22f5b5fcd3.tar.gz
gentoo-a3e3184b0c101c7a65e8a63dbbdcce22f5b5fcd3.tar.bz2
gentoo-a3e3184b0c101c7a65e8a63dbbdcce22f5b5fcd3.zip
dev-perl/MogileFS-Client-Async: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/MogileFS-Client-Async')
-rw-r--r--dev-perl/MogileFS-Client-Async/Manifest1
-rw-r--r--dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/MogileFS-Client-Async/Manifest b/dev-perl/MogileFS-Client-Async/Manifest
index 083deb658381..07442342b9f2 100644
--- a/dev-perl/MogileFS-Client-Async/Manifest
+++ b/dev-perl/MogileFS-Client-Async/Manifest
@@ -1,2 +1 @@
-DIST MogileFS-Client-Async-0.030.tar.gz 24988 BLAKE2B b5b6ed607df8404114bd5e2a9e75171c3d126211564bbcb332d8264d80f9306b3a44f42ff10051f2812d16215e54353b723f0ea4fdee7ecf87ad637e042e6b5f SHA512 32746207f12723171815cdc2e8b401b594b7de34b30a4bc1315575e20cd908ec7ff85b79c9bb501c6f343ed6469ffb80192ae1bdb08c7d76ed53e8d2ef40fcb2
DIST MogileFS-Client-Async-0.031.tar.gz 19503 BLAKE2B ff009f33b38c6ca28f745da2cb0cab594457098297d4a9978b8fafbfc7e6425444e1c2ad55724ffccdbf92d83221bfa07e5d07b34ef8552d69f2aa0657131801 SHA512 1de89701de5884490656ac9f18de63f3bdb595d100542978b3a22123a0e7c66570d1133f14098b83ff06e86f27373b5b21c0e364a48217defc742a8933e89a6c
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
deleted file mode 100644
index 47d6e47d6dee..000000000000
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DLAMBLEY
-DIST_VERSION=${PV%.0}
-inherit perl-module
-
-DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/IO-AIO
- dev-perl/AnyEvent
- dev-perl/AnyEvent-HTTP
- dev-perl/File-Slurp
- >=dev-perl/MogileFS-Client-1.16
- dev-perl/Try-Tiny
- dev-perl/namespace-clean
-"
-DEPEND="${RDEPEND}"
-
-# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
-DIST_TEST=skip
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}