Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/attic/
Date: Fri, 30 Apr 2021 09:17:46
Message-Id: 1619774259.ff9cfbddde0d234824ac7e272d1ac48a699ab21f.zlogene@gentoo
1 commit: ff9cfbddde0d234824ac7e272d1ac48a699ab21f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 09:13:18 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 09:17:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9cfbdd
7
8 app-backup/attic: 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 app-backup/attic/attic-0.16-r1.ebuild | 6 ++----
14 app-backup/attic/attic-9999.ebuild | 6 ++----
15 2 files changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/app-backup/attic/attic-0.16-r1.ebuild b/app-backup/attic/attic-0.16-r1.ebuild
18 index 4fa4def16ab..7d7c173b276 100644
19 --- a/app-backup/attic/attic-0.16-r1.ebuild
20 +++ b/app-backup/attic/attic-0.16-r1.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=7
27 @@ -20,12 +20,10 @@ HOMEPAGE="https://attic-backup.org/"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -IUSE="libressl"
32
33 RDEPEND="
34 dev-python/msgpack[${PYTHON_USEDEP}]
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl:0= )
37 + dev-libs/openssl:0=
38 dev-python/llfuse[${PYTHON_USEDEP}]"
39
40 DEPEND="
41
42 diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild
43 index 4fa4def16ab..7d7c173b276 100644
44 --- a/app-backup/attic/attic-9999.ebuild
45 +++ b/app-backup/attic/attic-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2020 Gentoo Authors
48 +# Copyright 1999-2021 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 @@ -20,12 +20,10 @@ HOMEPAGE="https://attic-backup.org/"
53
54 LICENSE="BSD"
55 SLOT="0"
56 -IUSE="libressl"
57
58 RDEPEND="
59 dev-python/msgpack[${PYTHON_USEDEP}]
60 - !libressl? ( dev-libs/openssl:0= )
61 - libressl? ( dev-libs/libressl:0= )
62 + dev-libs/openssl:0=
63 dev-python/llfuse[${PYTHON_USEDEP}]"
64
65 DEPEND="