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 BCAA3158041 for ; Thu, 28 Mar 2024 17:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D57F5E2A87; Thu, 28 Mar 2024 17:49:47 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B66B2E2A87 for ; Thu, 28 Mar 2024 17:49:47 +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 BDB59343079 for ; Thu, 28 Mar 2024 17:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41C441603 for ; Thu, 28 Mar 2024 17:49:45 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1711647610.156576a5f190ff0331a467118d89ddbaa35f1919.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/1password/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/1password/1password-8.10.16.ebuild gui-apps/1password/Manifest X-VCS-Directories: gui-apps/1password/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 156576a5f190ff0331a467118d89ddbaa35f1919 X-VCS-Branch: master Date: Thu, 28 Mar 2024 17:49:45 +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: f957b7e7-2fa3-4d9a-b23b-ea6ec56bdaa3 X-Archives-Hash: db24c6a0c099034249f508ce33d120df Message-ID: <20240328174945.P27QW1p2UI618nJ5pYVMk6-MZ-REXUftD9PXyQA_MN4@z> commit: 156576a5f190ff0331a467118d89ddbaa35f1919 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Mar 28 17:33:02 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu Mar 28 17:40:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=156576a5 gui-apps/1password: drop 8.10.16 Signed-off-by: Viorel Munteanu gentoo.org> gui-apps/1password/1password-8.10.16.ebuild | 79 ----------------------------- gui-apps/1password/Manifest | 1 - 2 files changed, 80 deletions(-) diff --git a/gui-apps/1password/1password-8.10.16.ebuild b/gui-apps/1password/1password-8.10.16.ebuild deleted file mode 100644 index 765016b8e3..0000000000 --- a/gui-apps/1password/1password-8.10.16.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit rpm xdg-utils optfeature - -DESCRIPTION="The world’s most-loved password manager" -HOMEPAGE="https://1password.com" -SRC_URI="amd64? ( https://downloads.1password.com/linux/rpm/stable/x86_64/${P}.x86_64.rpm )" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="mirror strip test bindist" - -DEPEND=" - x11-misc/xdg-utils - acct-group/1password -" -RDEPEND=" - ${DEPEND} - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXrandr - media-libs/alsa-lib - app-accessibility/at-spi2-core - net-print/cups - x11-libs/libdrm - media-libs/mesa - x11-libs/gtk+ - dev-libs/nspr - dev-libs/nss - x11-libs/pango - x11-libs/libxkbcommon -" - -S=${WORKDIR} - -src_prepare() { - default - xdg_environment_reset -} - -src_unpack() { - rpm_unpack ${P}.x86_64.rpm -} - -QA_PREBUILT="opt/1Password/*" - -src_install() { - cp -ar "${S}/opt" "${D}" || die "Install failed!" - cp -ar "${S}/usr" "${D}" || die "Install failed!" - - chgrp 1password "${D}/opt/1Password/1Password-BrowserSupport" || die - - dosym ../../opt/1Password/1password /usr/bin/1password -} - -pkg_postinst() { - chmod 4755 /opt/1Password/chrome-sandbox - chmod 6755 /opt/1Password/1Password-KeyringHelper - chmod 2755 /opt/1Password/1Password-BrowserSupport - - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update - - optfeature "cli support" app-misc/1password-cli - optfeature "policykit support" sys-auth/polkit -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest index 98f63ea907..3bac72fa2f 100644 --- a/gui-apps/1password/Manifest +++ b/gui-apps/1password/Manifest @@ -1,2 +1 @@ -DIST 1password-8.10.16.x86_64.rpm 101643244 BLAKE2B 8ac9c3ebf515347297addf5fa3ca3183a5e4a97160276cdd1ec968970b2878ad2111a1bc8ecc8bf2e82b287b3ec53c6e51753b5aed101b890ac63290da7dd6fd SHA512 5670318cf0f4745d62e49b932edd98f721a3c1c9fd0b6b86791d0da244f1718bf86485602787373a33f8e496eb533fb475a93ae67244b45ec08d6eb857d75e86 DIST 1password-8.10.28.x86_64.rpm 139002692 BLAKE2B 2c2713e7df8020ab348cbeefc094ec79239ab5481c38798f67f21b86eb49a0701c71b11b11a3f04fecaf04589bee6df8dfb80ee9a8aba8f6ab565187e5f351a7 SHA512 b6e24e7b4c2b2940e1d798ab162d71f8926a1f1ec6310d3112f44af35bb17d70602c4bafcb6ed7358ba10516d1991765089e7ee5231d3bea6935c4f359755095