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: metadata.xml MogileFS-Client-Async-0.015.0.ebuild ChangeLog
Date: Wed, 01 Feb 2012 19:17:57
Message-Id: 20120201191747.976D42004B@flycatcher.gentoo.org
1 robbat2 12/02/01 19:17:47
2
3 Added: metadata.xml MogileFS-Client-Async-0.015.0.ebuild
4 ChangeLog
5 Log:
6 Initial commit, ebuild by Robin H Johnson <robbat2@g.o>. Testsuite disabled as it needs a local MogileFS deployment.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-perl/MogileFS-Client-Async/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>perl</herd>
22 <maintainer>
23 <email>robbat2@g.o</email>
24 <description>Primary Maintainer</description>
25 </maintainer>
26 <upstream>
27 <remote-id type="cpan">MogileFS-Client-Async</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31
32
33 1.1 dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.015.0.ebuild?rev=1.1&content-type=text/plain
37
38 Index: MogileFS-Client-Async-0.015.0.ebuild
39 ===================================================================
40 # Copyright 1999-2012 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $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 $
43
44 EAPI=4
45
46 MODULE_AUTHOR=DLAMBLEY
47 MODULE_VERSION=${PV%.0}
48 inherit perl-module
49
50 DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
51
52 SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54 IUSE=""
55
56 RDEPEND="dev-perl/IO-AIO
57 dev-perl/AnyEvent
58 dev-perl/AnyEvent-HTTP
59 dev-perl/File-Slurp
60 dev-perl/MogileFS-Client
61 dev-perl/Try-Tiny
62 dev-perl/namespace-clean"
63 DEPEND="${RDEPEND}"
64
65 # Tests only available if you have a local mogilefsd on 127.0.0.1:7001
66 #SRC_TEST="do"
67
68
69
70 1.1 dev-perl/MogileFS-Client-Async/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for dev-perl/MogileFS-Client-Async
78 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/ChangeLog,v 1.1 2012/02/01 19:17:47 robbat2 Exp $
80
81 *MogileFS-Client-Async-0.015.0 (01 Feb 2012)
82
83 01 Feb 2012; Robin H. Johnson <robbat2@g.o>
84 +MogileFS-Client-Async-0.015.0.ebuild, +metadata.xml:
85 Initial commit, ebuild by Robin H Johnson <robbat2@g.o>. Testsuite
86 disabled as it needs a local MogileFS deployment.