summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-26 03:42:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-26 03:42:20 +0000
commitf5e66ef666aef3e962cd9040f3edc325563ea1b5 (patch)
treec8b39d450b17c188c3a87382f2692334e5bbc3b2 /dev-perl/MogileFS-Client-Async
parentBump (diff)
downloadgentoo-2-f5e66ef666aef3e962cd9040f3edc325563ea1b5.tar.gz
gentoo-2-f5e66ef666aef3e962cd9040f3edc325563ea1b5.tar.bz2
gentoo-2-f5e66ef666aef3e962cd9040f3edc325563ea1b5.zip
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/MogileFS-Client-Async')
-rw-r--r--dev-perl/MogileFS-Client-Async/ChangeLog10
-rw-r--r--dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0.ebuild27
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-perl/MogileFS-Client-Async/ChangeLog b/dev-perl/MogileFS-Client-Async/ChangeLog
index 41bd5ec21b58..8959f04f432f 100644
--- a/dev-perl/MogileFS-Client-Async/ChangeLog
+++ b/dev-perl/MogileFS-Client-Async/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/MogileFS-Client-Async
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.4 2012/06/24 12:59:58 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.5 2013/08/26 03:42:20 patrick Exp $
+
+*MogileFS-Client-Async-0.030.0 (26 Aug 2013)
+
+ 26 Aug 2013; Patrick Lauer <patrick@gentoo.org>
+ +MogileFS-Client-Async-0.030.0.ebuild:
+ Bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0.ebuild
new file mode 100644
index 000000000000..e12088607dc6
--- /dev/null
+++ b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 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.030.0.ebuild,v 1.1 2013/08/26 03:42:20 patrick 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"