Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/
Date: Sat, 01 Oct 2022 03:09:43
Message-Id: 1664593775.38af1a6e4a5ed7c5232e19b228e90beb8bdc661e.kensington@gentoo
1 commit: 38af1a6e4a5ed7c5232e19b228e90beb8bdc661e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 03:08:43 2022 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 03:09:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38af1a6e
7
8 app-admin/bitwarden-desktop-bin: drop 1.32.1
9
10 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
11
12 app-admin/bitwarden-desktop-bin/Manifest | 1 -
13 .../bitwarden-desktop-bin-1.32.1.ebuild | 87 ----------------------
14 2 files changed, 88 deletions(-)
15
16 diff --git a/app-admin/bitwarden-desktop-bin/Manifest b/app-admin/bitwarden-desktop-bin/Manifest
17 index 0f9e97144eae..ff3a182e36af 100644
18 --- a/app-admin/bitwarden-desktop-bin/Manifest
19 +++ b/app-admin/bitwarden-desktop-bin/Manifest
20 @@ -1,2 +1 @@
21 -DIST Bitwarden-1.32.1-amd64.deb 72752286 BLAKE2B f7ea64bacb85820872c026d4f4bc6e7b70533bc64af85cea71beac4cf5da559a2178775a2eb31c805837ec5b7fc853c5c097fe3fa71bebf796ea165f62723a4b SHA512 514e9da98a4987d7a65e4b8a5f00fe9154a5e7558edc8d14360a1e7e21a24d4ad2ee82c38b029976d6671af991a82d54207cbfc73c7e246b7c18e5ddceb9394f
22 DIST Bitwarden-2022.6.0-amd64.deb 64084380 BLAKE2B 8729385160c07be0056ee9b17f70aa53b5c5e240fbe5ecbc20d3f4b5e2af69524a4042b07d619c04c6521cd1696459346e6812796bea78f5ba7538de22ff7965 SHA512 70de5d3c626543bfe3f8e3ecde1abe427154e73456f989b6b0219db79c2f61d09a72d37034f9f37a14bd2ddd82ecbb23515551fc7eabc6bc1aa87bc8b44d4474
23
24 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
25 deleted file mode 100644
26 index f20778c037c9..000000000000
27 --- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.32.1.ebuild
28 +++ /dev/null
29 @@ -1,87 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit desktop unpacker xdg-utils
36 -
37 -MY_PN="Bitwarden"
38 -
39 -DESCRIPTION="Bitwarden password manager desktop client"
40 -HOMEPAGE="https://bitwarden.com/"
41 -SRC_URI="https://github.com/bitwarden/desktop/releases/download/v${PV}/Bitwarden-${PV}-amd64.deb"
42 -S="${WORKDIR}"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND="
49 - app-accessibility/at-spi2-atk:2
50 - app-accessibility/at-spi2-core:2
51 - app-crypt/libsecret
52 - dev-libs/atk
53 - dev-libs/expat
54 - dev-libs/glib
55 - sys-libs/glibc
56 - dev-libs/nspr
57 - dev-libs/nss
58 - media-libs/alsa-lib
59 - media-libs/mesa
60 - net-print/cups
61 - sys-apps/dbus
62 - sys-apps/util-linux
63 - x11-libs/cairo
64 - x11-libs/gdk-pixbuf:2
65 - x11-libs/gtk+:3
66 - x11-libs/libdrm
67 - x11-libs/libX11
68 - x11-libs/libxcb
69 - x11-libs/libXcomposite
70 - x11-libs/libXcursor
71 - x11-libs/libXdamage
72 - x11-libs/libXext
73 - x11-libs/libXfixes
74 - x11-libs/libXi
75 - x11-libs/libxkbcommon
76 - x11-libs/libXrandr
77 - x11-libs/libXrender
78 - x11-libs/libXScrnSaver
79 - x11-libs/libxshmfence
80 - x11-libs/libXtst
81 - x11-libs/pango
82 -"
83 -IDEPEND="
84 - dev-util/desktop-file-utils
85 - dev-util/gtk-update-icon-cache
86 -"
87 -
88 -QA_PREBUILT="
89 - opt/Bitwarden/*.so*
90 - opt/Bitwarden/bitwarden
91 - opt/Bitwarden/chrome-sandbox
92 -"
93 -
94 -src_install() {
95 - insinto /opt
96 - doins -r opt/${MY_PN}
97 - fperms 755 /opt/Bitwarden/bitwarden
98 - fperms 4755 /opt/Bitwarden/chrome-sandbox
99 -
100 - domenu usr/share/applications/bitwarden.desktop
101 -
102 - local x
103 - for x in 16 32 48 64 256 512; do
104 - doicon -s ${x} usr/share/icons/hicolor/${x}*/*
105 - done
106 -}
107 -
108 -pkg_postinst() {
109 - xdg_desktop_database_update
110 - xdg_icon_cache_update
111 -}
112 -
113 -pkg_postrm() {
114 - xdg_desktop_database_update
115 - xdg_icon_cache_update
116 -}