Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/starship/
Date: Wed, 20 Oct 2021 11:00:31
Message-Id: 1634727626.52c9b288fe9ffce521f3a44e3abfc07f49631cd7.Alessandro-Barbieri@gentoo
1 commit: 52c9b288fe9ffce521f3a44e3abfc07f49631cd7
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 20 10:59:54 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 20 11:00:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52c9b288
7
8 app-shells/starship: update LICENSE
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-shells/starship/starship-0.58.0.ebuild | 16 +++++++++++++---
13 1 file changed, 13 insertions(+), 3 deletions(-)
14
15 diff --git a/app-shells/starship/starship-0.58.0.ebuild b/app-shells/starship/starship-0.58.0.ebuild
16 index 0a036855d..c5e9054f9 100644
17 --- a/app-shells/starship/starship-0.58.0.ebuild
18 +++ b/app-shells/starship/starship-0.58.0.ebuild
19 @@ -247,14 +247,24 @@ DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for a
20 HOMEPAGE="https://github.com/starship/starship"
21 SRC_URI="$(cargo_crate_uris ${CRATES})"
22
23 -# License set may be more restrictive as OR is not respected
24 -# use cargo-license for a more accurate license picture
25 -LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 ISC MIT MPL-2.0 Unlicense ZLIB"
26 +LICENSE="
27 + || ( Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT )
28 + || ( Apache-2.0 Boost-1.0 )
29 + || ( Apache-2.0 MIT )
30 + || ( Apache-2.0 MIT ZLIB )
31 + || ( MIT Unlicense )
32 + Apache-2.0
33 + BSD-2
34 + ISC
35 + MIT
36 + MPL-2.0
37 +"
38 SLOT="0"
39 KEYWORDS="~amd64"
40 IUSE="+battery +http tls-vendored"
41
42 DEPEND="
43 + >=dev-libs/libgit2-1.2.0:=
44 !tls-vendored? ( dev-libs/openssl:0= )
45 "
46 RDEPEND="${DEPEND}