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 DDF55138CBD for ; Fri, 13 Mar 2015 03:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 792D4E0848; Fri, 13 Mar 2015 03:33:21 +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 CF6C1E0848 for ; Fri, 13 Mar 2015 03:33:20 +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 79118340AC5 for ; Fri, 13 Mar 2015 03:33:19 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2354) id 2817513A34; Fri, 13 Mar 2015 03:33:12 +0000 (UTC) From: "Yixun Lan (dlan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dlan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph: ChangeLog ceph-0.80.9.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog ceph-0.80.9.ebuild X-VCS-Directories: sys-cluster/ceph X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150313033313.2817513A34@oystercatcher.gentoo.org> Date: Fri, 13 Mar 2015 03:33:12 +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: e060b375-67df-449a-ab8a-cd10ab62248e X-Archives-Hash: 11db109497890b1d748c57a9139cd4a2 dlan 15/03/13 03:33:12 Modified: ChangeLog Added: ceph-0.80.9.ebuild Log: version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision Changes Path 1.68 sys-cluster/ceph/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 5 Mar 2015 21:24:30 -0000 1.67 +++ ChangeLog 13 Mar 2015 03:33:12 -0000 1.68 @@ -1,6 +1,11 @@ # 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.67 2015/03/05 21:24:30 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.68 2015/03/13 03:33:12 dlan Exp $ + +*ceph-0.80.9 (13 Mar 2015) + + 13 Mar 2015; Yixun Lan +ceph-0.80.9.ebuild: + version bump 05 Mar 2015; Yixun Lan ceph-0.87.1.ebuild, +files/ceph-0.87.1-glibc-2.20.patch: 1.1 sys-cluster/ceph/ceph-0.80.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.80.9.ebuild?rev=1.1&content-type=text/plain Index: ceph-0.80.9.ebuild =================================================================== # 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.1 2015/03/13 03:33:12 dlan Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) if [[ $PV = *9999* ]]; then scm_eclass=git-r3 EGIT_REPO_URI=" git://github.com/ceph/ceph.git https://github.com/ceph/ceph.git" SRC_URI="" KEYWORDS="" else SRC_URI="http://ceph.com/download/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" fi inherit autotools eutils multilib python-any-r1 udev readme.gentoo ${scm_eclass} DESCRIPTION="Ceph distributed filesystem" HOMEPAGE="http://ceph.com/" LICENSE="LGPL-2.1" SLOT="0" IUSE="cryptopp debug fuse gtk libatomic +libaio +nss radosgw static-libs tcmalloc xfs zfs" CDEPEND=" app-arch/snappy