From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87F6113888F for ; Tue, 20 Oct 2015 09:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 138E221C002; Tue, 20 Oct 2015 09:56:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC65621C002 for ; Tue, 20 Oct 2015 09:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CAD53407D7 for ; Tue, 20 Oct 2015 09:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6361613C8 for ; Tue, 20 Oct 2015 09:56:31 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1445334407.80f80ef707fb22391145fb419549e865a98385ae.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-0.94.3-r1.ebuild sys-cluster/ceph/metadata.xml X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 80f80ef707fb22391145fb419549e865a98385ae X-VCS-Branch: master Date: Tue, 20 Oct 2015 09:56:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfc1df22-0f06-4a22-994d-ad037588616f X-Archives-Hash: 92ed8b73f8750e63c90eba74804b08dd commit: 80f80ef707fb22391145fb419549e865a98385ae Author: Yixun Lan gentoo org> AuthorDate: Tue Oct 20 09:46:19 2015 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Oct 20 09:46:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f80ef7 sys-cluster/ceph: restrict disk space requirement to 1G tested with USE="babeltrace debug fuse gtk libaio libatomic lttng nss radosgw static-libs tcmalloc xfs zfs -cryptopp -jemalloc" require no more than 1G disk space Package-Manager: portage-2.2.23 sys-cluster/ceph/ceph-0.94.3-r1.ebuild | 2 +- sys-cluster/ceph/metadata.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-0.94.3-r1.ebuild b/sys-cluster/ceph/ceph-0.94.3-r1.ebuild index 36be3f5..289517c 100644 --- a/sys-cluster/ceph/ceph-0.94.3-r1.ebuild +++ b/sys-cluster/ceph/ceph-0.94.3-r1.ebuild @@ -75,7 +75,7 @@ STRIP_MASK="/usr/lib*/rados-classes/*" PATCHES=( "${FILESDIR}"/${PN}-0.79-libzfs.patch ) -CHECKREQS_DISK_BUILD="12G" +CHECKREQS_DISK_BUILD="1G" pkg_setup() { python_setup diff --git a/sys-cluster/ceph/metadata.xml b/sys-cluster/ceph/metadata.xml index f347d5e..3d82223 100644 --- a/sys-cluster/ceph/metadata.xml +++ b/sys-cluster/ceph/metadata.xml @@ -6,6 +6,8 @@ chutzpah@gentoo.org Patrick McLean Co Maintainer + + dlan@gentoo.org Yixun Lan Co Maintainer