From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/devcontainer/
Date: Fri, 05 Sep 2025 20:04:56 +0000 (UTC) [thread overview]
Message-ID: <1757102692.4d4c466483486aaffddc98f3d56f3c6bd22f4038.xgqt@gentoo> (raw)
commit: 4d4c466483486aaffddc98f3d56f3c6bd22f4038
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 5 19:33:06 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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
-}
next reply other threads:[~2025-09-05 20:05 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-05 20:04 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-19 14:53 [gentoo-commits] repo/gentoo:master commit in: app-containers/devcontainer/ Arthur Zamarin
2025-09-05 20:04 Maciej Barć
2025-09-05 20:04 Maciej Barć
2025-09-05 20:04 Maciej Barć
2025-08-19 21:03 Sam James
2025-07-27 22:49 Sam James
2025-07-15 21:44 Maciej Barć
2025-07-01 0:33 Maciej Barć
2025-06-13 19:00 Maciej Barć
2025-06-13 19:00 Maciej Barć
2025-06-06 21:20 Sam James
2025-05-03 14:33 Maciej Barć
2025-05-03 14:33 Maciej Barć
2025-05-03 14:33 Maciej Barć
2025-05-03 14:33 Maciej Barć
2025-04-05 17:08 Arthur Zamarin
2025-03-24 12:03 Sam James
2025-03-15 19:55 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-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=1757102692.4d4c466483486aaffddc98f3d56f3c6bd22f4038.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