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: ceph-0.72.2-r3.ebuild ceph-0.67.7.ebuild ceph-0.80.1.ebuild ChangeLog
Date: Fri, 20 Jun 2014 07:30:56
Message-Id: 20140620073053.2313C2004E@flycatcher.gentoo.org
1 dlan 14/06/20 07:30:52
2
3 Modified: ceph-0.72.2-r3.ebuild ceph-0.67.7.ebuild
4 ceph-0.80.1.ebuild ChangeLog
5 Log:
6 fix python shebang, bug 512148, thanks Stefan Junker
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
9
10 Revision Changes Path
11 1.2 sys-cluster/ceph/ceph-0.72.2-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild?r1=1.1&r2=1.2
16
17 Index: ceph-0.72.2-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ceph-0.72.2-r3.ebuild 20 Feb 2014 10:18:55 -0000 1.1
24 +++ ceph-0.72.2-r3.ebuild 20 Jun 2014 07:30:52 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild,v 1.1 2014/02/20 10:18:55 dlan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild,v 1.2 2014/06/20 07:30:52 dlan Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7} )
33 @@ -124,7 +124,7 @@
34 newinitd "${T}/${PN}.initd" ${PN}
35 newconfd "${FILESDIR}/${PN}.confd" ${PN}
36
37 - _python_rewrite_shebang \
38 + python_fix_shebang \
39 "${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \
40 "${ED}"/usr/bin/{ceph,ceph-rest-api}
41
42
43
44
45 1.2 sys-cluster/ceph/ceph-0.67.7.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild?r1=1.1&r2=1.2
50
51 Index: ceph-0.67.7.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ceph-0.67.7.ebuild 20 Feb 2014 10:18:55 -0000 1.1
58 +++ ceph-0.67.7.ebuild 20 Jun 2014 07:30:52 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v 1.1 2014/02/20 10:18:55 dlan Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v 1.2 2014/06/20 07:30:52 dlan Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_6,2_7} )
67 @@ -123,7 +123,7 @@
68 newinitd "${T}/${PN}.initd" ${PN}
69 newconfd "${FILESDIR}/${PN}.confd" ${PN}
70
71 - _python_rewrite_shebang \
72 + python_fix_shebang \
73 "${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \
74 "${ED}"/usr/bin/{ceph,ceph-rest-api}
75
76
77
78
79 1.3 sys-cluster/ceph/ceph-0.80.1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?r1=1.2&r2=1.3
84
85 Index: ceph-0.80.1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- ceph-0.80.1.ebuild 25 May 2014 15:19:38 -0000 1.2
92 +++ ceph-0.80.1.ebuild 20 Jun 2014 07:30:52 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.2 2014/05/25 15:19:38 dlan Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.3 2014/06/20 07:30:52 dlan Exp $
98
99 EAPI=5
100 PYTHON_COMPAT=( python{2_6,2_7} )
101 @@ -127,7 +127,7 @@
102 newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
103 newconfd "${FILESDIR}/${PN}.confd-r1" ${PN}
104
105 - _python_rewrite_shebang \
106 + python_fix_shebang \
107 "${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \
108 "${ED}"/usr/bin/{ceph,ceph-rest-api}
109
110
111
112
113 1.52 sys-cluster/ceph/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.52&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.52&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.51&r2=1.52
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
122 retrieving revision 1.51
123 retrieving revision 1.52
124 diff -u -r1.51 -r1.52
125 --- ChangeLog 25 May 2014 15:19:38 -0000 1.51
126 +++ ChangeLog 20 Jun 2014 07:30:52 -0000 1.52
127 @@ -1,6 +1,10 @@
128 # ChangeLog for sys-cluster/ceph
129 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.51 2014/05/25 15:19:38 dlan Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.52 2014/06/20 07:30:52 dlan Exp $
132 +
133 + 20 Jun 2014; Yixun Lan <dlan@g.o> ceph-0.67.7.ebuild,
134 + ceph-0.72.2-r3.ebuild, ceph-0.80.1.ebuild:
135 + fix python shebang, bug 512148, thanks Stefan Junker
136
137 25 May 2014; Yixun Lan <dlan@g.o> ceph-0.80.1.ebuild:
138 fix bug #511124, thanks @reivzy