public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/devcontainer/
Date: Tue, 23 Jan 2024 22:07:06 +0000 (UTC)	[thread overview]
Message-ID: <1706047616.df4cd8decb8953595486c77d1799f18bc420a245.xgqt@gentoo> (raw)

commit:     df4cd8decb8953595486c77d1799f18bc420a245
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 21:20:54 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 22:06:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4cd8de

app-containers/devcontainer: drop old 0.54.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-containers/devcontainer/Manifest               |  1 -
 .../devcontainer/devcontainer-0.54.2.ebuild        | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/app-containers/devcontainer/Manifest b/app-containers/devcontainer/Manifest
index d1857e8b495f..787d7a49c7ef 100644
--- a/app-containers/devcontainer/Manifest
+++ b/app-containers/devcontainer/Manifest
@@ -1,3 +1,2 @@
-DIST devcontainer-0.54.2.tgz 603920 BLAKE2B 85737eccc793da9454fb2e8069f843356781606ce8fbfeedf1f04bf1d012f5f1ec70b1e6fd200fc2d43fa28f3b8a9647e05f42a42096dbaf6cab95a410cb6df9 SHA512 4d5e0f8be0dd3ff9b755037e489f86aeab40bc1b1ba3a558e9be5ae89ab7f109874ca04082e6851d3fe1fca2fd4f8d8c09df8e6bed273de2719e5784f30ca71c
 DIST devcontainer-0.55.0.tgz 604221 BLAKE2B e369e20b19dc780f7543f409ac04a46f432a9c007d4976dcb34829ede883424fb9496f6b7a50d047665fd4cba4b45c7ae1bc3372720f0b1dc65a8085d06a9287 SHA512 53bc02b7cdb04f7901f3c74d0a26d466231f4bc7f0e53de25c786a9ecb3b774a09b14e47e36470538560893fc6c7ec6bf9b19345e0d6bf0ff3b9db329f21e8cd
 DIST devcontainer-0.56.0.tgz 604266 BLAKE2B 5dd79411905f7d1fdb9c0998d4729aed60d15c1c337327d9e6e95d32c22453f7fe44ff6bc01416f81a1939140444072b7ade09f29419bd53392428595bc54d10 SHA512 46760fc8f2bba5349d7ac6e6d599a326579d3ace5ed26223abae8b6f5e328ee9bf9a49c6b3c31abcee4a828c80c906e06ecb217c18c46e28d5736e082ffb8d18

diff --git a/app-containers/devcontainer/devcontainer-0.54.2.ebuild b/app-containers/devcontainer/devcontainer-0.54.2.ebuild
deleted file mode 100644
index 9bbb1a22477e..000000000000
--- a/app-containers/devcontainer/devcontainer-0.54.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Reference implementation of the Development Containers specification"
-HOMEPAGE="https://containers.dev/
-	https://github.com/devcontainers/cli/"
-SRC_URI="https://registry.npmjs.org/@devcontainers/cli/-/cli-${PV}.tgz
-	-> ${P}.tgz"
-S="${WORKDIR}/package"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-	net-libs/nodejs
-"
-BDEPEND="
-	>=net-libs/nodejs-16[npm]
-"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_compile() {
-	# Skip, nothing to compile here.
-	:
-}
-
-src_install() {
-	local -a my_npm_opts=(
-		--audit false
-		--color false
-		--foreground-scripts
-		--global
-		--offline
-		--omit dev
-		--prefix "${ED}/usr"
-		--progress false
-		--verbose
-	)
-	npm "${my_npm_opts[@]}" install "${DISTDIR}/${P}.tgz" || die "npm install failed"
-
-	einstalldocs
-}


             reply	other threads:[~2024-01-23 22:07 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23 22:07 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 19:55 [gentoo-commits] repo/gentoo:master commit in: app-containers/devcontainer/ Maciej Barć
2025-02-25 23:12 Maciej Barć
2025-02-04 12:52 Maciej Barć
2024-12-06  8:31 Maciej Barć
2024-12-06  7:49 Sam James
2024-11-04  0:19 Maciej Barć
2024-11-04  0:19 Maciej Barć
2024-11-04  0:19 Maciej Barć
2024-11-04  0:19 Maciej Barć
2024-11-04  0:19 Maciej Barć
2024-10-30 15:18 Sam James
2024-10-12 14:45 Michał Górny
2024-09-27  5:30 Arthur Zamarin
2024-09-11 23:30 Maciej Barć
2024-09-06 23:11 Maciej Barć
2024-09-06 23:11 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-08-17 15:33 Jakov Smolić
2024-08-17 13:27 Maciej Barć
2024-08-17 13:27 Maciej Barć
2024-08-01 16:47 Arthur Zamarin
2024-07-31  0:03 Maciej Barć
2024-07-31  0:03 Maciej Barć
2024-07-21 19:48 Arthur Zamarin
2024-07-12 12:35 Maciej Barć
2024-07-12 12:35 Maciej Barć
2024-07-09  2:56 Sam James
2024-06-27 22:42 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-06-07 17:46 Arthur Zamarin
2024-06-04 15:17 Maciej Barć
2024-06-04 15:17 Maciej Barć
2024-05-24  0:34 Sam James
2024-05-08 12:42 Maciej Barć
2024-05-08 12:42 Maciej Barć
2024-04-23  1:31 Sam James
2024-04-22 23:01 Maciej Barć
2024-04-11  1:38 Maciej Barć
2024-04-04  9:01 Jakov Smolić
2024-03-23  0:49 Maciej Barć
2024-03-23  0:49 Maciej Barć
2024-03-15 21:51 Sam James
2024-03-04 21:58 Maciej Barć
2024-03-04 21:58 Maciej Barć
2024-03-04 21:58 Maciej Barć
2024-02-27 23:21 Sam James
2024-02-19 22:06 Sam James
2024-02-14 17:01 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-22  5:53 Sam James
2024-01-18  9:43 Maciej Barć
2023-12-22  5:07 Sam James
2023-12-22  1:03 Maciej Barć
2023-12-16 21:45 Maciej Barć
2023-12-16 21:45 Maciej Barć
2023-12-08  0:29 Maciej Barć
2023-12-08  0:29 Maciej Barć
2023-11-30 16:54 Maciej Barć
2023-11-30 16:54 Maciej Barć
2023-11-23 15:12 Maciej Barć
2023-11-15 19:27 Maciej Barć
2023-11-15 19:27 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-07 14:57 Maciej Barć

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=1706047616.df4cd8decb8953595486c77d1799f18bc420a245.xgqt@gentoo \
    --to=xgqt@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