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/burp/
Date: Fri, 30 Apr 2021 17:32:33
Message-Id: 1619803945.da304f33c381d156c59bba277d56a7e6dad6d35c.zlogene@gentoo
1 commit: da304f33c381d156c59bba277d56a7e6dad6d35c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 17:25:03 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 17:32:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da304f33
7
8 app-backup/burp: 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/burp/burp-2.2.18-r1.ebuild | 7 +++----
14 app-backup/burp/burp-2.3.36.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/app-backup/burp/burp-2.2.18-r1.ebuild b/app-backup/burp/burp-2.2.18-r1.ebuild
18 index 7c633b85f4b..198aa059230 100644
19 --- a/app-backup/burp/burp-2.2.18-r1.ebuild
20 +++ b/app-backup/burp/burp-2.2.18-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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="AGPL-3"
29 SLOT="0"
30 KEYWORDS="amd64 ~arm x86"
31 -IUSE="acl ipv6 libressl test xattr"
32 +IUSE="acl ipv6 test xattr"
33
34 RESTRICT="!test? ( test )"
35
36 @@ -22,8 +22,7 @@ CDEPEND=" acct-group/burp
37 net-libs/librsync
38 sys-libs/ncurses:0=
39 sys-libs/zlib
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 acl? ( sys-apps/acl )
44 xattr? ( sys-apps/attr )"
45 DEPEND="${CDEPEND}
46
47 diff --git a/app-backup/burp/burp-2.3.36.ebuild b/app-backup/burp/burp-2.3.36.ebuild
48 index a72b5a23100..bea45d6bcc6 100644
49 --- a/app-backup/burp/burp-2.3.36.ebuild
50 +++ b/app-backup/burp/burp-2.3.36.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
58 LICENSE="AGPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~arm ~x86"
61 -IUSE="acl ipv6 libressl test xattr"
62 +IUSE="acl ipv6 test xattr"
63
64 RESTRICT="!test? ( test )"
65
66 @@ -22,8 +22,7 @@ CDEPEND=" acct-group/burp
67 net-libs/librsync
68 sys-libs/ncurses:0=
69 sys-libs/zlib
70 - !libressl? ( dev-libs/openssl:0= )
71 - libressl? ( dev-libs/libressl:0= )
72 + dev-libs/openssl:0=
73 acl? ( sys-apps/acl )
74 xattr? ( sys-apps/attr )"
75 DEPEND="${CDEPEND}