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: ChangeLog MogileFS-Client-1.13.ebuild
Date: Fri, 29 Oct 2010 02:02:43
Message-Id: 20101029020237.A367320051@flycatcher.gentoo.org
1 robbat2 10/10/29 02:02:37
2
3 Modified: ChangeLog
4 Added: MogileFS-Client-1.13.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-perl/MogileFS-Client/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -p -w -b -B -u -u -r1.8 -r1.9
23 --- ChangeLog 20 Aug 2010 21:13:57 -0000 1.8
24 +++ ChangeLog 29 Oct 2010 02:02:37 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/MogileFS-Client
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.8 2010/08/20 21:13:57 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.9 2010/10/29 02:02:37 robbat2 Exp $
30 +
31 +*MogileFS-Client-1.13 (29 Oct 2010)
32 +
33 + 29 Oct 2010; Robin H. Johnson <robbat2@g.o>
34 + +MogileFS-Client-1.13.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 *MogileFS-Client-1.12 (20 Aug 2010)
38
39
40
41
42 1.1 dev-perl/MogileFS-Client/MogileFS-Client-1.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MogileFS-Client-1.13.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.13.ebuild,v 1.1 2010/10/29 02:02:37 robbat2 Exp $
52
53 MODULE_AUTHOR="DORMANDO"
54 inherit perl-module
55
56 DESCRIPTION="Client library for the MogileFS distributed file system"
57
58 IUSE=""
59
60 SLOT="0"
61 LICENSE="|| ( Artistic GPL-2 )"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 DEPEND=">=dev-perl/IO-stringy-2.110
65 dev-perl/libwww-perl
66 dev-lang/perl"
67
68 # Tests only available if you have a local mogilefsd on 127.0.0.1:7001
69 #SRC_TEST="do"
70 mydoc="CHANGES TODO"