commit: 951fbebdbb868c73f15e6a70a69879ce37583610 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed May 21 05:51:20 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 21 05:51:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=951fbebd
gui-apps/1password: drop 8.10.72 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> gui-apps/1password/1password-8.10.72.ebuild | 94 ----------------------------- gui-apps/1password/Manifest | 1 - 2 files changed, 95 deletions(-) diff --git a/gui-apps/1password/1password-8.10.72.ebuild b/gui-apps/1password/1password-8.10.72.ebuild deleted file mode 100644 index 2004cdd1d..000000000 --- a/gui-apps/1password/1password-8.10.72.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature rpm xdg - -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 )" -S="${WORKDIR}" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="mirror strip test bindist" - -DEPEND=" - x11-misc/xdg-utils - acct-group/1password -" -RDEPEND=" - ${DEPEND} - app-accessibility/at-spi2-core:2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/mesa - net-print/cups - sys-apps/dbus - || ( - sys-apps/systemd-utils - sys-apps/systemd - ) - sys-auth/polkit - sys-libs/zlib - x11-libs/cairo - x11-libs/gtk+:3 - x11-libs/libdrm - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libxkbcommon - x11-libs/libXrandr - x11-libs/pango -" - -src_unpack() { - rpm_unpack ${P}.x86_64.rpm -} - -QA_PREBUILT="opt/1Password/*" - -src_install() { - # Fill in policy kit file with a list of (the first 10) human users of the system. - export POLICY_OWNERS - POLICY_OWNERS="$(cut -d: -f1,3 /etc/passwd \ - | grep -E ':[0-9]{4}$' \ - | cut -d: -f1 \ - | head -n 10 \ - | sed 's/^/unix-user:/' \ - | tr '\n' ' ')" - - eval "cat <<EOF -$(cat opt/1Password/com.1password.1Password.policy.tpl) -EOF" > ./com.1password.1Password.policy - rm opt/1Password/com.1password.1Password.policy.tpl - - insinto /usr/share/polkit-1/actions - doins com.1password.1Password.policy - - unset POLICY_OWNERS - - cp -ar opt "${ED}" || die "Install failed!" - cp -ar usr "${ED}" || die "Install failed!" - - fowners root:1password /opt/1Password/1Password-BrowserSupport || die - fperms 4755 /opt/1Password/chrome-sandbox - fperms 2755 /opt/1Password/1Password-BrowserSupport - - dosym -r /opt/1Password/1password /usr/bin/1password -} - -pkg_postinst() { - xdg_pkg_postinst - - optfeature "cli support" app-misc/1password-cli -} diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest index 0f55dd759..5be35f783 100644 --- a/gui-apps/1password/Manifest +++ b/gui-apps/1password/Manifest @@ -1,3 +1,2 @@ -DIST 1password-8.10.72.x86_64.rpm 134699400 BLAKE2B 6219ed6ed22ec03a8fc846a135b1504ec9aeb32fe688e12a042126784477e1b15e1ca1e43fc42e1e93c76ab5711154385c78ae64d4ea58d679cc7b331ad05b4b SHA512 f3b589fdfe6f5816691f59872f7b27188bd59a42181cbd927f01fc1f05762a012d27f6855b26674fdfe8e7192d1620e6c7e46a4249cea823abf97df5fe9b4487 DIST 1password-8.10.76-amd64.tar.gz 202998481 BLAKE2B dd3fb572c7d60ff99ae0fb060dbf1562d22528029fc9456437f76c7b684c5f65fa5e13be6a2981caa1e27d70d88b4774b11bf96648ba9e79865a2037168ad5b1 SHA512 c52c2b7f80dd872ebce28304c6c9567f1a5785b63f9e00b22a1cc1955ea23010a7b5357675f11bb44ed2e8200577c7de66e9933767a358cdf981404ee8068e6e DIST 1password-8.10.76-arm64.tar.gz 206315616 BLAKE2B 413f32dcb3a05f2f2e810927b2c90268f5db580b7a6da8efce7110119924ff357b3eb35a8dbb2a993214c96e57ef1aebaaa7765699cfdf4a91715130df601595 SHA512 f4cbc06e88c52c7faa71ee01079ed1396c214441cd6c46ba8aa8024db49f5be7ae8c01ac43d9b03841b838a8370feb7b25be255d6fc7aa7c1e87cb3f207ae04b
