Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ChangeLog ceph-0.80.1.ebuild
Date: Sun, 25 May 2014 15:19:42
Message-Id: 20140525151939.06AF72004F@flycatcher.gentoo.org
1 dlan 14/05/25 15:19:38
2
3 Modified: ChangeLog ceph-0.80.1.ebuild
4 Log:
5 fix bug #511124, thanks @reivzy
6
7 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.51 sys-cluster/ceph/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 21 May 2014 07:43:24 -0000 1.50
23 +++ ChangeLog 25 May 2014 15:19:38 -0000 1.51
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-cluster/ceph
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.50 2014/05/21 07:43:24 dlan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.51 2014/05/25 15:19:38 dlan Exp $
29 +
30 + 25 May 2014; Yixun Lan <dlan@g.o> ceph-0.80.1.ebuild:
31 + fix bug #511124, thanks @reivzy
32
33 *ceph-0.80.1 (21 May 2014)
34
35
36
37
38 1.2 sys-cluster/ceph/ceph-0.80.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?r1=1.1&r2=1.2
43
44 Index: ceph-0.80.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ceph-0.80.1.ebuild 21 May 2014 07:43:23 -0000 1.1
51 +++ ceph-0.80.1.ebuild 25 May 2014 15:19:38 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.1 2014/05/21 07:43:23 dlan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.2 2014/05/25 15:19:38 dlan Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_6,2_7} )
60 @@ -146,7 +146,7 @@
61 elog ""
62 elog "cd /etc/init.d"
63 elog "for dmn in mds.a mon.a osd.0 osd.1 osd.2; do"
64 - elog " ln -s ceph ceph-${dmn};"
65 - elog " rc-update add ceph-${dmn} default;"
66 + elog " ln -s ceph ceph-\${dmn};"
67 + elog " rc-update add ceph-\${dmn} default;"
68 elog "done"
69 }