summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-08-06 14:29:01 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2012-08-06 14:29:01 +0000
commitb7003f1f0d4860b3e53761b1f70c005927bc3dd0 (patch)
treeb38c5e4a256626ea4b2884ac45908a62407be560 /sys-cluster
parentStable arm, bug #429052 (diff)
downloadgentoo-2-b7003f1f0d4860b3e53761b1f70c005927bc3dd0.tar.gz
gentoo-2-b7003f1f0d4860b3e53761b1f70c005927bc3dd0.tar.bz2
gentoo-2-b7003f1f0d4860b3e53761b1f70c005927bc3dd0.zip
[sys-cluster/ceph] Add missing dep as per Paweł Wojtal request
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ceph/ChangeLog6
-rw-r--r--sys-cluster/ceph/ceph-0.48.ebuild5
-rw-r--r--sys-cluster/ceph/ceph-0.49.ebuild3
3 files changed, 11 insertions, 3 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog
index 2e3125627450..1f0043d92464 100644
--- a/sys-cluster/ceph/ChangeLog
+++ b/sys-cluster/ceph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/ceph
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.24 2012/08/04 10:31:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.25 2012/08/06 14:29:01 alexxy Exp $
+
+ 06 Aug 2012; Alexey Shvetsov <alexxy@gentoo.org> ceph-0.48.ebuild,
+ ceph-0.49.ebuild:
+ [sys-cluster/ceph] Add missing dep as per Paweł Wojtal request
*ceph-0.48 (04 Aug 2012)
diff --git a/sys-cluster/ceph/ceph-0.48.ebuild b/sys-cluster/ceph/ceph-0.48.ebuild
index 7db665669e1a..5106707b1948 100644
--- a/sys-cluster/ceph/ceph-0.48.ebuild
+++ b/sys-cluster/ceph/ceph-0.48.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild,v 1.1 2012/08/04 10:31:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.48.ebuild,v 1.2 2012/08/06 14:29:01 alexxy Exp $
EAPI=4
@@ -32,6 +32,7 @@ CDEPEND="
radosgw? (
dev-libs/fcgi
dev-libs/expat
+ net-misc/curl
)
tcmalloc? ( dev-util/google-perftools )
"
@@ -42,6 +43,8 @@ RDEPEND="${CDEPEND}
STRIP_MASK="/usr/lib*/rados-classes/*"
+S="${WORKDIR}/${P}argonaut"
+
src_prepare() {
sed -e 's:invoke-rc\.d.*:/etc/init.d/ceph reload >/dev/null:' \
-i src/logrotate.conf || die
diff --git a/sys-cluster/ceph/ceph-0.49.ebuild b/sys-cluster/ceph/ceph-0.49.ebuild
index f3373af5d4a0..8c612386858e 100644
--- a/sys-cluster/ceph/ceph-0.49.ebuild
+++ b/sys-cluster/ceph/ceph-0.49.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild,v 1.1 2012/08/04 10:23:37 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.49.ebuild,v 1.2 2012/08/06 14:29:01 alexxy Exp $
EAPI=4
@@ -32,6 +32,7 @@ CDEPEND="
radosgw? (
dev-libs/fcgi
dev-libs/expat
+ net-misc/curl
)
tcmalloc? ( dev-util/google-perftools )
"