summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-19 20:17:28 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-19 20:17:28 +0000
commitd4967c52772b527785a115c02ab98991af99fe3c (patch)
tree93d39565831736be4baf5231b1a8add87c692da7 /dev-perl/MogileFS-Client-Async
parentDrop old. (diff)
downloadgentoo-2-d4967c52772b527785a115c02ab98991af99fe3c.tar.gz
gentoo-2-d4967c52772b527785a115c02ab98991af99fe3c.tar.bz2
gentoo-2-d4967c52772b527785a115c02ab98991af99fe3c.zip
Remove old
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/MogileFS-Client-Async')
-rw-r--r--dev-perl/MogileFS-Client-Async/ChangeLog7
-rw-r--r--dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild27
-rw-r--r--dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.018.0.ebuild27
-rw-r--r--dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild27
4 files changed, 6 insertions, 82 deletions
diff --git a/dev-perl/MogileFS-Client-Async/ChangeLog b/dev-perl/MogileFS-Client-Async/ChangeLog
index e5ea0ec5b2aa..2308ccb468a6 100644
--- a/dev-perl/MogileFS-Client-Async/ChangeLog
+++ b/dev-perl/MogileFS-Client-Async/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/MogileFS-Client-Async
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.6 2014/08/26 19:08:32 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.7 2014/10/19 20:17:28 dilfridge Exp $
+
+ 19 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -MogileFS-Client-Async-0.015.0.ebuild, -MogileFS-Client-Async-0.018.0.ebuild,
+ -MogileFS-Client-Async-0.022.0.ebuild:
+ Remove old
*MogileFS-Client-Async-0.030.0-r1 (26 Aug 2014)
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild
deleted file mode 100644
index 2278542a8870..000000000000
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild,v 1.1 2012/02/01 19:17:47 robbat2 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DLAMBLEY
-MODULE_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
- 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
-#SRC_TEST="do"
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.018.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.018.0.ebuild
deleted file mode 100644
index 22b482213990..000000000000
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.018.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.018.0.ebuild,v 1.1 2012/02/29 08:54:47 robbat2 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DLAMBLEY
-MODULE_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
- 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
-#SRC_TEST="do"
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild
deleted file mode 100644
index 1ff961aae7ea..000000000000
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild,v 1.1 2012/04/21 02:25:58 robbat2 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DLAMBLEY
-MODULE_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
-#SRC_TEST="do"