Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/
Date: Mon, 03 May 2021 09:36:49
Message-Id: 1620034599.7a99d8d777809b414d03d70ae5a267447c82c031.andrewammerlaan@gentoo
1 commit: 7a99d8d777809b414d03d70ae5a267447c82c031
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon May 3 09:36:39 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon May 3 09:36:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a99d8d7
7
8 net-misc/megasync: drop libressl
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 net-misc/megasync/megasync-4.3.8.0.ebuild | 10 +++-------
14 net-misc/megasync/megasync-9999.ebuild | 10 +++-------
15 2 files changed, 6 insertions(+), 14 deletions(-)
16
17 diff --git a/net-misc/megasync/megasync-4.3.8.0.ebuild b/net-misc/megasync/megasync-4.3.8.0.ebuild
18 index 3882e8393..8d9107581 100644
19 --- a/net-misc/megasync/megasync-4.3.8.0.ebuild
20 +++ b/net-misc/megasync/megasync-4.3.8.0.ebuild
21 @@ -24,25 +24,21 @@ fi
22
23 LICENSE="MEGA"
24 SLOT="0"
25 -IUSE="+cryptopp +curl +sqlite +zlib dolphin examples freeimage java libressl nautilus php python readline threads thunar"
26 +IUSE="+cryptopp +curl +sqlite +zlib dolphin examples freeimage java nautilus php python readline threads thunar"
27
28 RDEPEND="
29 app-arch/xz-utils
30 dev-libs/libgcrypt
31 dev-libs/libsodium
32 dev-libs/libuv
33 + dev-libs/openssl:0=
34 media-libs/libpng
35 net-dns/c-ares
36 x11-themes/hicolor-icon-theme
37 cryptopp? ( dev-libs/crypto++ )
38 - curl? (
39 - !libressl? ( net-misc/curl[ssl,curl_ssl_openssl(-)] )
40 - libressl? ( net-misc/curl[ssl,curl_ssl_libressl(-)] )
41 - )
42 + curl? ( net-misc/curl[ssl,curl_ssl_openssl(-)] )
43 dolphin? ( kde-apps/dolphin )
44 freeimage? ( media-libs/freeimage )
45 - !libressl? ( dev-libs/openssl:0= )
46 - libressl? ( dev-libs/libressl:0= )
47 nautilus? ( >=gnome-base/nautilus-3 )
48 readline? ( sys-libs/readline:0 )
49 sqlite? ( dev-db/sqlite:3 )
50
51 diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild
52 index 96fa9d46c..64ae5753b 100644
53 --- a/net-misc/megasync/megasync-9999.ebuild
54 +++ b/net-misc/megasync/megasync-9999.ebuild
55 @@ -23,25 +23,21 @@ fi
56
57 LICENSE="MEGA"
58 SLOT="0"
59 -IUSE="+cryptopp +curl +sqlite +zlib dolphin examples freeimage java libressl nautilus php python readline threads thunar"
60 +IUSE="+cryptopp +curl +sqlite +zlib dolphin examples freeimage java nautilus php python readline threads thunar"
61
62 RDEPEND="
63 app-arch/xz-utils
64 dev-libs/libgcrypt
65 dev-libs/libsodium
66 dev-libs/libuv
67 + dev-libs/openssl:0=
68 media-libs/libpng
69 net-dns/c-ares
70 x11-themes/hicolor-icon-theme
71 cryptopp? ( dev-libs/crypto++ )
72 - curl? (
73 - !libressl? ( net-misc/curl[ssl,curl_ssl_openssl(-)] )
74 - libressl? ( net-misc/curl[ssl,curl_ssl_libressl(-)] )
75 - )
76 + curl? ( net-misc/curl[ssl,curl_ssl_openssl(-)] )
77 dolphin? ( kde-apps/dolphin )
78 freeimage? ( media-libs/freeimage )
79 - !libressl? ( dev-libs/openssl:0= )
80 - libressl? ( dev-libs/libressl:0= )
81 nautilus? ( >=gnome-base/nautilus-3 )
82 readline? ( sys-libs/readline:0 )
83 sqlite? ( dev-db/sqlite:3 )