dev-db/mongodb-compass-bin: drop 1.45.1

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-02-01 10:17:25 +02:00
parent d1e9decd44
commit da91a00405
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST mongodb-compass_1.45.1_amd64.deb 114196516 BLAKE2B ce79b13a9e590cb305e8bbc88d5838b67805d207d09f1bf6ac99cde96f5b7c3549c8d53d0cb7fee082878e2ef0d12da5cadaf6c238eebd2f3c48ad7f963b5d82 SHA512 98989fdebee1e526276d7b35c3fac4d541c740c3beb3e71321672a225a0881465a15f1c179b7546f46a75f06fd7d739e19f849d2b5d5b661298258f1543d8074
DIST mongodb-compass_1.45.2_amd64.deb 114271168 BLAKE2B ec330d75f86ec6bec81ffb57266b54833859785867e1fb375a1ae1f57de9a6fff7215da7f67766ed1bc603c4a12a43605701af8aa26e8672f57721abecd3403f SHA512 cd249a3bb7c3290031caba21af038281ca62a9a2aa4322f0dadc32411c1292c37f5f2d4cc1aa664e6d3c17fb5cbe366fc76d68304041758116f58064fe1bfb88

View File

@@ -1,32 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop unpacker wrapper xdg
DESCRIPTION="GUI for MongoDB"
HOMEPAGE="https://mongodb.com/compass https://github.com/mongodb-js/compass"
SRC_URI="https://github.com/mongodb-js/compass/releases/download/v${PV}/mongodb-compass_${PV}_amd64.deb"
S=${WORKDIR}
LICENSE="SSPL-1"
SLOT="0"
KEYWORDS="-* ~amd64"
QA_PREBUILT="
usr/lib/mongodb-compass/.*
"
src_install() {
insinto /usr/lib/mongodb-compass
doins -r usr/lib/mongodb-compass/.
fperms +x "/usr/lib/mongodb-compass/MongoDB Compass"
fperms 4755 /usr/lib/mongodb-compass/{chrome_crashpad_handler,chrome-sandbox}
domenu usr/share/applications/mongodb-compass.desktop
doicon usr/share/pixmaps/mongodb-compass.png
make_wrapper mongodb-compass "'/usr/lib/mongodb-compass/MongoDB Compass'"
}