Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/corosync/
Date: Wed, 29 Jun 2016 22:33:38
Message-Id: 1467239475.3aa6983b79db8e09f3b9d0d9f87774519800d7b5.alexxy@gentoo
1 commit: 3aa6983b79db8e09f3b9d0d9f87774519800d7b5
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 14:31:19 2016 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 22:31:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa6983b
7
8 sys-cluster/corosync: adapt sys-infiniband to sys-fabric rename
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-cluster/corosync/corosync-1.3.0.ebuild | 6 +++---
13 sys-cluster/corosync/corosync-1.3.5.ebuild | 6 +++---
14 sys-cluster/corosync/corosync-1.4.7.ebuild | 6 +++---
15 sys-cluster/corosync/corosync-2.3.3.ebuild | 6 +++---
16 sys-cluster/corosync/corosync-2.3.4-r1.ebuild | 6 +++---
17 sys-cluster/corosync/corosync-2.3.5.ebuild | 4 ++--
18 6 files changed, 17 insertions(+), 17 deletions(-)
19
20 diff --git a/sys-cluster/corosync/corosync-1.3.0.ebuild b/sys-cluster/corosync/corosync-1.3.0.ebuild
21 index c4f6f5c..2751b67 100644
22 --- a/sys-cluster/corosync/corosync-1.3.0.ebuild
23 +++ b/sys-cluster/corosync/corosync-1.3.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -18,8 +18,8 @@ IUSE="doc infiniband ssl"
31 RDEPEND="!sys-cluster/heartbeat
32 ssl? ( dev-libs/nss )
33 infiniband? (
34 - sys-infiniband/libibverbs
35 - sys-infiniband/librdmacm
36 + sys-fabric/libibverbs
37 + sys-fabric/librdmacm
38 )"
39 DEPEND="${RDEPEND}
40 virtual/pkgconfig
41
42 diff --git a/sys-cluster/corosync/corosync-1.3.5.ebuild b/sys-cluster/corosync/corosync-1.3.5.ebuild
43 index 42e345b..1ed7c8b 100644
44 --- a/sys-cluster/corosync/corosync-1.3.5.ebuild
45 +++ b/sys-cluster/corosync/corosync-1.3.5.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2012 Gentoo Foundation
48 +# Copyright 1999-2016 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 @@ -18,8 +18,8 @@ IUSE="doc infiniband ssl static-libs"
53 RDEPEND="!sys-cluster/heartbeat
54 ssl? ( dev-libs/nss )
55 infiniband? (
56 - sys-infiniband/libibverbs
57 - sys-infiniband/librdmacm
58 + sys-fabric/libibverbs
59 + sys-fabric/librdmacm
60 )"
61 DEPEND="${RDEPEND}
62 virtual/pkgconfig
63
64 diff --git a/sys-cluster/corosync/corosync-1.4.7.ebuild b/sys-cluster/corosync/corosync-1.4.7.ebuild
65 index febbfd0..837684b 100644
66 --- a/sys-cluster/corosync/corosync-1.4.7.ebuild
67 +++ b/sys-cluster/corosync/corosync-1.4.7.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2016 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Id$
73
74 @@ -20,8 +20,8 @@ IUSE="doc infiniband ssl static-libs"
75 RDEPEND="!sys-cluster/heartbeat
76 ssl? ( dev-libs/nss )
77 infiniband? (
78 - sys-infiniband/libibverbs
79 - sys-infiniband/librdmacm
80 + sys-fabric/libibverbs
81 + sys-fabric/librdmacm
82 )"
83 DEPEND="${RDEPEND}
84 virtual/pkgconfig
85
86 diff --git a/sys-cluster/corosync/corosync-2.3.3.ebuild b/sys-cluster/corosync/corosync-2.3.3.ebuild
87 index 9051cd8..c004014 100644
88 --- a/sys-cluster/corosync/corosync-2.3.3.ebuild
89 +++ b/sys-cluster/corosync/corosync-2.3.3.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 +# Copyright 1999-2016 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Id$
95
96 @@ -25,8 +25,8 @@ IUSE="doc infiniband static-libs"
97 # --enable-systemd : Install systemd service files
98 RDEPEND="!sys-cluster/heartbeat
99 infiniband? (
100 - sys-infiniband/libibverbs
101 - sys-infiniband/librdmacm
102 + sys-fabric/libibverbs
103 + sys-fabric/librdmacm
104 )
105 dev-libs/nss
106 >=sys-cluster/libqb-0.14.4"
107
108 diff --git a/sys-cluster/corosync/corosync-2.3.4-r1.ebuild b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild
109 index b304437..893ba32 100644
110 --- a/sys-cluster/corosync/corosync-2.3.4-r1.ebuild
111 +++ b/sys-cluster/corosync/corosync-2.3.4-r1.ebuild
112 @@ -1,4 +1,4 @@
113 -# Copyright 1999-2015 Gentoo Foundation
114 +# Copyright 1999-2016 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Id$
117
118 @@ -25,8 +25,8 @@ IUSE="doc infiniband static-libs"
119 # --enable-systemd : Install systemd service files
120 RDEPEND="!sys-cluster/heartbeat
121 infiniband? (
122 - sys-infiniband/libibverbs
123 - sys-infiniband/librdmacm
124 + sys-fabric/libibverbs
125 + sys-fabric/librdmacm
126 )
127 dev-libs/nss
128 >=sys-cluster/libqb-0.14.4"
129
130 diff --git a/sys-cluster/corosync/corosync-2.3.5.ebuild b/sys-cluster/corosync/corosync-2.3.5.ebuild
131 index f129d11..458c3f7 100644
132 --- a/sys-cluster/corosync/corosync-2.3.5.ebuild
133 +++ b/sys-cluster/corosync/corosync-2.3.5.ebuild
134 @@ -23,8 +23,8 @@ IUSE="doc infiniband static-libs systemd xml"
135 # --enable-watchdog : Watchdog support
136 RDEPEND="!sys-cluster/heartbeat
137 infiniband? (
138 - sys-infiniband/libibverbs:*
139 - sys-infiniband/librdmacm:*
140 + sys-fabric/libibverbs:*
141 + sys-fabric/librdmacm:*
142 )
143 dev-libs/nss
144 >=sys-cluster/libqb-0.14.4"