Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ceph-0.38.ebuild ChangeLog ceph-0.36.ebuild
Date: Tue, 03 Jan 2012 15:47:18
Message-Id: 20120103154709.33DD02004B@flycatcher.gentoo.org
1 xarthisius 12/01/03 15:47:09
2
3 Modified: ceph-0.38.ebuild ChangeLog
4 Removed: ceph-0.36.ebuild
5 Log:
6 Fix building with automake-1.11.2 wrt #397319 by Alphat-PC <AlphatPC@×××××.com>. Drop old
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-cluster/ceph/ceph-0.38.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.38.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.38.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.38.ebuild?r1=1.1&r2=1.2
16
17 Index: ceph-0.38.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.38.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ceph-0.38.ebuild 19 Nov 2011 10:06:34 -0000 1.1
24 +++ ceph-0.38.ebuild 3 Jan 2012 15:47:08 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.38.ebuild,v 1.1 2011/11/19 10:06:34 alexxy Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.38.ebuild,v 1.2 2012/01/03 15:47:08 xarthisius Exp $
31
32 EAPI="3"
33
34 @@ -44,7 +44,8 @@
35 sed -i "/^docdir =/d" src/Makefile.am || die #fix doc path
36 # disable testsnaps
37 sed -e '/testsnaps/d' -i src/Makefile.am || die
38 - epatch "${FILESDIR}/${PN}-0.26-autotools.patch"
39 + epatch "${FILESDIR}/${PN}-0.26-autotools.patch" \
40 + "${FILESDIR}"/${PN}-issue1869.patch
41 eautoreconf
42 }
43
44
45
46
47 1.15 sys-cluster/ceph/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.15&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.15&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.14&r2=1.15
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
56 retrieving revision 1.14
57 retrieving revision 1.15
58 diff -u -r1.14 -r1.15
59 --- ChangeLog 19 Nov 2011 10:06:34 -0000 1.14
60 +++ ChangeLog 3 Jan 2012 15:47:08 -0000 1.15
61 @@ -1,6 +1,11 @@
62 # ChangeLog for sys-cluster/ceph
63 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.14 2011/11/19 10:06:34 alexxy Exp $
65 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.15 2012/01/03 15:47:08 xarthisius Exp $
67 +
68 + 03 Jan 2012; Kacper Kowalik <xarthisius@g.o>
69 + +files/ceph-issue1869.patch, -ceph-0.36.ebuild, ceph-0.38.ebuild:
70 + Fix building with automake-1.11.2 wrt #397319 by Alphat-PC
71 + <AlphatPC@×××××.com>. Drop old
72
73 *ceph-0.38 (19 Nov 2011)