Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/MogileFS-Client: MogileFS-Client-1.150.0.ebuild ChangeLog
Date: Sun, 29 Jan 2012 08:35:48
Message-Id: 20120129083539.483FF2004B@flycatcher.gentoo.org
1 tove 12/01/29 08:35:39
2
3 Modified: ChangeLog
4 Added: MogileFS-Client-1.150.0.ebuild
5 Log:
6 [bump] dev-perl/MogileFS-Client-1.150.0
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-perl/MogileFS-Client/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 29 Aug 2011 17:56:14 -0000 1.11
24 +++ ChangeLog 29 Jan 2012 08:35:39 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/MogileFS-Client
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.11 2011/08/29 17:56:14 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.12 2012/01/29 08:35:39 tove Exp $
31 +
32 +*MogileFS-Client-1.150.0 (29 Jan 2012)
33 +
34 + 29 Jan 2012; Torsten Veller <tove@g.o>
35 + +MogileFS-Client-1.150.0.ebuild:
36 + Version bump
37
38 *MogileFS-Client-1.140.0 (29 Aug 2011)
39
40
41
42
43 1.1 dev-perl/MogileFS-Client/MogileFS-Client-1.150.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.150.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.150.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: MogileFS-Client-1.150.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.150.0.ebuild,v 1.1 2012/01/29 08:35:39 tove Exp $
53
54 EAPI=4
55
56 MODULE_AUTHOR=DORMANDO
57 MODULE_VERSION=1.15
58 inherit perl-module
59
60 DESCRIPTION="Client library for the MogileFS distributed file system"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-perl/IO-stringy-2.110
67 dev-perl/libwww-perl"
68 DEPEND="${RDEPEND}"
69
70 # Tests only available if you have a local mogilefsd on 127.0.0.1:7001
71 #SRC_TEST="do"