Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/
Date: Fri, 30 Apr 2021 09:17:47
Message-Id: 1619774258.8b59ce00d3e577da6ec57516c36033e6070b43de.zlogene@gentoo
1 commit: 8b59ce00d3e577da6ec57516c36033e6070b43de
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 09:08:19 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 09:17:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b59ce00
7
8 sys-cluster/glusterfs: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-cluster/glusterfs/glusterfs-7.9.ebuild | 5 ++---
14 sys-cluster/glusterfs/glusterfs-8.3.ebuild | 5 ++---
15 sys-cluster/glusterfs/glusterfs-8.4.ebuild | 5 ++---
16 sys-cluster/glusterfs/glusterfs-9.0.ebuild | 5 ++---
17 sys-cluster/glusterfs/glusterfs-9.1.ebuild | 5 ++---
18 5 files changed, 10 insertions(+), 15 deletions(-)
19
20 diff --git a/sys-cluster/glusterfs/glusterfs-7.9.ebuild b/sys-cluster/glusterfs/glusterfs-7.9.ebuild
21 index 84f522b78c8..606d9b72d06 100644
22 --- a/sys-cluster/glusterfs/glusterfs-7.9.ebuild
23 +++ b/sys-cluster/glusterfs/glusterfs-7.9.ebuild
24 @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"
25
26 LICENSE="|| ( GPL-2 LGPL-3+ )"
27 SLOT="0/${PV%%.*}"
28 -IUSE="debug emacs +fuse +georeplication infiniband ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml"
29 +IUSE="debug emacs +fuse +georeplication infiniband ipv6 +libtirpc rsyslog static-libs +syslog test +xml"
30
31 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )
32 ipv6? ( libtirpc )"
33 @@ -40,8 +40,7 @@ RDEPEND="
34 !elibc_glibc? ( sys-libs/argp-standalone )
35 libtirpc? ( net-libs/libtirpc:= )
36 !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
37 - !libressl? ( dev-libs/openssl:=[-bindist] )
38 - libressl? ( dev-libs/libressl:= )
39 + dev-libs/openssl:=[-bindist]
40 "
41 DEPEND="
42 ${RDEPEND}
43
44 diff --git a/sys-cluster/glusterfs/glusterfs-8.3.ebuild b/sys-cluster/glusterfs/glusterfs-8.3.ebuild
45 index 7781fd95707..eb0826d3213 100644
46 --- a/sys-cluster/glusterfs/glusterfs-8.3.ebuild
47 +++ b/sys-cluster/glusterfs/glusterfs-8.3.ebuild
48 @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"
49
50 LICENSE="|| ( GPL-2 LGPL-3+ )"
51 SLOT="0/${PV%%.*}"
52 -IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml"
53 +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"
54
55 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml )
56 ipv6? ( libtirpc )"
57 @@ -39,8 +39,7 @@ RDEPEND="
58 !elibc_glibc? ( sys-libs/argp-standalone )
59 libtirpc? ( net-libs/libtirpc:= )
60 !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
61 - !libressl? ( dev-libs/openssl:=[-bindist] )
62 - libressl? ( dev-libs/libressl:= )
63 + dev-libs/openssl:=[-bindist]
64 "
65 DEPEND="
66 ${RDEPEND}
67
68 diff --git a/sys-cluster/glusterfs/glusterfs-8.4.ebuild b/sys-cluster/glusterfs/glusterfs-8.4.ebuild
69 index 447c689852d..a95eb88996f 100644
70 --- a/sys-cluster/glusterfs/glusterfs-8.4.ebuild
71 +++ b/sys-cluster/glusterfs/glusterfs-8.4.ebuild
72 @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"
73
74 LICENSE="|| ( GPL-2 LGPL-3+ )"
75 SLOT="0/${PV%%.*}"
76 -IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml"
77 +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"
78
79 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml )
80 ipv6? ( libtirpc )"
81 @@ -39,8 +39,7 @@ RDEPEND="
82 !elibc_glibc? ( sys-libs/argp-standalone )
83 libtirpc? ( net-libs/libtirpc:= )
84 !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
85 - !libressl? ( dev-libs/openssl:=[-bindist] )
86 - libressl? ( dev-libs/libressl:= )
87 + dev-libs/openssl:=[-bindist]
88 "
89 DEPEND="
90 ${RDEPEND}
91
92 diff --git a/sys-cluster/glusterfs/glusterfs-9.0.ebuild b/sys-cluster/glusterfs/glusterfs-9.0.ebuild
93 index 447c689852d..a95eb88996f 100644
94 --- a/sys-cluster/glusterfs/glusterfs-9.0.ebuild
95 +++ b/sys-cluster/glusterfs/glusterfs-9.0.ebuild
96 @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"
97
98 LICENSE="|| ( GPL-2 LGPL-3+ )"
99 SLOT="0/${PV%%.*}"
100 -IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml"
101 +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"
102
103 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml )
104 ipv6? ( libtirpc )"
105 @@ -39,8 +39,7 @@ RDEPEND="
106 !elibc_glibc? ( sys-libs/argp-standalone )
107 libtirpc? ( net-libs/libtirpc:= )
108 !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
109 - !libressl? ( dev-libs/openssl:=[-bindist] )
110 - libressl? ( dev-libs/libressl:= )
111 + dev-libs/openssl:=[-bindist]
112 "
113 DEPEND="
114 ${RDEPEND}
115
116 diff --git a/sys-cluster/glusterfs/glusterfs-9.1.ebuild b/sys-cluster/glusterfs/glusterfs-9.1.ebuild
117 index 074763734a0..1cd066e8303 100644
118 --- a/sys-cluster/glusterfs/glusterfs-9.1.ebuild
119 +++ b/sys-cluster/glusterfs/glusterfs-9.1.ebuild
120 @@ -15,7 +15,7 @@ HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/"
121
122 LICENSE="|| ( GPL-2 LGPL-3+ )"
123 SLOT="0/${PV%%.*}"
124 -IUSE="debug emacs +fuse +georeplication ipv6 libressl +libtirpc rsyslog static-libs +syslog test +xml"
125 +IUSE="debug emacs +fuse +georeplication ipv6 +libtirpc rsyslog static-libs +syslog test +xml"
126
127 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} xml )
128 ipv6? ( libtirpc )"
129 @@ -40,8 +40,7 @@ RDEPEND="
130 !elibc_glibc? ( sys-libs/argp-standalone )
131 libtirpc? ( net-libs/libtirpc:= )
132 !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
133 - !libressl? ( dev-libs/openssl:=[-bindist] )
134 - libressl? ( dev-libs/libressl:= )
135 + dev-libs/openssl:=[-bindist]
136 "
137 DEPEND="
138 ${RDEPEND}