commit:     c4c51382badb4bad5ae07f2c04cb311555a8ff36
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May  3 12:47:32 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May  3 14:33:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c51382

app-containers/devcontainer: drop old 0.73.0

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

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

diff --git a/app-containers/devcontainer/Manifest 
b/app-containers/devcontainer/Manifest
index bf3aa4b1724a..94bd3facde3d 100644
--- a/app-containers/devcontainer/Manifest
+++ b/app-containers/devcontainer/Manifest
@@ -1,3 +1,2 @@
-DIST devcontainer-0.73.0.tgz 622077 BLAKE2B 
2ce60e2a483f1578be8c49264440e45c83523431341837a0c75fcc113cd21835bad8abc5e21889aade816d71cb014ca5bc39fedc4e32f95ca0505ebcd3e85be5
 SHA512 
63278f676b2d694e6a811682500fe91d2e547a7ffeabc9886f08677c58069a622d6bd9124073d32c45a664fac6f545ebbeb278ba858f7dd126c234f16da4c463
 DIST devcontainer-0.74.0.tgz 622169 BLAKE2B 
c697582fed39acd174bfca20579642ff1f10648e99c58c6ea2d7f23b3d207d57260941722983459d83578b931b6fcd6b913742cc180c823a715adad5a6423b47
 SHA512 
3bf7226c48f636346fc6bed5b8390adc511a68bb302f5c97eafa6576372937c9a26fe6272f17eced651dacd7e64a3932b830a465f801c8a3b577d73953a595cb
 DIST devcontainer-0.75.0.tgz 612016 BLAKE2B 
1f526eb70dda05faceeac7b83448f732222c4170f736ce187f201c9495b811b575f3983282a35c3f4fa01be432e4b1ca4da010d8a7daefc1e991ab74bd7f18b5
 SHA512 
7d870064c5f5463846f5b22192206b40c70ac27a06a7cd3c3d64e802f5b236a4a0f00798f019b60a55d5ac54249e73cb4730fe1843652eb971f96a48eb07ae50

diff --git a/app-containers/devcontainer/devcontainer-0.73.0.ebuild 
b/app-containers/devcontainer/devcontainer-0.73.0.ebuild
deleted file mode 100644
index 18fcb6293c58..000000000000
--- a/app-containers/devcontainer/devcontainer-0.73.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
-}

Reply via email to