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 67015158B20 for ; Mon, 03 Feb 2025 05:26:39 +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 51EBB342FF5 for ; Mon, 03 Feb 2025 05:26:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 563FC1103B6; Mon, 03 Feb 2025 05:26:38 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5103C1103B6 for ; Mon, 03 Feb 2025 05:26:38 +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 E8A51342FDB for ; Mon, 03 Feb 2025 05:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825571CE6 for ; Mon, 03 Feb 2025 05:26:36 +0000 (UTC) From: "Skyler Mäntysaari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Skyler Mäntysaari" Message-ID: <1738560383.ed55e3c543e8da191768868823e4bcebead6a18e.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/1password-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/1password-cli/1password-cli-2.24.0.ebuild app-misc/1password-cli/1password-cli-2.30.3.ebuild app-misc/1password-cli/Manifest X-VCS-Directories: app-misc/1password-cli/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Skyler Mäntysaari X-VCS-Revision: ed55e3c543e8da191768868823e4bcebead6a18e X-VCS-Branch: dev Date: Mon, 03 Feb 2025 05:26:36 +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: e5d3b351-7d8e-4c86-814b-596660e3b633 X-Archives-Hash: f05932372cb5c23499f8827e928200b1 commit: ed55e3c543e8da191768868823e4bcebead6a18e Author: Skyler Mäntysaari skym fi> AuthorDate: Mon Feb 3 05:26:23 2025 +0000 Commit: Skyler Mäntysaari samip fi> CommitDate: Mon Feb 3 05:26:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed55e3c5 app-misc/1password-cli: add 2.30.3, drop 2.24.0 Signed-off-by: Skyler Mäntysaari skym.fi> .../{1password-cli-2.24.0.ebuild => 1password-cli-2.30.3.ebuild} | 9 ++++++--- app-misc/1password-cli/Manifest | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-misc/1password-cli/1password-cli-2.24.0.ebuild b/app-misc/1password-cli/1password-cli-2.30.3.ebuild similarity index 57% rename from app-misc/1password-cli/1password-cli-2.24.0.ebuild rename to app-misc/1password-cli/1password-cli-2.30.3.ebuild index aff21e8d6..7dbf3c017 100644 --- a/app-misc/1password-cli/1password-cli-2.24.0.ebuild +++ b/app-misc/1password-cli/1password-cli-2.30.3.ebuild @@ -1,16 +1,19 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="The world’s most-loved password manager CLI" HOMEPAGE="https://1password.com" -SRC_URI="amd64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_amd64_v${PV}.zip )" +SRC_URI=" +amd64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_amd64_v${PV}.zip ) +arm64? ( https://cache.agilebits.com/dist/1P/op2/pkg/v${PV}/op_linux_arm64_v${PV}.zip ) +" S="${WORKDIR}" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RESTRICT="strip test bindist" BDEPEND="app-arch/unzip" diff --git a/app-misc/1password-cli/Manifest b/app-misc/1password-cli/Manifest index 7c3cbc403..71fd8beee 100644 --- a/app-misc/1password-cli/Manifest +++ b/app-misc/1password-cli/Manifest @@ -1 +1,2 @@ -DIST op_linux_amd64_v2.24.0.zip 8517044 BLAKE2B 42c7b3523fd6237cd1e4c4574880a7bed5f5105fb6974fc9c9bd86e83ead7468ce955272306d00417d31cf376b87fe539935f4d7831360cbbd891b91e7f3811c SHA512 08b8792c1978b8457313cbe309071a71bf0305e85c3a7fac6709f9ad7d9806fa55c19cdd9032c70ccff361a4b55d878633a1235f0f68189af173ecfcf6fcbcfa +DIST op_linux_amd64_v2.30.3.zip 8788510 BLAKE2B 4b71d7aaf2d80e88ea99d77e12e5574f711661bd7d0c7c3b4a7e9c18c88007196de0e00d6ea47f32ff9a477d6a7d11b97592b4ecface9b366d5307d1d481ad4c SHA512 3158d890271acbd844474c325e518e560b8d6e5b5a067a66cc6bd72ab88b531544195f1722467c80cbe7e8d7bd31bd206174a8bfb57f96341b4f63b98d2bd81c +DIST op_linux_arm64_v2.30.3.zip 8082387 BLAKE2B d1831dff6939ff16238d87e7e2a414594ae822ef4e3dbbf9ac4868b4e35d64bfa9c59784956d8e9148dd27ba0b545db59161648189a69bbc8e36980b1322601a SHA512 881197f62c1cbb086e0f883d5d9b8e0279ccafe36343cebbcf5bacbccbdd5e848eaa3b55c8748db80440d4e8daa473274f7f1debc72cdab5bcb5cda6725d7c42