Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/
Date: Sun, 21 Nov 2021 19:55:14
Message-Id: 1637524401.adb7f025a8208f192c9ee1cb7834dbedecdb2043.floppym@gentoo
1 commit: adb7f025a8208f192c9ee1cb7834dbedecdb2043
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 19:53:21 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 19:53:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb7f025
7
8 net-p2p/transmission: drop broken libtransmission.a
9
10 Bug: https://bugs.gentoo.org/807993
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 net-p2p/transmission/transmission-3.00-r1.ebuild | 5 +----
14 net-p2p/transmission/transmission-9999.ebuild | 5 +----
15 2 files changed, 2 insertions(+), 8 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 e02291fd6cba..6198bf9dfff7 100644
19 --- a/net-p2p/transmission/transmission-3.00-r1.ebuild
20 +++ b/net-p2p/transmission/transmission-3.00-r1.ebuild
21 @@ -21,7 +21,7 @@ HOMEPAGE="https://transmissionbt.com/"
22 # MIT is in several libtransmission/ headers
23 LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
24 SLOT="0"
25 -IUSE="appindicator cli gtk lightweight nls mbedtls qt5 static-libs systemd test"
26 +IUSE="appindicator cli gtk lightweight nls mbedtls qt5 systemd test"
27 RESTRICT="!test? ( test )"
28
29 ACCT_DEPEND="
30 @@ -95,9 +95,6 @@ src_configure() {
31 -DENABLE_QT=$(usex qt5 ON OFF)
32 -DENABLE_TESTS=$(usex test ON OFF)
33
34 - # https://bugs.gentoo.org/807993
35 - -DINSTALL_LIB=$(usex static-libs ON OFF)
36 -
37 -DUSE_SYSTEM_EVENT2=ON
38 -DUSE_SYSTEM_DHT=OFF
39 -DUSE_SYSTEM_MINIUPNPC=ON
40
41 diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild
42 index c5946c683acb..263035fd7e17 100644
43 --- a/net-p2p/transmission/transmission-9999.ebuild
44 +++ b/net-p2p/transmission/transmission-9999.ebuild
45 @@ -21,7 +21,7 @@ HOMEPAGE="https://transmissionbt.com/"
46 # MIT is in several libtransmission/ headers
47 LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
48 SLOT="0"
49 -IUSE="appindicator cli gtk lightweight nls mbedtls qt5 static-libs systemd test web"
50 +IUSE="appindicator cli gtk lightweight nls mbedtls qt5 systemd test web"
51 RESTRICT="!test? ( test )"
52
53 ACCT_DEPEND="
54 @@ -92,9 +92,6 @@ src_configure() {
55 -DENABLE_TESTS=$(usex test ON OFF)
56 -DENABLE_WEB=$(usex web ON OFF)
57
58 - # https://bugs.gentoo.org/807993
59 - -DINSTALL_LIB=$(usex static-libs ON OFF)
60 -
61 -DUSE_SYSTEM_EVENT2=ON
62 -DUSE_SYSTEM_DHT=OFF
63 -DUSE_SYSTEM_MINIUPNPC=ON