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-Utils: ChangeLog MogileFS-Utils-2.220.0.ebuild
Date: Sun, 29 Jan 2012 08:33:54
Message-Id: 20120129083344.B19AE2004B@flycatcher.gentoo.org
1 tove 12/01/29 08:33:44
2
3 Modified: ChangeLog
4 Added: MogileFS-Utils-2.220.0.ebuild
5 Log:
6 [bump] dev-perl/MogileFS-Utils-2.220.0
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 dev-perl/MogileFS-Utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 6 Nov 2011 08:24:01 -0000 1.18
24 +++ ChangeLog 29 Jan 2012 08:33:44 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/MogileFS-Utils
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.18 2011/11/06 08:24:01 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.19 2012/01/29 08:33:44 tove Exp $
31 +
32 +*MogileFS-Utils-2.220.0 (29 Jan 2012)
33 +
34 + 29 Jan 2012; Torsten Veller <tove@g.o> +MogileFS-Utils-2.220.0.ebuild:
35 + Version bump
36
37 *MogileFS-Utils-2.210.0 (06 Nov 2011)
38
39
40
41
42 1.1 dev-perl/MogileFS-Utils/MogileFS-Utils-2.220.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.220.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.220.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MogileFS-Utils-2.220.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-Utils/MogileFS-Utils-2.220.0.ebuild,v 1.1 2012/01/29 08:33:44 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=DORMANDO
56 MODULE_VERSION=2.22
57 inherit perl-module
58
59 DESCRIPTION="Server for the MogileFS distributed file system"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 RDEPEND="virtual/perl-IO-Compress
66 dev-perl/libwww-perl
67 >=dev-perl/MogileFS-Client-1.14"
68 DEPEND="${RDEPEND}"