diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:25:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:25:45 +0000 |
commit | 6f45618d12728551f80d0321901f807b26a5fe56 (patch) | |
tree | 4c9a6b8fe4a4739af64f49ed987af6f4198c9a32 /sys-cluster/ceph | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-6f45618d12728551f80d0321901f807b26a5fe56.tar.gz gentoo-2-6f45618d12728551f80d0321901f807b26a5fe56.tar.bz2 gentoo-2-6f45618d12728551f80d0321901f807b26a5fe56.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.67.10-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.67.9-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.80.5-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.80.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.80.8.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.80.9.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.87.1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-0.93.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-9999.ebuild | 6 |
10 files changed, 26 insertions, 20 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog index 9f6b44ad65af..61838b3f4f7b 100644 --- a/sys-cluster/ceph/ChangeLog +++ b/sys-cluster/ceph/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/ceph # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.69 2015/04/08 15:32:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.70 2015/04/08 18:25:44 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> ceph-0.67.10-r1.ebuild, + ceph-0.67.9-r1.ebuild, ceph-0.80.5-r1.ebuild, ceph-0.80.7-r1.ebuild, + ceph-0.80.8.ebuild, ceph-0.80.9.ebuild, ceph-0.87.1.ebuild, ceph-0.93.ebuild, + ceph-9999.ebuild: + Drop old Python implementations 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ceph-0.80.9.ebuild: Stable for amd64, wrt bug #544606 diff --git a/sys-cluster/ceph/ceph-0.67.10-r1.ebuild b/sys-cluster/ceph/ceph-0.67.10-r1.ebuild index 875e85953f66..c5e41ba230e9 100644 --- a/sys-cluster/ceph/ceph-0.67.10-r1.ebuild +++ b/sys-cluster/ceph/ceph-0.67.10-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.10-r1.ebuild,v 1.1 2015/03/02 13:39:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.10-r1.ebuild,v 1.2 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.67.9-r1.ebuild b/sys-cluster/ceph/ceph-0.67.9-r1.ebuild index 217b56fdf3a1..471b8b107cc2 100644 --- a/sys-cluster/ceph/ceph-0.67.9-r1.ebuild +++ b/sys-cluster/ceph/ceph-0.67.9-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.9-r1.ebuild,v 1.1 2015/03/02 13:39:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.9-r1.ebuild,v 1.2 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.80.5-r1.ebuild b/sys-cluster/ceph/ceph-0.80.5-r1.ebuild index dc313ed7b125..f79bb0c2afce 100644 --- a/sys-cluster/ceph/ceph-0.80.5-r1.ebuild +++ b/sys-cluster/ceph/ceph-0.80.5-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.5-r1.ebuild,v 1.1 2015/03/02 13:39:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.5-r1.ebuild,v 1.2 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.80.7-r1.ebuild b/sys-cluster/ceph/ceph-0.80.7-r1.ebuild index 59ddf0b817ba..c3fe38c9be2c 100644 --- a/sys-cluster/ceph/ceph-0.80.7-r1.ebuild +++ b/sys-cluster/ceph/ceph-0.80.7-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.7-r1.ebuild,v 1.1 2015/03/02 13:39:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.7-r1.ebuild,v 1.2 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.80.8.ebuild b/sys-cluster/ceph/ceph-0.80.8.ebuild index ecfea04772b7..91fc34f554d8 100644 --- a/sys-cluster/ceph/ceph-0.80.8.ebuild +++ b/sys-cluster/ceph/ceph-0.80.8.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.8.ebuild,v 1.1 2015/03/03 09:10:33 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.8.ebuild,v 1.2 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.80.9.ebuild b/sys-cluster/ceph/ceph-0.80.9.ebuild index c2b79ab9e67d..df71cdfe79da 100644 --- a/sys-cluster/ceph/ceph-0.80.9.ebuild +++ b/sys-cluster/ceph/ceph-0.80.9.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.9.ebuild,v 1.2 2015/04/08 15:32:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.9.ebuild,v 1.3 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.87.1.ebuild b/sys-cluster/ceph/ceph-0.87.1.ebuild index d496d0e2ff4a..22709feb89e8 100644 --- a/sys-cluster/ceph/ceph-0.87.1.ebuild +++ b/sys-cluster/ceph/ceph-0.87.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.87.1.ebuild,v 1.2 2015/03/05 21:24:30 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.87.1.ebuild,v 1.3 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-0.93.ebuild b/sys-cluster/ceph/ceph-0.93.ebuild index 294150bc7ebf..fbc90e057d42 100644 --- a/sys-cluster/ceph/ceph-0.93.ebuild +++ b/sys-cluster/ceph/ceph-0.93.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.93.ebuild,v 1.1 2015/03/03 09:10:33 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.93.ebuild,v 1.2 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild index 9c8ae0023692..a4142a398510 100644 --- a/sys-cluster/ceph/ceph-9999.ebuild +++ b/sys-cluster/ceph/ceph-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.14 2014/09/24 13:45:35 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.15 2015/04/08 18:25:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 |