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 764C81382DE for ; Wed, 29 Jun 2016 22:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B344914088; 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 4D36514002 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 52331340E12 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 5C6652440 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.3aa6983b79db8e09f3b9d0d9f87774519800d7b5.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/corosync/corosync-1.3.0.ebuild sys-cluster/corosync/corosync-1.3.5.ebuild sys-cluster/corosync/corosync-1.4.7.ebuild sys-cluster/corosync/corosync-2.3.3.ebuild sys-cluster/corosync/corosync-2.3.4-r1.ebuild sys-cluster/corosync/corosync-2.3.5.ebuild X-VCS-Directories: sys-cluster/corosync/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 3aa6983b79db8e09f3b9d0d9f87774519800d7b5 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: 533453a9-1f4c-403c-9133-50d3fe5be1e6 X-Archives-Hash: c6122caa7fbbed0fb7c79d3de985edc2 commit: 3aa6983b79db8e09f3b9d0d9f87774519800d7b5 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 29 14:31:19 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=3aa6983b sys-cluster/corosync: adapt sys-infiniband to sys-fabric rename Package-Manager: portage-2.3.0_rc1 sys-cluster/corosync/corosync-1.3.0.ebuild | 6 +++--- sys-cluster/corosync/corosync-1.3.5.ebuild | 6 +++--- sys-cluster/corosync/corosync-1.4.7.ebuild | 6 +++--- sys-cluster/corosync/corosync-2.3.3.ebuild | 6 +++--- sys-cluster/corosync/corosync-2.3.4-r1.ebuild | 6 +++--- sys-cluster/corosync/corosync-2.3.5.ebuild | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/sys-cluster/corosync/corosync-1.3.0.ebuild b/sys-cluster/corosync/corosync-1.3.0.ebuild index c4f6f5c..2751b67 100644 --- a/sys-cluster/corosync/corosync-1.3.0.ebuild +++ b/sys-cluster/corosync/corosync-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,8 +18,8 @@ IUSE="doc infiniband ssl" RDEPEND="!sys-cluster/heartbeat ssl? ( dev-libs/nss ) infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm + sys-fabric/libibverbs + sys-fabric/librdmacm )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/sys-cluster/corosync/corosync-1.3.5.ebuild b/sys-cluster/corosync/corosync-1.3.5.ebuild index 42e345b..1ed7c8b 100644 --- a/sys-cluster/corosync/corosync-1.3.5.ebuild +++ b/sys-cluster/corosync/corosync-1.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,8 +18,8 @@ IUSE="doc infiniband ssl static-libs" RDEPEND="!sys-cluster/heartbeat ssl? ( dev-libs/nss ) infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm + sys-fabric/libibverbs + sys-fabric/librdmacm )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/sys-cluster/corosync/corosync-1.4.7.ebuild b/sys-cluster/corosync/corosync-1.4.7.ebuild index febbfd0..837684b 100644 --- a/sys-cluster/corosync/corosync-1.4.7.ebuild +++ b/sys-cluster/corosync/corosync-1.4.7.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$ @@ -20,8 +20,8 @@ IUSE="doc infiniband ssl static-libs" RDEPEND="!sys-cluster/heartbeat ssl? ( dev-libs/nss ) infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm + sys-fabric/libibverbs + sys-fabric/librdmacm )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/sys-cluster/corosync/corosync-2.3.3.ebuild b/sys-cluster/corosync/corosync-2.3.3.ebuild index 9051cd8..c004014 100644 --- a/sys-cluster/corosync/corosync-2.3.3.ebuild +++ b/sys-cluster/corosync/corosync-2.3.3.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$ @@ -25,8 +25,8 @@ IUSE="doc infiniband static-libs" # --enable-systemd : Install systemd service files RDEPEND="!sys-cluster/heartbeat infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm + sys-fabric/libibverbs + sys-fabric/librdmacm ) dev-libs/nss >=sys-cluster/libqb-0.14.4" diff --git a/sys-cluster/corosync/corosync-2.3.4-r1.ebuild b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild index b304437..893ba32 100644 --- a/sys-cluster/corosync/corosync-2.3.4-r1.ebuild +++ b/sys-cluster/corosync/corosync-2.3.4-r1.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,8 +25,8 @@ IUSE="doc infiniband static-libs" # --enable-systemd : Install systemd service files RDEPEND="!sys-cluster/heartbeat infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm + sys-fabric/libibverbs + sys-fabric/librdmacm ) dev-libs/nss >=sys-cluster/libqb-0.14.4" diff --git a/sys-cluster/corosync/corosync-2.3.5.ebuild b/sys-cluster/corosync/corosync-2.3.5.ebuild index f129d11..458c3f7 100644 --- a/sys-cluster/corosync/corosync-2.3.5.ebuild +++ b/sys-cluster/corosync/corosync-2.3.5.ebuild @@ -23,8 +23,8 @@ IUSE="doc infiniband static-libs systemd xml" # --enable-watchdog : Watchdog support RDEPEND="!sys-cluster/heartbeat infiniband? ( - sys-infiniband/libibverbs:* - sys-infiniband/librdmacm:* + sys-fabric/libibverbs:* + sys-fabric/librdmacm:* ) dev-libs/nss >=sys-cluster/libqb-0.14.4"