Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/
Date: Sun, 02 May 2021 20:26:43
Message-Id: 1619987197.d7dbb30d7693cbc9901339fbff2435f0d7f1fb9f.zlogene@gentoo
1 commit: d7dbb30d7693cbc9901339fbff2435f0d7f1fb9f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 20:25:10 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:26:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dbb30d
7
8 www-servers/h2o: 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 www-servers/h2o/h2o-2.2.6.ebuild | 9 ++++-----
14 www-servers/h2o/h2o-9999.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 9 deletions(-)
16
17 diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild
18 index 45fd96ae7e2..41caa3e517e 100644
19 --- a/www-servers/h2o/h2o-2.2.6.ebuild
20 +++ b/www-servers/h2o/h2o-2.2.6.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -15,13 +15,13 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="amd64 x86"
31 -IUSE="libh2o libressl +mruby"
32 +IUSE="libh2o +mruby"
33
34 RDEPEND="dev-lang/perl
35 sys-libs/zlib
36 libh2o? ( dev-libs/libuv )
37 - !libressl? ( dev-libs/openssl:0= )
38 - libressl? ( dev-libs/libressl:0= )"
39 + dev-libs/openssl:0=
40 + "
41 DEPEND="${RDEPEND}
42 libh2o? ( virtual/pkgconfig )
43 mruby? (
44 @@ -37,7 +37,6 @@ RDEPEND+="
45 !sci-libs/libh2o"
46
47 PATCHES=(
48 - "${FILESDIR}"/${PN}-2.2-libressl-2.7.patch
49 "${FILESDIR}"/${PN}-2.2-mruby.patch
50 )
51
52
53 diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
54 index e9dd787568e..24da7a20118 100644
55 --- a/www-servers/h2o/h2o-9999.ebuild
56 +++ b/www-servers/h2o/h2o-9999.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 +# Copyright 1999-2021 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI="6"
63 @@ -15,13 +15,13 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS=""
67 -IUSE="libh2o libressl +mruby"
68 +IUSE="libh2o +mruby"
69
70 RDEPEND="dev-lang/perl
71 sys-libs/zlib
72 libh2o? ( dev-libs/libuv )
73 - !libressl? ( dev-libs/openssl:0= )
74 - libressl? ( dev-libs/libressl:0= )"
75 + dev-libs/openssl:0=
76 +"
77 DEPEND="${RDEPEND}
78 libh2o? ( virtual/pkgconfig )
79 mruby? (