Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Sun, 25 Nov 2018 20:28:47
Message-Id: 1543177707.0d258f50eabca445425b7a0bdba80a3b0229bef6.ultrabug@gentoo
1 commit: 0d258f50eabca445425b7a0bdba80a3b0229bef6
2 Author: Eugene Bright <eugene <AT> bright <DOT> gdn>
3 AuthorDate: Sun Oct 28 11:01:01 2018 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 20:28:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d258f50
7
8 sys-cluster/glusterfs-{4.1.5,9999}: make IUSE and inherit ugly again
9
10 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
11
12 sys-cluster/glusterfs/glusterfs-4.1.5.ebuild | 29 ++--------------------------
13 sys-cluster/glusterfs/glusterfs-9999.ebuild | 29 ++--------------------------
14 2 files changed, 4 insertions(+), 54 deletions(-)
15
16 diff --git a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild
17 index 94f9a780020..9110a2d46e7 100644
18 --- a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild
19 +++ b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild
20 @@ -5,11 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python2_7 )
23
24 -inherit autotools
25 -inherit elisp-common
26 -inherit python-single-r1
27 -inherit systemd
28 -inherit user
29 +inherit autotools elisp-common python-single-r1 systemd user
30
31 if [[ ${PV#9999} != ${PV} ]]; then
32 inherit git-r3
33 @@ -24,28 +20,7 @@ HOMEPAGE="https://www.gluster.org/"
34
35 LICENSE="|| ( GPL-2 LGPL-3+ )"
36 SLOT="0"
37 -IUSE="
38 - bd-xlator
39 - crypt-xlator
40 - debug
41 - emacs
42 - +fuse
43 - +georeplication
44 - glupy
45 - infiniband
46 - ipv6
47 - libressl
48 - +libtirpc
49 - qemu-block
50 - rsyslog
51 - static-libs
52 - +syslog
53 - systemtap
54 - test
55 - +tiering
56 - vim-syntax
57 - +xml
58 -"
59 +IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy infiniband ipv6 libressl +libtirpc qemu-block rsyslog static-libs +syslog systemtap test +tiering vim-syntax +xml"
60
61 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )
62 glupy? ( ${PYTHON_REQUIRED_USE} )
63
64 diff --git a/sys-cluster/glusterfs/glusterfs-9999.ebuild b/sys-cluster/glusterfs/glusterfs-9999.ebuild
65 index 94f9a780020..9110a2d46e7 100644
66 --- a/sys-cluster/glusterfs/glusterfs-9999.ebuild
67 +++ b/sys-cluster/glusterfs/glusterfs-9999.ebuild
68 @@ -5,11 +5,7 @@ EAPI=7
69
70 PYTHON_COMPAT=( python2_7 )
71
72 -inherit autotools
73 -inherit elisp-common
74 -inherit python-single-r1
75 -inherit systemd
76 -inherit user
77 +inherit autotools elisp-common python-single-r1 systemd user
78
79 if [[ ${PV#9999} != ${PV} ]]; then
80 inherit git-r3
81 @@ -24,28 +20,7 @@ HOMEPAGE="https://www.gluster.org/"
82
83 LICENSE="|| ( GPL-2 LGPL-3+ )"
84 SLOT="0"
85 -IUSE="
86 - bd-xlator
87 - crypt-xlator
88 - debug
89 - emacs
90 - +fuse
91 - +georeplication
92 - glupy
93 - infiniband
94 - ipv6
95 - libressl
96 - +libtirpc
97 - qemu-block
98 - rsyslog
99 - static-libs
100 - +syslog
101 - systemtap
102 - test
103 - +tiering
104 - vim-syntax
105 - +xml
106 -"
107 +IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy infiniband ipv6 libressl +libtirpc qemu-block rsyslog static-libs +syslog systemtap test +tiering vim-syntax +xml"
108
109 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )
110 glupy? ( ${PYTHON_REQUIRED_USE} )