From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Sat, 27 Apr 2019 20:28:54 +0000 (UTC) [thread overview]
Message-ID: <1556396871.a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63.soap@gentoo> (raw)
commit: a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 16:35:04 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 20:27:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1558bc2
net-libs/libwebsockets: [QA] Fix USE=libressl semantics
Closes: https://bugs.gentoo.org/683998
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-libs/libwebsockets/libwebsockets-1.7.9.ebuild | 12 +++++-------
net-libs/libwebsockets/libwebsockets-2.0.2.ebuild | 12 +++++-------
net-libs/libwebsockets/libwebsockets-2.1.1.ebuild | 5 ++---
net-libs/libwebsockets/libwebsockets-2.4.2.ebuild | 5 ++---
4 files changed, 14 insertions(+), 20 deletions(-)
diff --git a/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild b/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild
index 12fa48d815b..b9bba7e9a99 100644
--- a/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-1.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,16 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+http2 +ssl client ipv6 libev libressl libuv static-libs"
-REQUIRED_USE="libressl? ( ssl )"
-
RDEPEND="
sys-libs/zlib
- libev? ( dev-libs/libev )
- libuv? ( dev-libs/libuv )
+ libev? ( dev-libs/libev )
+ libuv? ( dev-libs/libuv )
ssl? (
!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ libressl? ( dev-libs/libressl:0= )
+ )
"
DEPEND="${RDEPEND}
dev-lang/perl
diff --git a/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
index 47332620d0b..b9bba7e9a99 100644
--- a/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,16 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+http2 +ssl client ipv6 libev libressl libuv static-libs"
-REQUIRED_USE="libressl? ( ssl )"
-
RDEPEND="
sys-libs/zlib
- libev? ( dev-libs/libev )
- libuv? ( dev-libs/libuv )
+ libev? ( dev-libs/libev )
+ libuv? ( dev-libs/libuv )
ssl? (
!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ libressl? ( dev-libs/libressl:0= )
+ )
"
DEPEND="${RDEPEND}
dev-lang/perl
diff --git a/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild b/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild
index 86151e80cb6..3dcea8a7346 100644
--- a/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,6 @@ KEYWORDS="amd64 arm x86"
IUSE="+http2 +ssl access-log cgi client generic-sessions http-proxy ipv6 lejp libev libressl libuv server-status smtp sqlite3 static-libs"
REQUIRED_USE="
- libressl? ( ssl )
http-proxy? ( client )
generic-sessions? ( sqlite3 )
generic-sessions? ( smtp )
@@ -31,7 +30,7 @@ RDEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
- )
+ )
"
DEPEND="${RDEPEND}
dev-lang/perl
diff --git a/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild b/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild
index dc1e6465268..38798f5926c 100644
--- a/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-2.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,6 @@ IUSE="+http2 +ssl access-log caps cgi client generic-sessions http-proxy ipv6 le
libevent libressl libuv peer-limits server-status socks5 smtp sqlite3 static-libs +zip"
REQUIRED_USE="
- libressl? ( ssl )
http-proxy? ( client )
generic-sessions? ( sqlite3 )
generic-sessions? ( smtp )
@@ -34,7 +33,7 @@ RDEPEND="
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
- )
+ )
"
DEPEND="${RDEPEND}
dev-lang/perl
next reply other threads:[~2019-04-27 20:29 UTC|newest]
Thread overview: 144+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-27 20:28 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 13:10 [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ Mike Pagano
2025-02-27 18:27 Mike Pagano
2025-01-07 19:54 Sam James
2024-07-19 22:54 Mike Pagano
2024-07-08 0:56 Sam James
2024-07-08 0:48 Sam James
2024-07-08 0:48 Sam James
2024-07-07 19:46 Jakov Smolić
2024-07-07 19:46 Jakov Smolić
2024-07-07 13:59 Mike Pagano
2024-07-07 13:59 Mike Pagano
2024-06-18 18:55 Jakov Smolić
2023-12-27 0:20 Jakov Smolić
2023-10-08 8:33 WANG Xuerui
2022-10-07 12:25 Jakov Smolić
2022-10-07 9:35 Agostino Sarubbo
2022-10-05 18:56 Arthur Zamarin
2022-10-05 18:56 Arthur Zamarin
2022-10-05 11:35 Sam James
2022-10-05 11:35 Sam James
2022-08-22 8:28 Jakov Smolić
2022-08-22 8:28 Jakov Smolić
2022-08-22 8:28 Jakov Smolić
2022-06-28 7:47 Joonas Niilola
2022-06-28 6:43 Agostino Sarubbo
2022-06-27 23:32 Sam James
2022-06-27 19:32 Arthur Zamarin
2022-06-27 19:25 Arthur Zamarin
2022-05-20 18:41 Jakov Smolić
2022-03-03 15:12 Jakov Smolić
2022-02-25 21:31 Sam James
2022-02-25 20:44 Arthur Zamarin
2022-02-24 13:02 Sam James
2022-02-24 9:37 Jakov Smolić
2022-02-24 9:37 Jakov Smolić
2022-01-18 13:09 Jakov Smolić
2021-11-14 13:48 Jakov Smolić
2021-11-14 9:21 Sam James
2021-11-09 21:37 Sam James
2021-11-09 21:35 Sam James
2021-11-09 21:34 Sam James
2021-11-09 15:04 Jakov Smolić
2021-10-07 8:14 Jakov Smolić
2021-10-07 8:12 Jakov Smolić
2021-10-04 19:33 Jakov Smolić
2021-10-04 19:16 Sam James
2021-10-02 7:22 Sam James
2021-09-29 14:07 Sam James
2021-09-29 14:07 Sam James
2021-09-29 14:07 Sam James
2021-09-05 5:16 Jakov Smolić
2021-09-04 21:39 Sam James
2021-09-03 6:40 Agostino Sarubbo
2021-09-03 6:34 Agostino Sarubbo
2021-09-01 18:32 Sam James
2021-08-31 17:44 Sam James
2021-08-29 19:50 Jakov Smolić
2021-08-29 19:50 Jakov Smolić
2021-07-29 10:46 Joonas Niilola
2021-06-07 17:26 Sam James
2021-06-07 6:17 Georgy Yakovlev
2021-06-06 13:03 Sam James
2021-06-05 20:43 Sam James
2021-06-05 20:43 Sam James
2021-05-04 21:25 Sam James
2021-05-04 19:10 Sam James
2021-05-02 10:56 Mikle Kolyada
2021-01-14 1:20 Sam James
2021-01-12 18:16 Sam James
2021-01-11 19:13 Sam James
2021-01-10 22:29 Sam James
2021-01-10 21:58 Sam James
2021-01-09 16:23 Sam James
2020-12-09 9:42 Joonas Niilola
2020-12-09 9:42 Joonas Niilola
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 22:58 Sam James
2020-12-02 14:58 Sam James
2020-11-29 8:09 Joonas Niilola
2020-11-29 8:09 Joonas Niilola
2020-10-28 12:10 Joonas Niilola
2020-10-27 21:22 Sam James
2020-10-27 21:22 Sam James
2020-10-17 13:19 Joonas Niilola
2020-10-17 13:19 Joonas Niilola
2020-10-10 13:48 Sergei Trofimovich
2020-10-07 16:15 Sam James
2020-10-07 16:15 Sam James
2020-10-07 0:31 Sam James
2020-10-02 13:57 Joonas Niilola
2020-10-02 13:57 Joonas Niilola
2020-09-13 23:28 Sam James
2020-09-13 21:17 Sam James
2020-09-08 17:03 Sam James
2020-09-05 2:38 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-09-02 0:45 Sam James
2020-09-01 20:46 Sam James
2020-07-24 12:03 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-07-01 6:39 Joonas Niilola
2020-07-01 6:39 Joonas Niilola
2020-06-14 14:05 Joonas Niilola
2020-06-14 14:05 Joonas Niilola
2020-05-13 21:07 Mart Raudsepp
2020-05-12 13:58 Joonas Niilola
2020-05-12 13:58 Joonas Niilola
2020-05-12 13:58 Joonas Niilola
2020-05-03 8:00 Joonas Niilola
2020-05-03 8:00 Joonas Niilola
2020-05-03 8:00 Joonas Niilola
2020-05-01 15:09 Joonas Niilola
2020-05-01 15:09 Joonas Niilola
2020-05-01 15:09 Joonas Niilola
2020-04-16 6:51 Joonas Niilola
2020-04-16 6:51 Joonas Niilola
2020-04-16 6:51 Joonas Niilola
2020-04-05 7:18 Joonas Niilola
2020-04-05 7:18 Joonas Niilola
2020-01-23 3:09 Matt Turner
2020-01-17 10:30 Agostino Sarubbo
2020-01-17 9:29 Agostino Sarubbo
2020-01-06 12:23 Andreas Sturmlechner
2019-12-20 21:59 Matt Turner
2019-11-23 3:37 Matt Turner
2019-11-12 14:46 Joonas Niilola
2018-03-28 23:24 Patrick McLean
2017-09-03 12:39 Aaron Bauman
2017-09-02 18:02 Aaron Bauman
2017-09-02 18:02 Aaron Bauman
2017-05-27 7:05 Markus Meier
2017-03-30 22:02 Göktürk Yüksek
2016-10-19 7:45 Göktürk Yüksek
2016-07-03 11:57 Patrice Clement
2016-06-03 7:28 Patrice Clement
2016-06-02 17:50 Patrice Clement
2016-05-31 8:00 Patrice Clement
2016-05-25 9:03 Patrice Clement
2016-05-04 8:12 Patrice Clement
2016-05-03 12:23 Patrice Clement
2016-04-02 16:49 Tim Harder
2016-01-19 10:24 Tony Vroon
2015-09-15 13:08 Tony Vroon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1556396871.a1558bc2eb8efb5e1cc72836b3e90daa3d7c1b63.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox