public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb-compass-bin/
Date: Sun, 19 Jan 2025 13:10:51 +0000 (UTC)	[thread overview]
Message-ID: <1737292237.d0795c5854216b42ba488f4da2e966637c4c8796.arthurzam@gentoo> (raw)

commit:     d0795c5854216b42ba488f4da2e966637c4c8796
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 13:08:12 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 13:10:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0795c58

dev-db/mongodb-compass-bin: new package, add 1.45.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-db/mongodb-compass-bin/Manifest                |  1 +
 dev-db/mongodb-compass-bin/metadata.xml            | 11 ++++++++
 .../mongodb-compass-bin-1.45.1.ebuild              | 32 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-db/mongodb-compass-bin/Manifest b/dev-db/mongodb-compass-bin/Manifest
new file mode 100644
index 000000000000..3ca491646c8e
--- /dev/null
+++ b/dev-db/mongodb-compass-bin/Manifest
@@ -0,0 +1 @@
+DIST mongodb-compass_1.45.1_amd64.deb 114196516 BLAKE2B ce79b13a9e590cb305e8bbc88d5838b67805d207d09f1bf6ac99cde96f5b7c3549c8d53d0cb7fee082878e2ef0d12da5cadaf6c238eebd2f3c48ad7f963b5d82 SHA512 98989fdebee1e526276d7b35c3fac4d541c740c3beb3e71321672a225a0881465a15f1c179b7546f46a75f06fd7d739e19f849d2b5d5b661298258f1543d8074

diff --git a/dev-db/mongodb-compass-bin/metadata.xml b/dev-db/mongodb-compass-bin/metadata.xml
new file mode 100644
index 000000000000..46a639b29964
--- /dev/null
+++ b/dev-db/mongodb-compass-bin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>arthurzam@gentoo.org</email>
+		<name>Arthur Zamarin</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">mongodb-js/compass</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-db/mongodb-compass-bin/mongodb-compass-bin-1.45.1.ebuild b/dev-db/mongodb-compass-bin/mongodb-compass-bin-1.45.1.ebuild
new file mode 100644
index 000000000000..019ffd14325c
--- /dev/null
+++ b/dev-db/mongodb-compass-bin/mongodb-compass-bin-1.45.1.ebuild
@@ -0,0 +1,32 @@
+# 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'"
+}


             reply	other threads:[~2025-01-19 13:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-19 13:10 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01  6:56 [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb-compass-bin/ Arthur Zamarin
2025-02-01  8:18 Arthur Zamarin
2025-02-01  8:18 Arthur Zamarin
2025-02-13 20:29 Arthur Zamarin
2025-03-11 20:04 Arthur Zamarin

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=1737292237.d0795c5854216b42ba488f4da2e966637c4c8796.arthurzam@gentoo \
    --to=arthurzam@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