From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E0AF1581C1 for ; Tue, 16 Jul 2024 16:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B95E2A1C; Tue, 16 Jul 2024 16:28:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 0FC86E2A1C for ; Tue, 16 Jul 2024 16:28:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D7F33FD3F for ; Tue, 16 Jul 2024 16:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F7C91DCB for ; Tue, 16 Jul 2024 16:28:16 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1721147201.e00f1d337d408a87c8c7843f511423f2064c19d1.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/pnpm-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/pnpm-bin/Manifest sys-apps/pnpm-bin/pnpm-bin-9.5.0.ebuild X-VCS-Directories: sys-apps/pnpm-bin/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: e00f1d337d408a87c8c7843f511423f2064c19d1 X-VCS-Branch: dev Date: Tue, 16 Jul 2024 16:28:16 +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: e1ae57cc-cd97-49a3-8df6-08cc9ffd649c X-Archives-Hash: 90551974eace020fa299342c8423a62c commit: e00f1d337d408a87c8c7843f511423f2064c19d1 Author: Guillermo Roche gmail com> AuthorDate: Tue Jul 16 16:01:21 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue Jul 16 16:26:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e00f1d33 sys-apps/pnpm-bin: add 9.5.0 Signed-off-by: Guillermo Roche gmail.com> Closes: https://github.com/gentoo/guru/pull/216 Signed-off-by: Lucio Sauer posteo.net> sys-apps/pnpm-bin/Manifest | 1 + sys-apps/pnpm-bin/pnpm-bin-9.5.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/sys-apps/pnpm-bin/Manifest b/sys-apps/pnpm-bin/Manifest index 7ff5879e2..718652e1f 100644 --- a/sys-apps/pnpm-bin/Manifest +++ b/sys-apps/pnpm-bin/Manifest @@ -1 +1,2 @@ DIST pnpm-bin-9.0.6 58732810 BLAKE2B 78647187661a3ca4174e33c32b35fc4cd002d60fc84afda6de3bf69c40ebb7cd98f6daea7395b32610493fa1d18ece770148739b8918f9ba5f71dee274eb7444 SHA512 c9a7ecaf51aaf48b68292c7d554864efd0d3e6f1c2a434b09df0b951589a71f14ed3e72f83e0c16e54b3c9cb7c819712b58e291b38297fdf26325316632fd167 +DIST pnpm-bin-9.5.0 59513182 BLAKE2B 3fc1e81784a7bf4f177b504cd9941cc9ffb9b50a4a47ea14b76dfcd200f2322e57fed0f1087e17a85bcf62d6d7e179324c6c2c449a34694b12e72b7815c03e0e SHA512 c32c103cb32111617f2401bbd785f796c44516929b389a82728b3b831a6ed72073f1fc87af918d501f5a93422687bccc322ae30a001f22bc3e2a39d736c9a95e diff --git a/sys-apps/pnpm-bin/pnpm-bin-9.5.0.ebuild b/sys-apps/pnpm-bin/pnpm-bin-9.5.0.ebuild new file mode 100644 index 000000000..82c1dea50 --- /dev/null +++ b/sys-apps/pnpm-bin/pnpm-bin-9.5.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn" +HOMEPAGE="https://pnpm.io" +SRC_URI="https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> ${P}" + +S="${WORKDIR}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="strip" + +QA_PREBUILT="usr/bin/pnpm" + +src_install() { + newbin "${DISTDIR}/${P}" pnpm +}