From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 160DA1581FD for ; Fri, 05 Sep 2025 20:05:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ED635335D92 for ; Fri, 05 Sep 2025 20:05:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A4789110577; Fri, 05 Sep 2025 20:04:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9D900110576 for ; Fri, 05 Sep 2025 20:04:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E87D340DB7 for ; Fri, 05 Sep 2025 20:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFDD38CD for ; Fri, 05 Sep 2025 20:04:56 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1757102692.4d4c466483486aaffddc98f3d56f3c6bd22f4038.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/devcontainer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/devcontainer/Manifest app-containers/devcontainer/devcontainer-0.76.0.ebuild X-VCS-Directories: app-containers/devcontainer/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4d4c466483486aaffddc98f3d56f3c6bd22f4038 X-VCS-Branch: master Date: Fri, 05 Sep 2025 20:04:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef7ad4e0-8743-427e-af45-2412e2c0eff5 X-Archives-Hash: a6635348811dc80dcd187fb918743291 commit: 4d4c466483486aaffddc98f3d56f3c6bd22f4038 Author: Maciej Barć gentoo org> AuthorDate: Fri Sep 5 19:33:06 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Sep 5 20:04:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4c4664 app-containers/devcontainer: drop old 0.76.0 Signed-off-by: Maciej Barć gentoo.org> app-containers/devcontainer/Manifest | 1 - .../devcontainer/devcontainer-0.76.0.ebuild | 46 ---------------------- 2 files changed, 47 deletions(-) diff --git a/app-containers/devcontainer/Manifest b/app-containers/devcontainer/Manifest index 8ac099222d43..5f8b33ee647d 100644 --- a/app-containers/devcontainer/Manifest +++ b/app-containers/devcontainer/Manifest @@ -1,2 +1 @@ -DIST devcontainer-0.76.0.tgz 612117 BLAKE2B 5259b39da32b45a64e428c1db6e4fe79af5ec5cb0c722b2f1221e0e3d2ca77e997af558bc847ec6995e69d4e14374c8daa127f274bb4cf12ec589f2437009161 SHA512 2de5c099db8f7e9af7746a7b03ae77e9af5daea50ec6be6a27de9e17f6e75607891daa4514f3f400199c66517f802347c004c8876f41d1fdeb19926980b546fe DIST devcontainer-0.80.0.tgz 612503 BLAKE2B ec349f0c71ea74377bc5b31d0933a4cd1f30de69cb81e9ca70aa550821c23ebeeea225e88303fe0878a023c0f0a5df3d19b3138c8da99b315f75b3efa8582833 SHA512 c3611ac608f27951b2cdf03f294119061c97aaeff93f258d5dc9eb5ec64e06bb7768ddb3c86887ad7a06e784c5e8ad1be43482174d51b797e7232ac2785cc52b diff --git a/app-containers/devcontainer/devcontainer-0.76.0.ebuild b/app-containers/devcontainer/devcontainer-0.76.0.ebuild deleted file mode 100644 index 18fcb6293c58..000000000000 --- a/app-containers/devcontainer/devcontainer-0.76.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 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 -}