Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/keybase/
Date: Wed, 18 Sep 2019 02:25:51
Message-Id: 1568773538.a070e9f33e583fc38dc1833e5ac1457082082550.nicolasbock@gentoo
1 commit: a070e9f33e583fc38dc1833e5ac1457082082550
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:04:12 2019 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 02:25:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a070e9f3
7
8 app-crypt/keybase: Remove obsolete kbfs dependency
9
10 The kbfs code is in the client tree. There is no separate package.
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.16
13 Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>
14
15 app-crypt/keybase/keybase-4.4.2.ebuild | 6 ++----
16 app-crypt/keybase/keybase-9999.ebuild | 8 +++-----
17 2 files changed, 5 insertions(+), 9 deletions(-)
18
19 diff --git a/app-crypt/keybase/keybase-4.4.2.ebuild b/app-crypt/keybase/keybase-4.4.2.ebuild
20 index f2abdbb420f..679dc8eca83 100644
21 --- a/app-crypt/keybase/keybase-4.4.2.ebuild
22 +++ b/app-crypt/keybase/keybase-4.4.2.ebuild
23 @@ -14,10 +14,8 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE=""
26
27 -DEPEND="
28 - ~app-crypt/kbfs-2.11.0"
29 -RDEPEND="
30 - app-crypt/gnupg"
31 +DEPEND=""
32 +RDEPEND="app-crypt/gnupg"
33
34 src_unpack() {
35 unpack "${P}.tar.gz"
36
37 diff --git a/app-crypt/keybase/keybase-9999.ebuild b/app-crypt/keybase/keybase-9999.ebuild
38 index e1c48d66de9..87b92220962 100644
39 --- a/app-crypt/keybase/keybase-9999.ebuild
40 +++ b/app-crypt/keybase/keybase-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -14,10 +14,8 @@ SLOT="0"
48 KEYWORDS=""
49 IUSE=""
50
51 -DEPEND="
52 - ~app-crypt/kbfs-${PV}"
53 -RDEPEND="
54 - app-crypt/gnupg"
55 +DEPEND=""
56 +RDEPEND="app-crypt/gnupg"
57
58 src_unpack() {
59 git-r3_src_unpack