Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/MogileFS-Client-Async: ChangeLog MogileFS-Client-Async-0.022.0.ebuild
Date: Sat, 21 Apr 2012 02:26:12
Message-Id: 20120421022558.7FA9E2004C@flycatcher.gentoo.org
1 robbat2 12/04/21 02:25:58
2
3 Modified: ChangeLog
4 Added: MogileFS-Client-Async-0.022.0.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-perl/MogileFS-Client-Async/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -p -w -b -B -u -u -r1.2 -r1.3
23 --- ChangeLog 29 Feb 2012 08:54:47 -0000 1.2
24 +++ ChangeLog 21 Apr 2012 02:25:57 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/MogileFS-Client-Async
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.2 2012/02/29 08:54:47 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.3 2012/04/21 02:25:57 robbat2 Exp $
30 +
31 +*MogileFS-Client-Async-0.022.0 (21 Apr 2012)
32 +
33 + 21 Apr 2012; Robin H. Johnson <robbat2@g.o>
34 + +MogileFS-Client-Async-0.022.0.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 *MogileFS-Client-Async-0.018.0 (29 Feb 2012)
38
39
40
41
42 1.1 dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MogileFS-Client-Async-0.022.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=4
54
55 MODULE_AUTHOR=DLAMBLEY
56 MODULE_VERSION=${PV%.0}
57 inherit perl-module
58
59 DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="dev-perl/IO-AIO
66 dev-perl/AnyEvent
67 dev-perl/AnyEvent-HTTP
68 dev-perl/File-Slurp
69 >=dev-perl/MogileFS-Client-1.16
70 dev-perl/Try-Tiny
71 dev-perl/namespace-clean"
72 DEPEND="${RDEPEND}"
73
74 # Tests only available if you have a local mogilefsd on 127.0.0.1:7001
75 #SRC_TEST="do"