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 1999315807A for ; Wed, 04 Jun 2025 18:41:28 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 039B533C84E for ; Wed, 04 Jun 2025 18:41:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 33BAE1103DD; Wed, 04 Jun 2025 18:41:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 2C4291103DD for ; Wed, 04 Jun 2025 18:41:00 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBDF934312F for ; Wed, 04 Jun 2025 18:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C03B2822 for ; Wed, 04 Jun 2025 18:40:58 +0000 (UTC) From: "Jay Faulkner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jay Faulkner" Message-ID: <1749062449.7fb13fc49925eacce35dd702d6044673c29bcd5a.jayf@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/claude-code/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/claude-code/Manifest dev-util/claude-code/claude-code-1.0.6.ebuild X-VCS-Directories: dev-util/claude-code/ X-VCS-Committer: jayf X-VCS-Committer-Name: Jay Faulkner X-VCS-Revision: 7fb13fc49925eacce35dd702d6044673c29bcd5a X-VCS-Branch: master Date: Wed, 04 Jun 2025 18:40:58 +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: 2d1fa737-1884-4c2b-836c-00c035deba6f X-Archives-Hash: 5bacee0884e7b5e5ffa574d0151564ca commit: 7fb13fc49925eacce35dd702d6044673c29bcd5a Author: Jay Faulkner gentoo org> AuthorDate: Wed Jun 4 18:40:31 2025 +0000 Commit: Jay Faulkner gentoo org> CommitDate: Wed Jun 4 18:40:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb13fc4 dev-util/claude-code: drop 1.0.6 Signed-off-by: Jay Faulkner gentoo.org> dev-util/claude-code/Manifest | 1 - dev-util/claude-code/claude-code-1.0.6.ebuild | 54 --------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-util/claude-code/Manifest b/dev-util/claude-code/Manifest index 4f3451cab1cf..66560e9cf40d 100644 --- a/dev-util/claude-code/Manifest +++ b/dev-util/claude-code/Manifest @@ -1,3 +1,2 @@ DIST claude-code-1.0.10.tgz 55904599 BLAKE2B 616e97f2d214352dc8baf0a4f3dfed6fc30bba31cfc45383b5ccf6780b9102660e0f370fbe998939c6160c81ac16729b8a3fd01d0d925c10bc047857c67b0303 SHA512 310e3e6c3c2369fe41cc096e8d1132870249b81b609db348ec362211a441f817a8331a2f4582d05f2a3dfd62be348868bdff2b2503573fdabafb01eb37506967 DIST claude-code-1.0.11.tgz 55912657 BLAKE2B 02af5a63e084abce706ebf7fa5fc8f33fadbea6fbe40fac6f6e815ed077b17c15a31064f05e266a90dae96a21cb7b46bd85067292fa69ab012b1845b6e30590e SHA512 7b361f912c428908d1789a012646b24e9ce159158a99f132e9189ad9376e7c198347b2a3fe23f8218d7433924e4e007ca70ed77e36298a3827a268856665516e -DIST claude-code-1.0.6.tgz 55883495 BLAKE2B 236aab0e175f31d27c3cb5d19ab7e5127820b51c171e1fcd54e7cb4b873df9d7f0987efa90ee2b4fdfbb059dc3565ad5af2a718a5c13da63bc1a703bd98b5b02 SHA512 42a3d96782176d46922ea5c4c78cfaf12b6373b3651a1fdbe30a32632324b3e70c509e5960312401ed3d711650ead8ee6d936005a1933aa7d3693f0d827922a1 diff --git a/dev-util/claude-code/claude-code-1.0.6.ebuild b/dev-util/claude-code/claude-code-1.0.6.ebuild deleted file mode 100644 index d31fac6d7bdd..000000000000 --- a/dev-util/claude-code/claude-code-1.0.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo - -DESCRIPTION="Claude Code - an agentic coding tool by Anthropic" -HOMEPAGE="https://www.anthropic.com/claude-code" -SRC_URI="https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${PV}.tgz" -S="${WORKDIR}" - -# NOTE(JayF): claude-code is only usable via paid subscription and has a -# clickthrough EULA-type license. Please see $HOMEPAGE for -# full details. -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64" - -QA_PREBUILT="usr/lib64/node_modules/@anthropic-ai/claude-code/vendor/*" -RESTRICT="strip" - -RDEPEND=" - >=net-libs/nodejs-18 - sys-apps/ripgrep -" -BDEPEND=">=net-libs/nodejs-18[npm]" - -src_unpack() { - # npm installs the tarball directly - : -} - -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 - ) - edo npm "${my_npm_opts[@]}" install "${DISTDIR}/${P}.tgz" - - rm -r "${ED}/usr/lib64/node_modules/@anthropic-ai/claude-code/vendor/ripgrep" || die -}