diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-06-20 07:30:52 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-06-20 07:30:52 +0000 |
commit | 1310814343846712c219536c243990957a3368fc (patch) | |
tree | 4972df7289b4d4330dfdb5ebcc174192afd2abc9 /sys-cluster/ceph | |
parent | Version bump. (diff) | |
download | gentoo-2-1310814343846712c219536c243990957a3368fc.tar.gz gentoo-2-1310814343846712c219536c243990957a3368fc.tar.bz2 gentoo-2-1310814343846712c219536c243990957a3368fc.zip |
fix python shebang, bug 512148, thanks Stefan Junker
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.67.7.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.72.2-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.80.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog index 68d9d088dd7b..cc356688713d 100644 --- a/sys-cluster/ceph/ChangeLog +++ b/sys-cluster/ceph/ChangeLog @@ -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 <dlan@gentoo.org> 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 <dlan@gentoo.org> ceph-0.80.1.ebuild: fix bug #511124, thanks @reivzy diff --git a/sys-cluster/ceph/ceph-0.67.7.ebuild b/sys-cluster/ceph/ceph-0.67.7.ebuild index 95be1f9a988c..c3f05ce7c66f 100644 --- a/sys-cluster/ceph/ceph-0.67.7.ebuild +++ b/sys-cluster/ceph/ceph-0.67.7.ebuild @@ -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 @@ src_install() { 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} diff --git a/sys-cluster/ceph/ceph-0.72.2-r3.ebuild b/sys-cluster/ceph/ceph-0.72.2-r3.ebuild index cef4fc458b13..a8879a37df97 100644 --- a/sys-cluster/ceph/ceph-0.72.2-r3.ebuild +++ b/sys-cluster/ceph/ceph-0.72.2-r3.ebuild @@ -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 @@ src_install() { 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} diff --git a/sys-cluster/ceph/ceph-0.80.1.ebuild b/sys-cluster/ceph/ceph-0.80.1.ebuild index 676501462a33..eff07a868da3 100644 --- a/sys-cluster/ceph/ceph-0.80.1.ebuild +++ b/sys-cluster/ceph/ceph-0.80.1.ebuild @@ -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 @@ src_install() { 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} |