public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/
Date: Fri, 03 Jan 2025 16:41:17 +0000 (UTC)	[thread overview]
Message-ID: <1735922125.70e0479b581aca0be5a436fcb5a9ea94aded3256.juippis@gentoo> (raw)

commit:     70e0479b581aca0be5a436fcb5a9ea94aded3256
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Tue Dec  3 15:14:48 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 16:35:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e0479b

app-admin/mongosh-bin: drop 1.3.1

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39580
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-admin/mongosh-bin/Manifest                 |  2 --
 app-admin/mongosh-bin/mongosh-bin-1.3.1.ebuild | 37 --------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-admin/mongosh-bin/Manifest b/app-admin/mongosh-bin/Manifest
index 81f13037f8b0..13245e3712e7 100644
--- a/app-admin/mongosh-bin/Manifest
+++ b/app-admin/mongosh-bin/Manifest
@@ -1,5 +1,3 @@
-DIST mongosh-1.3.1_arm64.tgz 61196774 BLAKE2B 6d48f06d2378d0d1f46f896b445e4022a5a8c0f7d6b9225dadf909734a721255eb0d4b6daccf52886db07a1f3186125abef10603e4cf91791b4d93c0d6ca2a30 SHA512 46519e1ccda8490ac1336014c17250392402c7497b34fdb4cdefdab322913f740b2699e2f1a94aeee5441157025586900f1ffe3bac40e4eca5e1858cdc2e406b
-DIST mongosh-1.3.1_x64.tgz 62428646 BLAKE2B f92434ff73890ba38498bc51d9a497d7feab240e7bbe380565b1bf54fa58018d24250c70f20f634248b481b5b41d0c4bdea0bf130347a1fdd547cfc7d655de67 SHA512 2650f05f40594736985e11cede4d59dcce0c620654ab7c136084a94b816bafd3d2cc6ab8be05e1c844cad9221f436e9aa2e9e670cbae6505fe6d28c12cf608dd
 DIST mongosh-2.0.2_arm64.tgz 70059224 BLAKE2B 3039ddbf28ff8e11e2f8568f3b2b9aadc021b28705b96930e97c5b6352825c0ad625b68ca2c0cd55015b03aeb71c52d357d13625007e577344ed1bf9cb608146 SHA512 7569a39426fd76d6cfe6e98d7986d0f5aac443d0f227a1e479493a0d438ca291f02ae191d9b33648e797d006e6d2833608948e74d73294a21d14a9a6cfadcb56
 DIST mongosh-2.0.2_x64.tgz 71429653 BLAKE2B c6059cbb786ee29bbda63267cc7abadec38e9a4ca09162c737005de0e71c4fc8ae7cea4434117d62b9881f956b5d0dad0800013fa45f5edc6dda44b8c6897c45 SHA512 e29a4bafd2bcc57bde1f58f857a4127cc52b756078cd065434c55d910870bd3b18f732b2e1dda17afb4f338c2519ca9a64cc13216e48f5116b3cabbd38cb0a82
 DIST mongosh-2.3.4_arm64.tgz 80816896 BLAKE2B 10d4079605a45941edc8e2070b0aac23d3e27f5a7d97e97e4699639a7a3be0fcdf53015207818a67d9b08041bb8d7e396466d01afa0c78f931aea47e103162c3 SHA512 7822ac99e141421f533687f04272c867d2e646ad7d5d2d358147164480fb3f79a99f3849ceb4ecba2da77923240cec464adb620731b09fd43a5eb8bbca4cd4ce

diff --git a/app-admin/mongosh-bin/mongosh-bin-1.3.1.ebuild b/app-admin/mongosh-bin/mongosh-bin-1.3.1.ebuild
deleted file mode 100644
index 7fc69f5adb4f..000000000000
--- a/app-admin/mongosh-bin/mongosh-bin-1.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN%-bin}"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="The MongoDB Shell"
-HOMEPAGE="https://github.com/mongodb-js/mongosh https://www.mongodb.com/products/shell"
-
-SRC_URI_BASE="https://downloads.mongodb.com/compass/${MY_P}-linux"
-SRC_URI="amd64? ( ${SRC_URI_BASE}-x64.tgz -> ${MY_P}_x64.tgz )
-		arm64? ( ${SRC_URI_BASE}-arm64.tgz -> ${MY_P}_arm64.tgz )"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 ISC MIT WTFPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-RDEPEND="dev-libs/cyrus-sasl[kerberos]"
-
-# Do not complain about CFLAGS etc since we don't use them
-QA_FLAGS_IGNORED='.*'
-
-src_unpack() {
-	if use amd64; then
-		S="${WORKDIR}/${MY_P}-linux-x64"
-	elif use arm64; then
-		S="${WORKDIR}/${MY_P}-linux-arm64"
-	fi
-
-	default
-}
-
-src_install() {
-	dobin bin/mongosh
-}


             reply	other threads:[~2025-01-03 16:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-03 16:41 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03 16:41 [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/ Joonas Niilola
2024-11-30 10:46 Arthur Zamarin
2023-10-31 14:03 Alexys Jacob
2023-10-31 14:03 Alexys Jacob
2023-01-08 14:57 Joonas Niilola
2022-05-10 20:19 Alexys Jacob
2022-02-14 10:59 Alexys Jacob
2022-02-14 10:59 Alexys Jacob
2022-01-07  5:14 Sam James
2022-01-07  5:14 Sam James
2021-10-04 12:33 Joonas Niilola
2021-10-04 12:33 Joonas Niilola
2021-08-20 18:07 Alexys Jacob
2021-08-19 16:38 Alexys Jacob

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=1735922125.70e0479b581aca0be5a436fcb5a9ea94aded3256.juippis@gentoo \
    --to=juippis@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