From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/bitwarden-cli-bin/
Date: Tue, 18 Mar 2025 09:25:58 +0000 (UTC) [thread overview]
Message-ID: <1742210952.7ba4a4f517ad9c16f10d930c2bd79718361af42a.davidroman@gentoo> (raw)
commit: 7ba4a4f517ad9c16f10d930c2bd79718361af42a
Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Sat Mar 15 13:21:54 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar 17 11:29:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ba4a4f5
app-admin/bitwarden-cli-bin: cleanup old versions
Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>
app-admin/bitwarden-cli-bin/Manifest | 2 --
.../bitwarden-cli-bin-2024.2.1.ebuild | 35 ----------------------
.../bitwarden-cli-bin-2024.3.1.ebuild | 35 ----------------------
3 files changed, 72 deletions(-)
diff --git a/app-admin/bitwarden-cli-bin/Manifest b/app-admin/bitwarden-cli-bin/Manifest
index edd4fbbdd..3b199c3a5 100644
--- a/app-admin/bitwarden-cli-bin/Manifest
+++ b/app-admin/bitwarden-cli-bin/Manifest
@@ -1,5 +1,3 @@
-DIST bw-linux-2024.2.1.zip 33060347 BLAKE2B fdfeec07f9c9a0c70741461ff4969b8909fb04d6aa0411a936b8a10165d7e2a31ad02228cbb6e1aea6f375436be8dd5d2dc560a440d1db9877c056ed1e870719 SHA512 67222301f62371129eccd7847a642e7ac13191d9e8d5033774f888cb6eb989e1427ce2c02a05121a259e7c217214d31d793474827b315479b410bb780f858f0d
-DIST bw-linux-2024.3.1.zip 33190371 BLAKE2B e0440980ef22083b53cf3032b9fb600fc9fefe06afd64431475871d2f64af1fb5620096aada09ff3a7b7fd89992abefa410e8bbf289230aae2515e118d36ad77 SHA512 4406a118b4815eab950f8bfdba5623f8097acf0d4018726985e4614a3deb6a52d3a0323deac35ba270c7974649da9f4a70ccdf049ce88ee0528c6980935366a0
DIST bw-linux-2024.4.0.zip 33268198 BLAKE2B 672e2bc0b123320fa1118d1043c4314905203cd890c49d4c5c5ab524a9b12d3f966863dce9b4a1c5921816564fb94e908b099a94f44d033db7da3ac805de529b SHA512 07c5b153025e3303ee6f563b9e7a88908d5f7f8877594b42f94fceb3daddb77c718cf01d1546a80618c288a38a8872dbbda8faf1bc2d58af7cf74b0347e95e51
DIST bw-linux-2024.6.0.zip 35438206 BLAKE2B 59a464240a0940a28d5bb57d087efc68f1b714ca7c7711a4a42bb40ccd3b682255537d053f8d573c57ef50a5b547d5c05946e3e262e0b01c6a25fbc98543fe17 SHA512 6ffb7ab7bd405f49cd620c4110136d656362f1b57d6051da4066f60c3e3d562baa0aebc2d0d9e47967da4cbbba2e06cbfab2d3aefc48fd3620551caf8e4c05a7
DIST bw-oss-linux-2025.2.0.zip 37343883 BLAKE2B 9bf6fa0282d7351bb4396d9096b410853c507fb824cb01984f9ab7fe22621c762d1520e235ef3e5d2aa3d3e870057b36d6f1777c98c0dd370c87cdbda8e48fef SHA512 df536facc03f33a9286b95512b3c84bc148834cc82b63ef5d4b88391b3c8f5d6a4a9f77ca20be6d6ab9a05f90ecc2710cc36c67dc8ed6d14f8c7b33386d1d887
diff --git a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.1.ebuild b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.1.ebuild
deleted file mode 100644
index d30d477c5..000000000
--- a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit shell-completion
-
-DESCRIPTION="Precompiled CLI frontend which connects to Bitwarden comapatible servers"
-HOMEPAGE="https://github.com/bitwarden/clients/tree/main/apps/cli"
-
-SRC_URI="
- https://github.com/bitwarden/clients/releases/download/cli-v${PV}/bw-linux-${PV}.zip
-"
-
-S="${WORKDIR}"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# non-stripped binary is of 99M but works
-# stripped bianry is of 44M but doesnt work
-RESTRICT='strip'
-
-RDEPEND="!app-admin/bitwarden-cli"
-BDEPEND="app-arch/unzip"
-QA_PREBUILT="usr/bin/bw"
-
-src_compile() {
- ./bw completion --shell zsh > bw.zsh 2> /dev/null || die
-}
-
-src_install() {
- dobin bw
- newzshcomp bw.zsh _bw
-}
diff --git a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.3.1.ebuild b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.3.1.ebuild
deleted file mode 100644
index d30d477c5..000000000
--- a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit shell-completion
-
-DESCRIPTION="Precompiled CLI frontend which connects to Bitwarden comapatible servers"
-HOMEPAGE="https://github.com/bitwarden/clients/tree/main/apps/cli"
-
-SRC_URI="
- https://github.com/bitwarden/clients/releases/download/cli-v${PV}/bw-linux-${PV}.zip
-"
-
-S="${WORKDIR}"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# non-stripped binary is of 99M but works
-# stripped bianry is of 44M but doesnt work
-RESTRICT='strip'
-
-RDEPEND="!app-admin/bitwarden-cli"
-BDEPEND="app-arch/unzip"
-QA_PREBUILT="usr/bin/bw"
-
-src_compile() {
- ./bw completion --shell zsh > bw.zsh 2> /dev/null || die
-}
-
-src_install() {
- dobin bw
- newzshcomp bw.zsh _bw
-}
next reply other threads:[~2025-03-18 9:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-18 9:25 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-04 8:56 [gentoo-commits] repo/proj/guru:master commit in: app-admin/bitwarden-cli-bin/ David Roman
2025-03-18 9:25 David Roman
2024-06-17 21:40 Julien Roy
2024-05-07 14:26 Florian Schmaus
2024-04-09 11:25 Julien Roy
2024-03-07 11:34 Andrew Ammerlaan
2024-02-28 7:19 Florian Schmaus
2024-02-26 16:30 Viorel Munteanu
2024-02-26 16:30 Viorel Munteanu
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=1742210952.7ba4a4f517ad9c16f10d930c2bd79718361af42a.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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