Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysdig/
Date: Sun, 02 May 2021 17:56:58
Message-Id: 1619978211.42f105cda4eab9235358ed42ff113650463405d8.zlogene@gentoo
1 commit: 42f105cda4eab9235358ed42ff113650463405d8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 17:56:34 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 17:56:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f105cd
7
8 dev-util/sysdig: 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 dev-util/sysdig/sysdig-0.27.0.ebuild | 7 +++----
14 dev-util/sysdig/sysdig-0.27.1-r100.ebuild | 7 +++----
15 dev-util/sysdig/sysdig-0.27.1.ebuild | 7 +++----
16 3 files changed, 9 insertions(+), 12 deletions(-)
17
18 diff --git a/dev-util/sysdig/sysdig-0.27.0.ebuild b/dev-util/sysdig/sysdig-0.27.0.ebuild
19 index 55a20f694f4..f415c1f5277 100644
20 --- a/dev-util/sysdig/sysdig-0.27.0.ebuild
21 +++ b/dev-util/sysdig/sysdig-0.27.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 LICENSE="Apache-2.0"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE="libressl +modules test"
33 +IUSE="+modules test"
34 RESTRICT="!test? ( test )"
35
36 RDEPEND="
37 @@ -26,8 +26,7 @@ RDEPEND="
38 net-libs/grpc:0=
39 sys-libs/ncurses:0=
40 sys-libs/zlib:0=
41 - libressl? ( dev-libs/libressl:0= )
42 - !libressl? ( dev-libs/openssl:0= )
43 + dev-libs/openssl:0=
44 net-misc/curl:0="
45 DEPEND="${RDEPEND}
46 virtual/os-headers
47
48 diff --git a/dev-util/sysdig/sysdig-0.27.1-r100.ebuild b/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
49 index d564a5f4f30..f29cac6fe87 100644
50 --- a/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
51 +++ b/dev-util/sysdig/sysdig-0.27.1-r100.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 +# Copyright 1999-2021 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=7
58 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz"
59 LICENSE="Apache-2.0"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 -IUSE="libressl +modules test"
63 +IUSE="+modules test"
64 REQUIRED_USE="${LUA_REQUIRED_USE}"
65 RESTRICT="!test? ( test )"
66
67 @@ -31,8 +31,7 @@ RDEPEND="${LUA_DEPS}
68 net-libs/grpc:0=
69 sys-libs/ncurses:0=
70 sys-libs/zlib:0=
71 - libressl? ( dev-libs/libressl:0= )
72 - !libressl? ( dev-libs/openssl:0= )
73 + dev-libs/openssl:0=
74 net-misc/curl:0="
75 DEPEND="${RDEPEND}
76 virtual/os-headers
77
78 diff --git a/dev-util/sysdig/sysdig-0.27.1.ebuild b/dev-util/sysdig/sysdig-0.27.1.ebuild
79 index 55a20f694f4..f415c1f5277 100644
80 --- a/dev-util/sysdig/sysdig-0.27.1.ebuild
81 +++ b/dev-util/sysdig/sysdig-0.27.1.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2020 Gentoo Authors
84 +# Copyright 1999-2021 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=7
88 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz"
89 LICENSE="Apache-2.0"
90 SLOT="0"
91 KEYWORDS="~amd64 ~x86"
92 -IUSE="libressl +modules test"
93 +IUSE="+modules test"
94 RESTRICT="!test? ( test )"
95
96 RDEPEND="
97 @@ -26,8 +26,7 @@ RDEPEND="
98 net-libs/grpc:0=
99 sys-libs/ncurses:0=
100 sys-libs/zlib:0=
101 - libressl? ( dev-libs/libressl:0= )
102 - !libressl? ( dev-libs/openssl:0= )
103 + dev-libs/openssl:0=
104 net-misc/curl:0="
105 DEPEND="${RDEPEND}
106 virtual/os-headers