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-misc/seafile/
Date: Sun, 02 May 2021 12:09:33
Message-Id: 1619956506.b36079a95bd391d0bc9ae88ac77414cc0b13cde6.zlogene@gentoo
1 commit: b36079a95bd391d0bc9ae88ac77414cc0b13cde6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 11:55:06 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 11:55:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36079a9
7
8 net-misc/seafile: 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-misc/seafile/seafile-8.0.1.ebuild | 4 +---
14 net-misc/seafile/seafile-8.0.2.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/net-misc/seafile/seafile-8.0.1.ebuild b/net-misc/seafile/seafile-8.0.1.ebuild
18 index a01c2209a3f..e38abffbafc 100644
19 --- a/net-misc/seafile/seafile-8.0.1.ebuild
20 +++ b/net-misc/seafile/seafile-8.0.1.ebuild
21 @@ -16,15 +16,13 @@ SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="GPL-2+-with-openssl-exception"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="libressl"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 RDEPEND="${PYTHON_DEPS}
29 $(python_gen_cond_dep '
30 dev-python/future[${PYTHON_MULTI_USEDEP}]
31 ')
32 - !libressl? ( dev-libs/openssl:= )
33 - libressl? ( dev-libs/libressl:= )
34 + dev-libs/openssl:=
35 dev-db/sqlite:3
36 dev-libs/glib:2
37 dev-libs/jansson
38
39 diff --git a/net-misc/seafile/seafile-8.0.2.ebuild b/net-misc/seafile/seafile-8.0.2.ebuild
40 index 112354cfcd0..24c749f0b91 100644
41 --- a/net-misc/seafile/seafile-8.0.2.ebuild
42 +++ b/net-misc/seafile/seafile-8.0.2.ebuild
43 @@ -18,15 +18,13 @@ SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> ${P
44 LICENSE="GPL-2+-with-openssl-exception"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 -IUSE="libressl"
48 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49
50 RDEPEND="${PYTHON_DEPS}
51 $(python_gen_cond_dep '
52 dev-python/future[${PYTHON_MULTI_USEDEP}]
53 ')
54 - !libressl? ( dev-libs/openssl:= )
55 - libressl? ( dev-libs/libressl:= )
56 + dev-libs/openssl:=
57 dev-db/sqlite:3
58 dev-libs/glib:2
59 dev-libs/jansson