From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 299341382DE for ; Wed, 29 Jun 2016 22:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D5514040; Wed, 29 Jun 2016 22:33:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FBDD14010 for ; Wed, 29 Jun 2016 22:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64C0E340E11 for ; Wed, 29 Jun 2016 22:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E6A02441 for ; Wed, 29 Jun 2016 22:33:25 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1467239475.465e34a897af13e0185e553717c0d73930398152.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-3.1.2.ebuild sys-cluster/glusterfs/glusterfs-3.5.4.ebuild sys-cluster/glusterfs/glusterfs-3.6.5.ebuild sys-cluster/glusterfs/glusterfs-3.7.4.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 465e34a897af13e0185e553717c0d73930398152 X-VCS-Branch: master Date: Wed, 29 Jun 2016 22:33:25 +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: 1ea98b9e-a378-4442-a966-c376d6800295 X-Archives-Hash: 4b6d4fd54292d1e330c738ad412eb1c4 commit: 465e34a897af13e0185e553717c0d73930398152 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 29 14:33:00 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jun 29 22:31:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465e34a8 sys-cluster/glusterfs: adapt sys-infiniband to sys-fabric rename Package-Manager: portage-2.3.0_rc1 sys-cluster/glusterfs/glusterfs-3.1.2.ebuild | 4 ++-- sys-cluster/glusterfs/glusterfs-3.5.4.ebuild | 4 ++-- sys-cluster/glusterfs/glusterfs-3.6.5.ebuild | 4 ++-- sys-cluster/glusterfs/glusterfs-3.7.4.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild index 54d4b24..2c8b8ca 100644 --- a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="emacs extras +fuse infiniband static-libs vim-syntax" RDEPEND="emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) - infiniband? ( sys-infiniband/libibverbs )" + infiniband? ( sys-fabric/libibverbs )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/bison diff --git a/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild index ad162ac..c5049f0 100644 --- a/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* ) + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) xml? ( dev-libs/libxml2 ) diff --git a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild index c159fda..5bbda14 100644 --- a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* ) + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) xml? ( dev-libs/libxml2 ) diff --git a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild index f06736f..9d3073a 100644 --- a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* ) + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) tiering? ( dev-db/sqlite:3 )