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/tarsnap/
Date: Fri, 30 Apr 2021 17:32:34
Message-Id: 1619803946.b57a62cfd826f69a4861470d973ee8c9f8883762.zlogene@gentoo
1 commit: b57a62cfd826f69a4861470d973ee8c9f8883762
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 17:30:09 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 17:32:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57a62cf
7
8 app-backup/tarsnap: 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/tarsnap/tarsnap-1.0.37.ebuild | 7 +++----
14 app-backup/tarsnap/tarsnap-1.0.39.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/app-backup/tarsnap/tarsnap-1.0.37.ebuild b/app-backup/tarsnap/tarsnap-1.0.37.ebuild
18 index 537b94cdf76..129029b4b85 100644
19 --- a/app-backup/tarsnap/tarsnap-1.0.37.ebuild
20 +++ b/app-backup/tarsnap/tarsnap-1.0.37.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,11 +12,10 @@ SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz"
28 LICENSE="tarsnap"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="acl bzip2 libressl lzma xattr"
32 +IUSE="acl bzip2 lzma xattr"
33
34 RDEPEND="
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl:0= )
37 + dev-libs/openssl:0=
38 sys-libs/e2fsprogs-libs
39 sys-libs/zlib
40 acl? ( sys-apps/acl )
41
42 diff --git a/app-backup/tarsnap/tarsnap-1.0.39.ebuild b/app-backup/tarsnap/tarsnap-1.0.39.ebuild
43 index 2d6ba5fde74..90b4f5c9a52 100644
44 --- a/app-backup/tarsnap/tarsnap-1.0.39.ebuild
45 +++ b/app-backup/tarsnap/tarsnap-1.0.39.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 @@ -12,11 +12,10 @@ SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz"
53 LICENSE="tarsnap"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 -IUSE="acl bzip2 libressl lzma xattr"
57 +IUSE="acl bzip2 lzma xattr"
58
59 RDEPEND="
60 - !libressl? ( dev-libs/openssl:0= )
61 - libressl? ( dev-libs/libressl:0= )
62 + dev-libs/openssl:0=
63 sys-libs/e2fsprogs-libs
64 sys-libs/zlib
65 acl? ( sys-apps/acl )