public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/
Date: Sat,  1 Oct 2022 03:09:40 +0000 (UTC)	[thread overview]
Message-ID: <1664593775.38af1a6e4a5ed7c5232e19b228e90beb8bdc661e.kensington@gentoo> (raw)

commit:     38af1a6e4a5ed7c5232e19b228e90beb8bdc661e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 03:08:43 2022 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 03:09:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38af1a6e

app-admin/bitwarden-desktop-bin: drop 1.32.1

Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 app-admin/bitwarden-desktop-bin/Manifest           |  1 -
 .../bitwarden-desktop-bin-1.32.1.ebuild            | 87 ----------------------
 2 files changed, 88 deletions(-)

diff --git a/app-admin/bitwarden-desktop-bin/Manifest b/app-admin/bitwarden-desktop-bin/Manifest
index 0f9e97144eae..ff3a182e36af 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST Bitwarden-1.32.1-amd64.deb 72752286 BLAKE2B f7ea64bacb85820872c026d4f4bc6e7b70533bc64af85cea71beac4cf5da559a2178775a2eb31c805837ec5b7fc853c5c097fe3fa71bebf796ea165f62723a4b SHA512 514e9da98a4987d7a65e4b8a5f00fe9154a5e7558edc8d14360a1e7e21a24d4ad2ee82c38b029976d6671af991a82d54207cbfc73c7e246b7c18e5ddceb9394f
 DIST Bitwarden-2022.6.0-amd64.deb 64084380 BLAKE2B 8729385160c07be0056ee9b17f70aa53b5c5e240fbe5ecbc20d3f4b5e2af69524a4042b07d619c04c6521cd1696459346e6812796bea78f5ba7538de22ff7965 SHA512 70de5d3c626543bfe3f8e3ecde1abe427154e73456f989b6b0219db79c2f61d09a72d37034f9f37a14bd2ddd82ecbb23515551fc7eabc6bc1aa87bc8b44d4474

diff --git a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.32.1.ebuild b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.32.1.ebuild
deleted file mode 100644
index f20778c037c9..000000000000
--- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.32.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg-utils
-
-MY_PN="Bitwarden"
-
-DESCRIPTION="Bitwarden password manager desktop client"
-HOMEPAGE="https://bitwarden.com/"
-SRC_URI="https://github.com/bitwarden/desktop/releases/download/v${PV}/Bitwarden-${PV}-amd64.deb"
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-crypt/libsecret
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib
-	sys-libs/glibc
-	dev-libs/nspr
-	dev-libs/nss
-	media-libs/alsa-lib
-	media-libs/mesa
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXcomposite
-	x11-libs/libXcursor
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXi
-	x11-libs/libxkbcommon
-	x11-libs/libXrandr
-	x11-libs/libXrender
-	x11-libs/libXScrnSaver
-	x11-libs/libxshmfence
-	x11-libs/libXtst
-	x11-libs/pango
-"
-IDEPEND="
-	dev-util/desktop-file-utils
-	dev-util/gtk-update-icon-cache
-"
-
-QA_PREBUILT="
-	opt/Bitwarden/*.so*
-	opt/Bitwarden/bitwarden
-	opt/Bitwarden/chrome-sandbox
-"
-
-src_install() {
-	insinto /opt
-	doins -r opt/${MY_PN}
-	fperms 755 /opt/Bitwarden/bitwarden
-	fperms 4755 /opt/Bitwarden/chrome-sandbox
-
-	domenu usr/share/applications/bitwarden.desktop
-
-	local x
-	for x in 16 32 48 64 256 512; do
-		doicon -s ${x} usr/share/icons/hicolor/${x}*/*
-	done
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}


             reply	other threads:[~2022-10-01  3:09 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01  3:09 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 11:58 [gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/ Yixun Lan
2025-03-04  1:49 Yixun Lan
2025-03-04  1:49 Yixun Lan
2025-02-10 13:37 Yixun Lan
2025-02-05 11:14 Yixun Lan
2025-01-01 14:15 Yixun Lan
2024-12-29 20:22 David Seifert
2024-12-02 11:52 Yixun Lan
2024-11-09 12:41 Yixun Lan
2024-11-09 12:41 Yixun Lan
2024-10-07  4:30 Yixun Lan
2024-10-07  4:30 Yixun Lan
2024-09-08 12:33 Yixun Lan
2024-09-01 23:22 Yixun Lan
2024-08-29 15:42 Yixun Lan
2024-08-29 13:54 Yixun Lan
2024-08-12  9:41 Yixun Lan
2024-07-09  0:33 Yixun Lan
2024-06-15 13:12 Yixun Lan
2024-06-15 13:12 Yixun Lan
2024-05-24  0:13 Yixun Lan
2024-04-16  5:24 Yixun Lan
2024-03-30  2:22 Yixun Lan
2024-03-30  2:22 Yixun Lan
2024-02-25  1:42 Yixun Lan
2024-02-25  1:42 Yixun Lan
2024-01-07  0:16 Yixun Lan
2023-07-31  7:47 Michael Palimaka
2023-07-31  7:47 Michael Palimaka
2023-03-25  4:35 Michael Palimaka
2023-03-25  4:35 Michael Palimaka
2023-03-25  4:35 Michael Palimaka
2023-01-08  4:01 Michael Palimaka
2023-01-08  3:55 Michael Palimaka
2022-10-01  3:14 Michael Palimaka
2022-07-02  7:05 Michael Palimaka
2022-07-02  6:38 Michael Palimaka
2022-04-12 13:21 Michael Palimaka
2022-04-12 13:21 Michael Palimaka
2022-02-20  1:07 Sam James
2022-02-10  6:36 Michael Palimaka
2022-02-10  6:31 Michael Palimaka
2022-02-10  6:31 Michael Palimaka
2021-10-26  8:03 Michael Palimaka
2021-10-26  8:03 Michael Palimaka
2021-09-20  8:36 Michael Palimaka
2021-09-20  8:36 Michael Palimaka
2021-07-16  8:25 Michael Palimaka
2021-07-16  8:25 Michael Palimaka
2021-06-04  7:17 Michael Palimaka
2021-06-04  7:17 Michael Palimaka
2021-05-27  8:31 Michael Palimaka
2021-05-27  8:31 Michael Palimaka
2021-04-07 12:09 Michael Palimaka
2020-12-18  4:25 Michael Palimaka
2020-12-03 10:31 Michael Palimaka
2020-11-24 11:47 Michael Palimaka
2020-11-05  6:29 Michael Palimaka

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=1664593775.38af1a6e4a5ed7c5232e19b228e90beb8bdc661e.kensington@gentoo \
    --to=kensington@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