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/glusterfs/
Date: Wed, 29 Jun 2016 22:33:36
Message-Id: 1467239475.465e34a897af13e0185e553717c0d73930398152.alexxy@gentoo
1 commit: 465e34a897af13e0185e553717c0d73930398152
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 14:33:00 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=465e34a8
7
8 sys-cluster/glusterfs: adapt sys-infiniband to sys-fabric rename
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-cluster/glusterfs/glusterfs-3.1.2.ebuild | 4 ++--
13 sys-cluster/glusterfs/glusterfs-3.5.4.ebuild | 4 ++--
14 sys-cluster/glusterfs/glusterfs-3.6.5.ebuild | 4 ++--
15 sys-cluster/glusterfs/glusterfs-3.7.4.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild
19 index 54d4b24..2c8b8ca 100644
20 --- a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild
21 +++ b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -17,7 +17,7 @@ IUSE="emacs extras +fuse infiniband static-libs vim-syntax"
29
30 RDEPEND="emacs? ( virtual/emacs )
31 fuse? ( >=sys-fs/fuse-2.7.0 )
32 - infiniband? ( sys-infiniband/libibverbs )"
33 + infiniband? ( sys-fabric/libibverbs )"
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig
36 sys-devel/bison
37
38 diff --git a/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild
39 index ad162ac..c5049f0 100644
40 --- a/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild
41 +++ b/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2016 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -25,7 +25,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 )
49 emacs? ( virtual/emacs )
50 fuse? ( >=sys-fs/fuse-2.7.0 )
51 georeplication? ( ${PYTHON_DEPS} )
52 - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* )
53 + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* )
54 qemu-block? ( dev-libs/glib:2 )
55 systemtap? ( dev-util/systemtap )
56 xml? ( dev-libs/libxml2 )
57
58 diff --git a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
59 index c159fda..5bbda14 100644
60 --- a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
61 +++ b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2016 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Id$
67
68 @@ -25,7 +25,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 )
69 emacs? ( virtual/emacs )
70 fuse? ( >=sys-fs/fuse-2.7.0 )
71 georeplication? ( ${PYTHON_DEPS} )
72 - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* )
73 + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* )
74 qemu-block? ( dev-libs/glib:2 )
75 systemtap? ( dev-util/systemtap )
76 xml? ( dev-libs/libxml2 )
77
78 diff --git a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild
79 index f06736f..9d3073a 100644
80 --- a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild
81 +++ b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 +# Copyright 1999-2016 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Id$
87
88 @@ -29,7 +29,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 )
89 emacs? ( virtual/emacs )
90 fuse? ( >=sys-fs/fuse-2.7.0 )
91 georeplication? ( ${PYTHON_DEPS} )
92 - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* )
93 + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* )
94 qemu-block? ( dev-libs/glib:2 )
95 systemtap? ( dev-util/systemtap )
96 tiering? ( dev-db/sqlite:3 )