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-Utils: ChangeLog MogileFS-Utils-2.250.0.ebuild
Date: Fri, 29 Jun 2012 17:09:51
Message-Id: 20120629170940.E40952004B@flycatcher.gentoo.org
1 robbat2 12/06/29 17:09:40
2
3 Modified: ChangeLog
4 Added: MogileFS-Utils-2.250.0.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 dev-perl/MogileFS-Utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -p -w -b -B -u -u -r1.21 -r1.22
23 --- ChangeLog 24 Jun 2012 12:59:15 -0000 1.21
24 +++ ChangeLog 29 Jun 2012 17:09:40 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/MogileFS-Utils
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.21 2012/06/24 12:59:15 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.22 2012/06/29 17:09:40 robbat2 Exp $
30 +
31 +*MogileFS-Utils-2.250.0 (29 Jun 2012)
32 +
33 + 29 Jun 2012; Robin H. Johnson <robbat2@g.o>
34 + +MogileFS-Utils-2.250.0.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
38 Update CPAN upstream info
39
40
41
42 1.1 dev-perl/MogileFS-Utils/MogileFS-Utils-2.250.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.250.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.250.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: MogileFS-Utils-2.250.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.250.0.ebuild,v 1.1 2012/06/29 17:09:40 robbat2 Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=DORMANDO
56 MODULE_VERSION=${PV%0.0}
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.16"
68 DEPEND="${RDEPEND}"