summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-01-15 13:45:32 +0000
committerYixun Lan <dlan@gentoo.org>2014-01-15 13:45:32 +0000
commit79394977f97296571c5256fe8bf236a0d7aac7d9 (patch)
tree7f649d110a8e7b618ffe5b984f6a5c3e18c4951e /sys-cluster
parentVersion bump. (diff)
downloadgentoo-2-79394977f97296571c5256fe8bf236a0d7aac7d9.tar.gz
gentoo-2-79394977f97296571c5256fe8bf236a0d7aac7d9.tar.bz2
gentoo-2-79394977f97296571c5256fe8bf236a0d7aac7d9.zip
fix python-r1 deps, thanks @jlec
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ceph/ChangeLog10
-rw-r--r--sys-cluster/ceph/ceph-0.67.5-r1.ebuild (renamed from sys-cluster/ceph/ceph-0.67.5.ebuild)4
-rw-r--r--sys-cluster/ceph/ceph-0.72.2-r1.ebuild (renamed from sys-cluster/ceph/ceph-0.72.2.ebuild)4
-rw-r--r--sys-cluster/ceph/ceph-9999.ebuild4
4 files changed, 18 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog
index 372b08b06949..57af714a13da 100644
--- a/sys-cluster/ceph/ChangeLog
+++ b/sys-cluster/ceph/ChangeLog
@@ -1,6 +1,14 @@
# 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.42 2014/01/15 08:21:14 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.43 2014/01/15 13:45:32 dlan Exp $
+
+*ceph-0.67.5-r1 (15 Jan 2014)
+*ceph-0.72.2-r1 (15 Jan 2014)
+
+ 15 Jan 2014; Yixun Lan <dlan@gentoo.org> +ceph-0.67.5-r1.ebuild,
+ +ceph-0.72.2-r1.ebuild, -ceph-0.67.5.ebuild, -ceph-0.72.2.ebuild,
+ ceph-9999.ebuild:
+ fix python-r1 deps, thanks @jlec
*ceph-0.67.5 (15 Jan 2014)
*ceph-0.72.2 (15 Jan 2014)
diff --git a/sys-cluster/ceph/ceph-0.67.5.ebuild b/sys-cluster/ceph/ceph-0.67.5-r1.ebuild
index bfadefc73694..fc737962bb7c 100644
--- a/sys-cluster/ceph/ceph-0.67.5.ebuild
+++ b/sys-cluster/ceph/ceph-0.67.5-r1.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.5.ebuild,v 1.1 2014/01/15 08:21:14 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.67.5-r1.ebuild,v 1.1 2014/01/15 13:45:32 dlan Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -56,11 +56,13 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
virtual/python-argparse[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
sys-fs/btrfs-progs"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
STRIP_MASK="/usr/lib*/rados-classes/*"
diff --git a/sys-cluster/ceph/ceph-0.72.2.ebuild b/sys-cluster/ceph/ceph-0.72.2-r1.ebuild
index 63a81bb0fc78..ca669592beba 100644
--- a/sys-cluster/ceph/ceph-0.72.2.ebuild
+++ b/sys-cluster/ceph/ceph-0.72.2-r1.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.ebuild,v 1.1 2014/01/15 08:21:14 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.72.2-r1.ebuild,v 1.1 2014/01/15 13:45:32 dlan Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -56,11 +56,13 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
virtual/python-argparse[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
sys-fs/btrfs-progs"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
STRIP_MASK="/usr/lib*/rados-classes/*"
diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild
index 752768997cde..c718537c1d7e 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.5 2014/01/15 08:21:14 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.6 2014/01/15 13:45:32 dlan Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -56,11 +56,13 @@ CDEPEND="
)
tcmalloc? ( dev-util/google-perftools )
virtual/python-argparse[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
sys-fs/btrfs-progs"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
STRIP_MASK="/usr/lib*/rados-classes/*"