From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/broot/
Date: Mon, 14 Jul 2025 18:18:14 +0000 (UTC) [thread overview]
Message-ID: <1752517039.178e873b86bccf4b48520476e89a77ed470a3fe5.juippis@gentoo> (raw)
commit: 178e873b86bccf4b48520476e89a77ed470a3fe5
Author: Karl-Johan Karlsson <creideiki <AT> lysator <DOT> liu <DOT> se>
AuthorDate: Mon Jul 14 17:37:05 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 18:17:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178e873b
app-misc/broot: drop 1.46.0
Signed-off-by: Karl-Johan Karlsson <creideiki <AT> lysator.liu.se>
Part-of: https://github.com/gentoo/gentoo/pull/42998
Closes: https://github.com/gentoo/gentoo/pull/42998
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/broot/Manifest | 2 --
app-misc/broot/broot-1.46.0.ebuild | 64 --------------------------------------
2 files changed, 66 deletions(-)
diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index b132477cd430..dd89e4e282a9 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -1,5 +1,3 @@
-DIST broot-1.46.0-crates.tar.xz 39940716 BLAKE2B 6386475dd222b2d8e55dad5f209e93e95298dc0dbc6762a217e58dae7fb22ad2695b5183682ed465c19ca42c05902ec5323619b8d2d5890675f4ab43d6ad35d6 SHA512 6b12f3132da6ec7be9ae207062ab103da2fbde45866e04a0bab6d6a775751d848adae3a279ba97f7cc876646657a0e52e1df9207283b5e4e17b28da2a320cc81
-DIST broot-1.46.0.tar.gz 15296432 BLAKE2B afcaadd0978dd7ed03f1f8daf7abd3df0cb996b960addd63f854495db94ebee658890d9cdfc187d59fbb959c89fce9c89c236a29543fe21e0d7da69fae9a8972 SHA512 0adc37d03ddeda845b3ddfc7b8bf9bd2da3b75b6bdaf73c9c20ef5487bc573b72447b6857056010ae67bdff6017a7afad2c99ef0b390d02e62ac6daed537d5a6
DIST broot-1.46.5-crates.tar.xz 40169900 BLAKE2B eaf869ad2a0ba6f9017fab09ae856c2607fb5619da0240c86b1d5bb5de60d8f62b753af3a8977f10443978948116dc314947f28a5c89425e7f9856cc0f951cf4 SHA512 7b283fb9e5440568873b0cbedca15de3715d61287841e6bab03d6731f925dedd4f0be2a0699a77b90a66fe89bff503910d6089eb2cee53f86b3761688a0ec8be
DIST broot-1.46.5.tar.gz 15296155 BLAKE2B 4c4d5bf41ada96f260b604042eeab0099f8f094305b5d885dbbe973d772feb20c726d5582e93a30eab4b1a112c46bdea35f6dcd05a11f431d8898d22085e8803 SHA512 30b61a8e258d77dbe209d06fe2a4bf7b8766a65c7fc14ceb58806da0cff5863ed5f1a89c6ceafd2d8138e31b8944c51777e0cef264e07ac793fe2268ec90bc75
DIST broot-1.47.0-crates.tar.xz 41052620 BLAKE2B e4be99247cef12846f24060bc5782a47c61856adf7734a872637afde42c8086b6aff8d752074c91bc557d6eac8653212ff3ae4ef3b6ea07b144cbca081cc68d7 SHA512 2783cb2555e50cb9b89119e5840fb45b17c5e5a62b97016828466cf05386d5774e79e36ed58d24dba382ef5a18e75762e8e427fba2f873e406dbf57e54fc2290
diff --git a/app-misc/broot/broot-1.46.0.ebuild b/app-misc/broot/broot-1.46.0.ebuild
deleted file mode 100644
index 9a9011b8c455..000000000000
--- a/app-misc/broot/broot-1.46.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-RUST_MIN_VER="1.79.0"
-inherit cargo shell-completion
-
-DESCRIPTION="A new way to see and navigate directory trees"
-HOMEPAGE="https://dystroy.org/broot/ https://github.com/Canop/broot"
-SRC_URI="https://github.com/Canop/broot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/gentoo-crate-dist/broot/releases/download/v${PV}/${P}-crates.tar.xz"
-
-LICENSE="Apache-2.0"
-# Dependent crate licenses
-LICENSE+="
- Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
- LGPL-3+ MIT MPL-2.0 UoI-NCSA Unicode-3.0 ZLIB
-"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="X"
-
-DEPEND="
- dev-db/sqlite:3
- dev-libs/libgit2:=
- sys-libs/zlib
- X? ( x11-libs/libxcb:= )
-"
-RDEPEND="${DEPEND}"
-
-QA_FLAGS_IGNORED="usr/bin/${PN}"
-
-src_prepare() {
- default
-
- local mandate=$(date -r man/page +'%Y/%m/%d' || die)
- sed -e "s|#version|${PV}|" \
- -e "s|#date|${mandate}|" \
- man/page > "${T}"/${PN}.1 || die
-}
-
-src_configure() {
- export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
- export RUSTFLAGS="-Cstrip=none ${RUSTFLAGS}" #835400
- local myfeatures=( $(usev X clipboard) trash )
-
- cargo_src_configure --no-default-features
-}
-
-src_install() {
- cargo_src_install
-
- doman "${T}"/${PN}.1
-
- local build_dir=( "$(cargo_target_dir)"/build/${PN}-*/out )
- cd ${build_dir[0]} || die
-
- newbashcomp ${PN}.bash ${PN}
- newbashcomp br.bash br
-
- dozshcomp _${PN} _br
- dofishcomp ${PN}.fish br.fish
-}
next reply other threads:[~2025-07-14 18:18 UTC|newest]
Thread overview: 148+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 18:18 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-16 11:31 [gentoo-commits] repo/gentoo:master commit in: app-misc/broot/ Arthur Zamarin
2025-08-12 3:42 Sam James
2025-07-13 7:06 Sam James
2025-07-04 20:11 Arthur Zamarin
2025-06-08 5:08 Sam James
2025-06-08 5:08 Sam James
2025-04-22 1:16 Sam James
2025-04-16 17:17 Arthur Zamarin
2025-03-26 18:15 Arthur Zamarin
2025-03-23 1:07 Sam James
2025-03-22 13:10 Arthur Zamarin
2025-02-28 10:07 Arthur Zamarin
2025-02-18 0:12 Sam James
2025-02-13 20:49 Arthur Zamarin
2025-02-13 20:49 Arthur Zamarin
2025-01-18 18:40 Arthur Zamarin
2025-01-18 18:40 Arthur Zamarin
2025-01-06 3:26 Sam James
2024-12-01 8:34 Sam James
2024-10-01 1:11 Sam James
2024-09-07 15:44 Sam James
2024-08-30 5:44 Joonas Niilola
2024-08-28 6:11 Joonas Niilola
2024-08-28 6:11 Joonas Niilola
2024-08-15 5:30 Joonas Niilola
2024-08-05 7:28 Joonas Niilola
2024-08-05 7:28 Joonas Niilola
2024-08-04 12:53 Jakov Smolić
2024-07-30 16:10 Joonas Niilola
2024-07-14 11:15 Matt Jolly
2024-07-03 12:53 Joonas Niilola
2024-06-17 9:39 James Le Cuirot
2024-04-24 12:51 Conrad Kostecki
2024-04-24 12:51 Conrad Kostecki
2024-04-19 22:40 Sam James
2024-04-05 5:16 Arthur Zamarin
2024-04-03 17:38 Florian Schmaus
2024-03-31 7:22 Arthur Zamarin
2024-03-17 13:53 Florian Schmaus
2024-03-10 18:42 Petr Vaněk
2024-03-06 19:50 Arthur Zamarin
2024-03-04 16:01 Florian Schmaus
2024-02-28 9:12 Florian Schmaus
2024-02-09 16:58 Joonas Niilola
2024-02-04 8:32 Joonas Niilola
2024-02-03 23:02 Sam James
2024-02-02 17:43 Joonas Niilola
2024-02-02 17:43 Joonas Niilola
2024-02-02 7:51 Joonas Niilola
2024-01-13 9:07 Joonas Niilola
2024-01-03 20:20 Florian Schmaus
2024-01-01 15:55 Florian Schmaus
2023-12-29 7:34 Arthur Zamarin
2023-12-13 8:06 Florian Schmaus
2023-11-22 17:44 Sam James
2023-11-22 17:44 Sam James
2023-11-05 16:47 Arthur Zamarin
2023-10-26 22:39 Sam James
2023-10-04 7:44 Florian Schmaus
2023-10-04 7:44 Florian Schmaus
2023-10-04 7:44 Florian Schmaus
2023-10-03 12:06 Sam James
2023-09-25 13:06 Florian Schmaus
2023-09-18 0:17 Sam James
2023-08-25 17:11 Arthur Zamarin
2023-08-25 17:11 Arthur Zamarin
2023-08-12 20:36 Sam James
2023-08-11 6:17 Joonas Niilola
2023-07-09 17:23 Florian Schmaus
2023-07-07 21:57 Conrad Kostecki
2023-07-02 22:18 Sam James
2023-06-18 12:56 Joonas Niilola
2023-06-17 22:48 Sam James
2023-05-27 8:24 Joonas Niilola
2023-05-17 10:28 Florian Schmaus
2023-05-16 14:02 Florian Schmaus
2023-05-16 3:39 Sam James
2023-04-29 22:21 Conrad Kostecki
2023-04-28 6:43 Sam James
2023-04-10 7:37 Joonas Niilola
2023-04-10 7:37 Joonas Niilola
2023-03-31 16:32 Sam James
2023-03-28 7:05 Florian Schmaus
2023-03-26 19:25 Sam James
2023-03-25 4:08 Sam James
2023-02-27 11:22 Florian Schmaus
2023-02-16 21:12 Florian Schmaus
2023-02-16 5:09 Sam James
2023-02-10 13:11 Florian Schmaus
2023-01-05 7:53 Florian Schmaus
2022-12-29 13:37 Florian Schmaus
2022-12-23 9:44 Florian Schmaus
2022-12-21 22:54 Sam James
2022-11-28 17:29 Joonas Niilola
2022-11-28 7:00 Joonas Niilola
2022-11-07 11:33 Florian Schmaus
2022-10-28 13:42 Florian Schmaus
2022-09-27 13:47 Joonas Niilola
2022-09-27 13:47 Joonas Niilola
2022-09-27 13:47 Joonas Niilola
2022-09-19 6:40 Agostino Sarubbo
2022-07-17 7:47 Florian Schmaus
2022-07-17 7:47 Florian Schmaus
2022-07-06 7:10 Florian Schmaus
2022-07-06 7:10 Florian Schmaus
2022-07-06 6:45 Joonas Niilola
2022-06-28 9:39 Sam James
2022-06-20 7:41 Florian Schmaus
2022-06-02 7:52 Florian Schmaus
2022-06-02 7:52 Florian Schmaus
2022-05-31 7:09 Agostino Sarubbo
2022-05-30 8:58 Florian Schmaus
2022-05-11 11:36 Florian Schmaus
2022-04-05 13:15 Florian Schmaus
2022-03-30 7:16 Ionen Wolkens
2022-03-16 8:10 Ionen Wolkens
2022-03-16 7:24 Ionen Wolkens
2022-03-16 4:46 Ionen Wolkens
2022-02-15 20:22 Florian Schmaus
2022-02-15 20:22 Florian Schmaus
2022-01-23 17:51 Florian Schmaus
2022-01-23 17:50 Florian Schmaus
2022-01-23 17:50 Florian Schmaus
2022-01-07 10:28 Florian Schmaus
2022-01-07 10:28 Florian Schmaus
2022-01-07 8:26 Florian Schmaus
2021-12-29 14:39 Florian Schmaus
2021-12-29 14:39 Florian Schmaus
2021-12-27 0:24 Ionen Wolkens
2021-12-18 21:37 Ionen Wolkens
2021-12-04 15:32 Joonas Niilola
2021-12-04 15:32 Joonas Niilola
2021-11-22 11:42 Florian Schmaus
2021-11-09 11:26 Florian Schmaus
2021-11-02 9:07 Ionen Wolkens
2021-10-31 11:38 Ionen Wolkens
2021-10-31 11:38 Ionen Wolkens
2021-10-24 4:06 Sam James
2021-10-22 2:21 Ionen Wolkens
2021-10-22 2:21 Ionen Wolkens
2021-10-11 18:21 Ionen Wolkens
2021-10-11 18:21 Ionen Wolkens
2021-08-02 18:18 Ionen Wolkens
2021-08-01 6:39 Joonas Niilola
2021-08-01 6:39 Joonas Niilola
2021-07-28 16:22 Joonas Niilola
2021-07-28 16:20 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1752517039.178e873b86bccf4b48520476e89a77ed470a3fe5.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox