Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/
Date: Wed, 01 Feb 2023 02:44:55
Message-Id: 1675219487.937cbe733e938d32cf502a18e024807bc708f0f0.zmedico@gentoo
1 commit: 937cbe733e938d32cf502a18e024807bc708f0f0
2 Author: Jonas Frei <freijon <AT> pm <DOT> me>
3 AuthorDate: Tue Jan 31 05:47:00 2023 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 02:44:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937cbe73
7
8 app-shells/nushell: app-shells/nushell Removed 'extra' USE flag, added 'dataframe' USE flag.
9
10 Closes: https://github.com/gentoo/gentoo/pull/29352
11 Signed-off-by: Jonas Frei <freijon <AT> pm.me>
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-shells/nushell/metadata.xml | 2 +-
15 .../{nushell-0.74.0.ebuild => nushell-0.74.0-r1.ebuild} | 12 +++++-------
16 2 files changed, 6 insertions(+), 8 deletions(-)
17
18 diff --git a/app-shells/nushell/metadata.xml b/app-shells/nushell/metadata.xml
19 index b45c411eda95..f8d129c053aa 100644
20 --- a/app-shells/nushell/metadata.xml
21 +++ b/app-shells/nushell/metadata.xml
22 @@ -12,6 +12,6 @@
23 <remote-id type="github">nushell/nushell</remote-id>
24 </upstream>
25 <use>
26 - <flag name="extra">Install extra plugins: binaryview, tree, clipboard-cli, trash-support and others</flag>
27 + <flag name="dataframe">Dataframe feature for nushell</flag>
28 </use>
29 </pkgmetadata>
30
31 diff --git a/app-shells/nushell/nushell-0.74.0.ebuild b/app-shells/nushell/nushell-0.74.0-r1.ebuild
32 similarity index 99%
33 rename from app-shells/nushell/nushell-0.74.0.ebuild
34 rename to app-shells/nushell/nushell-0.74.0-r1.ebuild
35 index 51ade7423be1..40331c6ff02f 100644
36 --- a/app-shells/nushell/nushell-0.74.0.ebuild
37 +++ b/app-shells/nushell/nushell-0.74.0-r1.ebuild
38 @@ -577,7 +577,7 @@ SRC_URI="https://github.com/nushell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
39 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unlicense ZLIB"
40 SLOT="0"
41 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
42 -IUSE="+extra"
43 +IUSE="dataframe"
44
45 DEPEND="
46 >=dev-libs/libgit2-0.99:=
47 @@ -586,11 +586,9 @@ DEPEND="
48 net-libs/libssh2:=
49 net-libs/nghttp2:=
50 net-misc/curl
51 - extra? (
52 - dev-db/sqlite:3=
53 - x11-libs/libX11
54 - x11-libs/libxcb
55 - )
56 + dev-db/sqlite:3=
57 + x11-libs/libX11
58 + x11-libs/libxcb
59 "
60
61 RDEPEND="${DEPEND}"
62 @@ -618,7 +616,7 @@ src_configure() {
63
64 local myfeatures=(
65 stable
66 - $(usev extra)
67 + $(usev dataframe)
68 )
69
70 cargo_src_configure