Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/
Date: Fri, 30 Apr 2021 16:49:58
Message-Id: 1619801391.257eb9a8637fad5298e746f4d751ff3d55f73f7c.zlogene@gentoo
1 commit: 257eb9a8637fad5298e746f4d751ff3d55f73f7c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 16:45:03 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 16:49:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257eb9a8
7
8 net-p2p/transmission: 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 net-p2p/transmission/transmission-3.00-r1.ebuild | 9 +++------
14 net-p2p/transmission/transmission-9999.ebuild | 9 +++------
15 2 files changed, 6 insertions(+), 12 deletions(-)
16
17 diff --git a/net-p2p/transmission/transmission-3.00-r1.ebuild b/net-p2p/transmission/transmission-3.00-r1.ebuild
18 index 22ba7fa01c2..791afc64715 100644
19 --- a/net-p2p/transmission/transmission-3.00-r1.ebuild
20 +++ b/net-p2p/transmission/transmission-3.00-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2006-2020 Gentoo Authors
23 +# Copyright 2006-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -21,7 +21,7 @@ HOMEPAGE="https://transmissionbt.com/"
28 # MIT is in several libtransmission/ headers
29 LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
30 SLOT="0"
31 -IUSE="appindicator gtk libressl lightweight nls mbedtls qt5 systemd test"
32 +IUSE="appindicator gtk lightweight nls mbedtls qt5 systemd test"
33 RESTRICT="!test? ( test )"
34
35 ACCT_DEPEND="
36 @@ -42,10 +42,7 @@ BDEPEND="${ACCT_DEPEND}
37 "
38 COMMON_DEPEND="
39 >=dev-libs/libevent-2.0.10:=
40 - !mbedtls? (
41 - !libressl? ( dev-libs/openssl:0= )
42 - libressl? ( dev-libs/libressl:0= )
43 - )
44 + !mbedtls? ( dev-libs/openssl:0= )
45 mbedtls? ( net-libs/mbedtls:0= )
46 net-libs/libnatpmp
47 >=net-libs/miniupnpc-1.7:=
48
49 diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild
50 index bc3afb58d95..d213d6e2b60 100644
51 --- a/net-p2p/transmission/transmission-9999.ebuild
52 +++ b/net-p2p/transmission/transmission-9999.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 2006-2020 Gentoo Authors
55 +# Copyright 2006-2021 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59 @@ -21,7 +21,7 @@ HOMEPAGE="https://transmissionbt.com/"
60 # MIT is in several libtransmission/ headers
61 LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
62 SLOT="0"
63 -IUSE="appindicator gtk libressl lightweight nls mbedtls qt5 systemd test"
64 +IUSE="appindicator gtk lightweight nls mbedtls qt5 systemd test"
65 RESTRICT="!test? ( test )"
66
67 ACCT_DEPEND="
68 @@ -42,10 +42,7 @@ BDEPEND="${ACCT_DEPEND}
69 "
70 COMMON_DEPEND="
71 >=dev-libs/libevent-2.0.10:=
72 - !mbedtls? (
73 - !libressl? ( dev-libs/openssl:0= )
74 - libressl? ( dev-libs/libressl:0= )
75 - )
76 + !mbedtls? ( dev-libs/openssl:0= )
77 mbedtls? ( net-libs/mbedtls:0= )
78 net-libs/libnatpmp
79 >=net-libs/miniupnpc-1.7:=