From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/
Date: Mon, 14 Feb 2022 10:59:22 +0000 (UTC) [thread overview]
Message-ID: <1644836333.3b94feef67b7007f51c87f301e14fc64f0b16c00.ultrabug@gentoo> (raw)
commit: 3b94feef67b7007f51c87f301e14fc64f0b16c00
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Sat Jan 29 06:50:13 2022 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 10:58:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b94feef
app-admin/mongosh-bin: drop old
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24009
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
app-admin/mongosh-bin/Manifest | 4 ---
app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild | 37 --------------------------
app-admin/mongosh-bin/mongosh-bin-1.1.7.ebuild | 37 --------------------------
3 files changed, 78 deletions(-)
diff --git a/app-admin/mongosh-bin/Manifest b/app-admin/mongosh-bin/Manifest
index a70bf69d8c70..a7850e0f747c 100644
--- a/app-admin/mongosh-bin/Manifest
+++ b/app-admin/mongosh-bin/Manifest
@@ -1,6 +1,2 @@
-DIST mongosh-1.0.7_arm64.tgz 59235420 BLAKE2B c1993ca1b697eac8c5ed8d2b9ec7af0b28a46021c368d14585736f5fa0a8874db8c6bfb1d362eb62b97c3331c6902c925687f4d8548f6a209dabd698a378151a SHA512 885f86fa15c2ffb596d36bbdee5d3526e7ff0ea53d0530e8066bcfbd430dac678047914de9239a49d6cb6fb1e1d21b336de2a8dae3929af8f0504bebad9265f2
-DIST mongosh-1.0.7_x64.tgz 63269269 BLAKE2B 0403db9fd437a832bc37790ac38ae43b1aa0add711283d0f40631f9c7f8ba7f590d083a53e5ac5403b90d22b34e2a461304593702f876e75a6867e543ce0f152 SHA512 fd232c46dbde02bda22a36300c49748860902d51bd2b01f24464168d0e2b76083369f201900783b4a8c698a77f2a344b903f6c05f0914f9cd94be3fa01270b2f
-DIST mongosh-1.1.7_arm64.tgz 60598298 BLAKE2B 77817d970ddde690c49337d3e39d3f88fe50c442b698ea8d4aca3f7b9626d3f6f96e1094d08011e1c64caf616b9478ea7d275fc5e778b1afe1dfe762e71eff75 SHA512 b842fdc10f53eca4c310fc077340f87f22d2bff9550f8e865846fa6e503d8a8807d1b5e2cf113a636026c2fa233acf313a63bca0853fad91643cb9ce4df515c4
-DIST mongosh-1.1.7_x64.tgz 61852105 BLAKE2B c929806debbf73ba603e716c78a187626c963b6880fff1b8a853092a682c49dee9e07d51705ee365ac57f6e93bac59975d2268761ea473265460437d37dabff0 SHA512 9f89a0f50eae7a33e96d82017ae69c19ab67ff443c156ff3c809564e1a9bf41209c49bb2b04395aeba5c4604b8eb92b870bd6dc76eba0208e03ad0f30fe0a7c5
DIST mongosh-1.1.9_arm64.tgz 60765908 BLAKE2B 9658285f084b22ea60eaaf0c6aca78362e483b65a0153da1da37ea4d2d233509a145e2aa7f88425169815dda4443eeae9a890fc2a91020294118089260419e20 SHA512 35d7bc3409e5bec874203d8868b863ad13f6b66e82ac933848b245aaae4ab85a7c0db3879e262e62435af44f7aa0f6c46ec27e6b21f5e0d227cda5dfd623f7e2
DIST mongosh-1.1.9_x64.tgz 62020005 BLAKE2B 2b634fe864bef24bd93f6676acf57d877d745e1407ec150a75e26c498affa39dbfb5918d6645ac33a3c0990a2c33dc464ad2748e7bd9b536111a86dc856a21cb SHA512 99f2b66a7adbd8a395d46e610fa493eff974ace54b2e5cf395b572e023270e5ce3fdf7e7b73bedd3f7f31c2f46964647920920c32ac7460def71dfc5630c26b8
diff --git a/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild b/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild
deleted file mode 100644
index 99b15a3d48a8..000000000000
--- a/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 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
-}
diff --git a/app-admin/mongosh-bin/mongosh-bin-1.1.7.ebuild b/app-admin/mongosh-bin/mongosh-bin-1.1.7.ebuild
deleted file mode 100644
index 99b15a3d48a8..000000000000
--- a/app-admin/mongosh-bin/mongosh-bin-1.1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 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
-}
next reply other threads:[~2022-02-14 10:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-14 10:59 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 23:55 [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/ Sam James
2025-01-03 16:41 Joonas Niilola
2025-01-03 16:41 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-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=1644836333.3b94feef67b7007f51c87f301e14fc64f0b16c00.ultrabug@gentoo \
--to=ultrabug@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