summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:56:17 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:56:17 +0000
commit5a223489f8b83d0f4408f02743736f99c06b73c6 (patch)
tree08a5a24b1c531f368771aa86e4615f97d89be9a9 /sys-cluster
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-5a223489f8b83d0f4408f02743736f99c06b73c6.tar.gz
gentoo-2-5a223489f8b83d0f4408f02743736f99c06b73c6.tar.bz2
gentoo-2-5a223489f8b83d0f4408f02743736f99c06b73c6.zip
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ceph/ChangeLog7
-rw-r--r--sys-cluster/ceph/ceph-0.67.7.ebuild3
-rw-r--r--sys-cluster/ceph/ceph-0.72.2-r3.ebuild3
-rw-r--r--sys-cluster/ceph/ceph-0.80.1.ebuild3
-rw-r--r--sys-cluster/ceph/ceph-9999.ebuild3
5 files changed, 10 insertions, 9 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog
index cc356688713d..532471e78ae4 100644
--- a/sys-cluster/ceph/ChangeLog
+++ b/sys-cluster/ceph/ChangeLog
@@ -1,6 +1,11 @@
# 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.52 2014/06/20 07:30:52 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.53 2014/07/06 12:56:17 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> ceph-0.67.7.ebuild,
+ ceph-0.72.2-r3.ebuild, ceph-0.80.1.ebuild, ceph-9999.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
20 Jun 2014; Yixun Lan <dlan@gentoo.org> ceph-0.67.7.ebuild,
ceph-0.72.2-r3.ebuild, ceph-0.80.1.ebuild:
diff --git a/sys-cluster/ceph/ceph-0.67.7.ebuild b/sys-cluster/ceph/ceph-0.67.7.ebuild
index c3f05ce7c66f..516f955ede0f 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.2 2014/06/20 07:30:52 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.7.ebuild,v 1.3 2014/07/06 12:56:17 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -52,7 +52,6 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
$(python_gen_any_dep '
- virtual/python-argparse[${PYTHON_USEDEP}]
' )
${PYTHON_DEPS}
"
diff --git a/sys-cluster/ceph/ceph-0.72.2-r3.ebuild b/sys-cluster/ceph/ceph-0.72.2-r3.ebuild
index a8879a37df97..fe171bc733a0 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.2 2014/06/20 07:30:52 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r3.ebuild,v 1.3 2014/07/06 12:56:17 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -52,7 +52,6 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
$(python_gen_any_dep '
- virtual/python-argparse[${PYTHON_USEDEP}]
' )
${PYTHON_DEPS}
"
diff --git a/sys-cluster/ceph/ceph-0.80.1.ebuild b/sys-cluster/ceph/ceph-0.80.1.ebuild
index eff07a868da3..74672e1d20c0 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.3 2014/06/20 07:30:52 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.4 2014/07/06 12:56:17 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -54,7 +54,6 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
$(python_gen_any_dep '
- virtual/python-argparse[${PYTHON_USEDEP}]
' )
${PYTHON_DEPS}
"
diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild
index 045d94161e3f..64e98121ef7a 100644
--- a/sys-cluster/ceph/ceph-9999.ebuild
+++ b/sys-cluster/ceph/ceph-9999.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-9999.ebuild,v 1.10 2014/05/21 07:43:23 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.11 2014/07/06 12:56:17 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -54,7 +54,6 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
$(python_gen_any_dep '
- virtual/python-argparse[${PYTHON_USEDEP}]
' )
${PYTHON_DEPS}
"