dlan        14/06/20 07:30:52

  Modified:             ceph-0.72.2-r3.ebuild ceph-0.67.7.ebuild
                        ceph-0.80.1.ebuild ChangeLog
  Log:
  fix python shebang, bug 512148, thanks Stefan Junker
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.2                  sys-cluster/ceph/ceph-0.72.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild?rev=1.2&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild?r1=1.1&r2=1.2

Index: ceph-0.72.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph-0.72.2-r3.ebuild       20 Feb 2014 10:18:55 -0000      1.1
+++ ceph-0.72.2-r3.ebuild       20 Jun 2014 07:30:52 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -124,7 +124,7 @@
        newinitd "${T}/${PN}.initd" ${PN}
        newconfd "${FILESDIR}/${PN}.confd" ${PN}
 
-       _python_rewrite_shebang \
+       python_fix_shebang \
                "${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \
                "${ED}"/usr/bin/{ceph,ceph-rest-api}
 



1.2                  sys-cluster/ceph/ceph-0.67.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild?r1=1.1&r2=1.2

Index: ceph-0.67.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph-0.67.7.ebuild  20 Feb 2014 10:18:55 -0000      1.1
+++ ceph-0.67.7.ebuild  20 Jun 2014 07:30:52 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v 1.1 
2014/02/20 10:18:55 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v 1.2 
2014/06/20 07:30:52 dlan Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -123,7 +123,7 @@
        newinitd "${T}/${PN}.initd" ${PN}
        newconfd "${FILESDIR}/${PN}.confd" ${PN}
 
-       _python_rewrite_shebang \
+       python_fix_shebang \
                "${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \
                "${ED}"/usr/bin/{ceph,ceph-rest-api}
 



1.3                  sys-cluster/ceph/ceph-0.80.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild?r1=1.2&r2=1.3

Index: ceph-0.80.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ceph-0.80.1.ebuild  25 May 2014 15:19:38 -0000      1.2
+++ ceph-0.80.1.ebuild  20 Jun 2014 07:30:52 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.2 
2014/05/25 15:19:38 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.3 
2014/06/20 07:30:52 dlan Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -127,7 +127,7 @@
        newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
        newconfd "${FILESDIR}/${PN}.confd-r1" ${PN}
 
-       _python_rewrite_shebang \
+       python_fix_shebang \
                "${ED}"/usr/sbin/{ceph-disk,ceph-create-keys} \
                "${ED}"/usr/bin/{ceph,ceph-rest-api}
 



1.52                 sys-cluster/ceph/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   25 May 2014 15:19:38 -0000      1.51
+++ ChangeLog   20 Jun 2014 07:30:52 -0000      1.52
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/ceph
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.51 
2014/05/25 15:19:38 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.52 
2014/06/20 07:30:52 dlan Exp $
+
+  20 Jun 2014; Yixun Lan <[email protected]> ceph-0.67.7.ebuild,
+  ceph-0.72.2-r3.ebuild, ceph-0.80.1.ebuild:
+  fix python shebang, bug 512148, thanks Stefan Junker
 
   25 May 2014; Yixun Lan <[email protected]> ceph-0.80.1.ebuild:
   fix bug #511124, thanks @reivzy




Reply via email to