* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-10-30 23:14 Mike Rivnak
0 siblings, 0 replies; 26+ messages in thread
From: Mike Rivnak @ 2024-10-30 23:14 UTC (permalink / raw
To: gentoo-commits
commit: 2a5236ca46fc9d3df3c859af1690dc658b639278
Author: Mike Rivnak <rivnakm1 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 30 23:13:58 2024 +0000
Commit: Mike Rivnak <rivnakm1 <AT> gmail <DOT> com>
CommitDate: Wed Oct 30 23:13:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a5236ca
gui-apps/1password: install polkit policies
Signed-off-by: Mike Rivnak <rivnakm1 <AT> gmail.com>
gui-apps/1password/1password-8.10.48.ebuild | 95 +++++++++++++++++++++++++++++
gui-apps/1password/Manifest | 1 +
2 files changed, 96 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.48.ebuild b/gui-apps/1password/1password-8.10.48.ebuild
new file mode 100644
index 000000000..dae27a716
--- /dev/null
+++ b/gui-apps/1password/1password-8.10.48.ebuild
@@ -0,0 +1,95 @@
+# Copyright 2023-2024 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"
+IUSE="+pam"
+
+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 3bac72fa2..d658e9c3e 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1 +1,2 @@
DIST 1password-8.10.28.x86_64.rpm 139002692 BLAKE2B 2c2713e7df8020ab348cbeefc094ec79239ab5481c38798f67f21b86eb49a0701c71b11b11a3f04fecaf04589bee6df8dfb80ee9a8aba8f6ab565187e5f351a7 SHA512 b6e24e7b4c2b2940e1d798ab162d71f8926a1f1ec6310d3112f44af35bb17d70602c4bafcb6ed7358ba10516d1991765089e7ee5231d3bea6935c4f359755095
+DIST 1password-8.10.48.x86_64.rpm 132173932 BLAKE2B f164bda036bfe045b68f2a95372a6bd544d52c8c0ef688192e4321dc102b277e83eb04afb437bba1ec0a9852670d9ee8f30c31a8bc0be6815d2b5ef11c3b3ccb SHA512 9455ad8fc045d463b69e8f8e1e6a04233bfd2ef780b09164441704015bcadf48d8d67717bf7aefbb39f386148f01454c375107d26ec618669cf97df2653acb09
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-07-31 16:16 Mike Gilbert
0 siblings, 0 replies; 26+ messages in thread
From: Mike Gilbert @ 2025-07-31 16:16 UTC (permalink / raw
To: gentoo-commits
commit: b005d196d83755685b4418d2c1e4c1781eef01eb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 16:15:26 2025 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 16:15:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b005d196
gui-apps/1password: fix ED/EROOT usage
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
gui-apps/1password/1password-8.10.76-r1.ebuild | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.76-r1.ebuild b/gui-apps/1password/1password-8.10.76-r1.ebuild
index e39201bb7e..852638240a 100644
--- a/gui-apps/1password/1password-8.10.76-r1.ebuild
+++ b/gui-apps/1password/1password-8.10.76-r1.ebuild
@@ -35,12 +35,12 @@ src_prepare() {
}
src_install() {
- mkdir -p "${D}/opt/1Password/"
- cp -ar "${S}/${PN}-"**"/"* "${D}/opt/1Password/" || die "Install failed!"
+ dodir /opt/1Password
+ cp -ar "${S}/${PN}-"**"/"* "${ED}/opt/1Password/" || die "Install failed!"
# Fill in policy kit file with a list of (the first 10) human users of
# the system.
- mkdir -p "${D}/usr/share/polkit-1/actions/"
+ dodir /usr/share/polkit-1/actions
local policy_owners
policy_owners="$(cut -d: -f1,3 /etc/passwd \
| grep -E ':[0-9]{4}$' \
@@ -49,29 +49,29 @@ src_install() {
| sed 's/^/unix-user:/' \
| tr '\n' ' ')"
sed -e "s/\${POLICY_OWNERS}/${policy_owners}/" \
- "${D}/opt/1Password/com.1password.1Password.policy.tpl" \
- > "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy" ||
+ "${ED}/opt/1Password/com.1password.1Password.policy.tpl" \
+ > "${ED}/usr/share/polkit-1/actions/com.1password.1Password.policy" ||
die "Failed to create policy file"
- chmod 644 "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
+ fperms 644 /usr/share/polkit-1/actions/com.1password.1Password.policy
dosym -r /opt/1Password/1password /usr/bin/1password
dosym -r /opt/1Password/op-ssh-sign /usr/bin/op-ssh-sign
dosym -r /opt/1Password/resources/1password.desktop /usr/share/applications/1password.desktop
- newicon "${D}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
+ newicon "${ED}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
- dodoc "${D}/opt/1Password/resources/custom_allowed_browsers"
+ dodoc "${ED}/opt/1Password/resources/custom_allowed_browsers"
}
pkg_postinst() {
# chrome-sandbox requires the setuid bit to be specifically set.
# See https://github.com/electron/electron/issues/17972
- chmod 4755 /opt/1Password/chrome-sandbox
+ chmod 4755 "${EROOT}"/opt/1Password/chrome-sandbox
# This gives no extra permissions to the binary. It only hardens it against environmental tampering.
- chgrp 1password /opt/1Password/1Password-BrowserSupport
- chmod g+s /opt/1Password/1Password-BrowserSupport
+ chgrp 1password "${EROOT}"/opt/1Password/1Password-BrowserSupport
+ chmod g+s "${EROOT}"/opt/1Password/1Password-BrowserSupport
xdg_pkg_postinst
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-21 7:04 Matt Jolly
0 siblings, 0 replies; 26+ messages in thread
From: Matt Jolly @ 2025-05-21 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 8f6a09eec749b6a2b631ea45da8f8c706f28e128
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 07:02:24 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May 21 07:03:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f6a09ee
gui-apps/1password: update maintainers
Corrected email from last committer's git email to
the one in use elsewhere in ::guru.
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
gui-apps/1password/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/metadata.xml b/gui-apps/1password/metadata.xml
index 54e053fd8..178495f50 100644
--- a/gui-apps/1password/metadata.xml
+++ b/gui-apps/1password/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>sm+git@skym.fi</email>
+ <email>sm+gentoo@skym.fi</email>
<name>Skyler Mäntysaari</name>
</maintainer>
<longdescription>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-21 6:46 Matt Jolly
0 siblings, 0 replies; 26+ messages in thread
From: Matt Jolly @ 2025-05-21 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 951fbebdbb868c73f15e6a70a69879ce37583610
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 05:51:20 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-21 6:46 Matt Jolly
0 siblings, 0 replies; 26+ messages in thread
From: Matt Jolly @ 2025-05-21 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 79ee96312bee2e846d96a0e0d037daef85e954de
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 06:08:28 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May 21 06:41:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79ee9631
gui-apps/1password: QA fixups
- Whitespace fixes
- Drop superfluous USE
- Add original committer to metadata.xml
- replace `eval` with `sed`
- `dosym`
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
gui-apps/1password/1password-8.10.76.ebuild | 97 ++++++++++++++++-------------
gui-apps/1password/metadata.xml | 8 ++-
2 files changed, 60 insertions(+), 45 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.76.ebuild b/gui-apps/1password/1password-8.10.76.ebuild
index b85e8fe23..afab19013 100644
--- a/gui-apps/1password/1password-8.10.76.ebuild
+++ b/gui-apps/1password/1password-8.10.76.ebuild
@@ -5,7 +5,7 @@
EAPI=8
-inherit desktop xdg
+inherit desktop optfeature xdg
DESCRIPTION="Password Manager"
HOMEPAGE="https://1password.com"
@@ -13,66 +13,75 @@ SRC_URI="
amd64? ( https://downloads.1password.com/linux/tar/stable/x86_64/${PN}-${PV}.x64.tar.gz -> ${P}-amd64.tar.gz )
arm64? ( https://downloads.1password.com/linux/tar/stable/aarch64/${PN}-${PV}.arm64.tar.gz -> ${P}-arm64.tar.gz )"
+S="${WORKDIR}"
LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~arm64"
-IUSE="policykit cli"
-DEPEND="
-x11-misc/xdg-utils
-acct-group/1password
-policykit? ( sys-auth/polkit )
-cli? ( app-admin/op-cli-bin )
-"
-RDEPEND="${DEPEND}"
SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="policykit"
RESTRICT="bindist mirror strip"
-QA_PREBUILT="usr/bin/${MY_PN}"
+DEPEND="
+ x11-misc/xdg-utils
+ acct-group/1password
+"
+RDEPEND="${DEPEND}"
-S="${WORKDIR}"
+QA_PREBUILT="/opt/1Password/*"
src_prepare() {
- default
- xdg_environment_reset
+ default
+ xdg_environment_reset
}
src_install() {
- mkdir -p "${D}/opt/1Password/"
- cp -ar "${S}/${PN}-"**"/"* "${D}/opt/1Password/" || die "Install failed!"
-
- # Fill in policy kit file with a list of (the first 10) human users of
- # the system.
- mkdir -p "${D}/usr/share/polkit-1/actions/"
- 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 "${D}/opt/1Password/com.1password.1Password.policy.tpl")
-EOF" >"${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
- chmod 644 "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
-
- dosym /opt/1Password/1password /usr/bin/1password
- dosym /opt/1Password/op-ssh-sign /usr/bin/op-ssh-sign
-
- dosym /opt/1Password/resources/1password.desktop "/usr/share/applications/${PN}.desktop"
- newicon "${D}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
-
- dodoc "${D}/opt/1Password/resources/custom_allowed_browsers"
+ mkdir -p "${D}/opt/1Password/"
+ cp -ar "${S}/${PN}-"**"/"* "${D}/opt/1Password/" || die "Install failed!"
+
+ # Fill in policy kit file with a list of (the first 10) human users of
+ # the system.
+ mkdir -p "${D}/usr/share/polkit-1/actions/"
+ local 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' ' ')"
+ sed -e "s/\${POLICY_OWNERS}/${policy_owners}/" \
+ "${D}/opt/1Password/com.1password.1Password.policy.tpl" \
+ > "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy" ||
+ die "Failed to create policy file"
+
+ chmod 644 "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
+
+ dosym "opt/1Password/1password" /usr/bin/1password
+ dosym "opt/1Password/op-ssh-sign" /usr/bin/op-ssh-sign
+
+ dosym "opt/1Password/resources/1password.desktop" "/usr/share/applications/${PN}.desktop"
+ newicon "${D}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
+
+ dodoc "${D}/opt/1Password/resources/custom_allowed_browsers"
}
pkg_postinst() {
- # chrome-sandbox requires the setuid bit to be specifically set.
- # See https://github.com/electron/electron/issues/17972
- chmod 4755 /opt/1Password/chrome-sandbox
+ # chrome-sandbox requires the setuid bit to be specifically set.
+ # See https://github.com/electron/electron/issues/17972
+ chmod 4755 /opt/1Password/chrome-sandbox
+
+ # This gives no extra permissions to the binary. It only hardens it against environmental tampering.
+ chgrp 1password /opt/1Password/1Password-BrowserSupport
+ chmod g+s /opt/1Password/1Password-BrowserSupport
- # This gives no extra permissions to the binary. It only hardens it against environmental tampering.
- chgrp 1password /opt/1Password/1Password-BrowserSupport
- chmod g+s /opt/1Password/1Password-BrowserSupport
+ xdg_pkg_postinst
- xdg_pkg_postinst
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ optfeature "1Password CLI" app-admin/op-cli-bin
+ fi
}
pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
diff --git a/gui-apps/1password/metadata.xml b/gui-apps/1password/metadata.xml
index 115e9d64a..54e053fd8 100644
--- a/gui-apps/1password/metadata.xml
+++ b/gui-apps/1password/metadata.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>sm+git@skym.fi</email>
+ <name>Skyler Mäntysaari</name>
+ </maintainer>
+ <longdescription>
+ 1Password remembers all your passwords for you. It keeps your digital life secure and always available, safe behind the one password that only you know.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-17 16:48 Skyler Mäntysaari
0 siblings, 0 replies; 26+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 39616c660fc515d0df1065842a4742b8929a2fff
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:48:51 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:48:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39616c66
gui-apps/1password: destabilize 8.10.76 for ~amd64, ~arm64
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
gui-apps/1password/1password-8.10.76.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.76.ebuild b/gui-apps/1password/1password-8.10.76.ebuild
index 2d65e5b46..b85e8fe23 100644
--- a/gui-apps/1password/1password-8.10.76.ebuild
+++ b/gui-apps/1password/1password-8.10.76.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
arm64? ( https://downloads.1password.com/linux/tar/stable/aarch64/${PN}-${PV}.arm64.tar.gz -> ${P}-arm64.tar.gz )"
LICENSE="all-rights-reserved"
-KEYWORDS="amd64 arm64"
+KEYWORDS="~amd64 ~arm64"
IUSE="policykit cli"
DEPEND="
x11-misc/xdg-utils
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-17 16:32 Skyler Mäntysaari
0 siblings, 0 replies; 26+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:32 UTC (permalink / raw
To: gentoo-commits
commit: ad738b72dce3c9274d45bc6fcf7dbc51ed0b3c68
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:32:17 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:32:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad738b72
gui-apps/1password: fix the group
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
gui-apps/1password/1password-8.10.76.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.76.ebuild b/gui-apps/1password/1password-8.10.76.ebuild
index c522dbf4f..2d65e5b46 100644
--- a/gui-apps/1password/1password-8.10.76.ebuild
+++ b/gui-apps/1password/1password-8.10.76.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="amd64 arm64"
IUSE="policykit cli"
DEPEND="
x11-misc/xdg-utils
-acct-group/onepassword
+acct-group/1password
policykit? ( sys-auth/polkit )
cli? ( app-admin/op-cli-bin )
"
@@ -65,7 +65,7 @@ pkg_postinst() {
chmod 4755 /opt/1Password/chrome-sandbox
# This gives no extra permissions to the binary. It only hardens it against environmental tampering.
- chgrp onepassword /opt/1Password/1Password-BrowserSupport
+ chgrp 1password /opt/1Password/1Password-BrowserSupport
chmod g+s /opt/1Password/1Password-BrowserSupport
xdg_pkg_postinst
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-17 16:14 Skyler Mäntysaari
0 siblings, 0 replies; 26+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:14 UTC (permalink / raw
To: gentoo-commits
commit: 6cd0b1745607a7a0bfa80d3c779a502219d56fa1
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:13:50 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:13:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cd0b174
gui-apps/1password: add 8.10.76
This was pulled from jaredallard's overlay.
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
gui-apps/1password/1password-8.10.76.ebuild | 78 +++++++++++++++++++++++++++++
gui-apps/1password/Manifest | 2 +
2 files changed, 80 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.76.ebuild b/gui-apps/1password/1password-8.10.76.ebuild
new file mode 100644
index 000000000..c522dbf4f
--- /dev/null
+++ b/gui-apps/1password/1password-8.10.76.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Pulled from jaredallard's overlay to GURU
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Password Manager"
+HOMEPAGE="https://1password.com"
+SRC_URI="
+ amd64? ( https://downloads.1password.com/linux/tar/stable/x86_64/${PN}-${PV}.x64.tar.gz -> ${P}-amd64.tar.gz )
+ arm64? ( https://downloads.1password.com/linux/tar/stable/aarch64/${PN}-${PV}.arm64.tar.gz -> ${P}-arm64.tar.gz )"
+
+LICENSE="all-rights-reserved"
+KEYWORDS="amd64 arm64"
+IUSE="policykit cli"
+DEPEND="
+x11-misc/xdg-utils
+acct-group/onepassword
+policykit? ( sys-auth/polkit )
+cli? ( app-admin/op-cli-bin )
+"
+RDEPEND="${DEPEND}"
+SLOT="0"
+
+RESTRICT="bindist mirror strip"
+
+QA_PREBUILT="usr/bin/${MY_PN}"
+
+S="${WORKDIR}"
+
+src_prepare() {
+ default
+ xdg_environment_reset
+}
+
+src_install() {
+ mkdir -p "${D}/opt/1Password/"
+ cp -ar "${S}/${PN}-"**"/"* "${D}/opt/1Password/" || die "Install failed!"
+
+ # Fill in policy kit file with a list of (the first 10) human users of
+ # the system.
+ mkdir -p "${D}/usr/share/polkit-1/actions/"
+ 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 "${D}/opt/1Password/com.1password.1Password.policy.tpl")
+EOF" >"${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
+ chmod 644 "${D}/usr/share/polkit-1/actions/com.1password.1Password.policy"
+
+ dosym /opt/1Password/1password /usr/bin/1password
+ dosym /opt/1Password/op-ssh-sign /usr/bin/op-ssh-sign
+
+ dosym /opt/1Password/resources/1password.desktop "/usr/share/applications/${PN}.desktop"
+ newicon "${D}/opt/1Password/resources/icons/hicolor/512x512/apps/1password.png" "${PN}.png"
+
+ dodoc "${D}/opt/1Password/resources/custom_allowed_browsers"
+}
+
+pkg_postinst() {
+ # chrome-sandbox requires the setuid bit to be specifically set.
+ # See https://github.com/electron/electron/issues/17972
+ chmod 4755 /opt/1Password/chrome-sandbox
+
+ # This gives no extra permissions to the binary. It only hardens it against environmental tampering.
+ chgrp onepassword /opt/1Password/1Password-BrowserSupport
+ chmod g+s /opt/1Password/1Password-BrowserSupport
+
+ xdg_pkg_postinst
+}
+
+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 c60f8bba7..86d1018dd 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1,2 +1,4 @@
DIST 1password-8.10.48.x86_64.rpm 132173932 BLAKE2B f164bda036bfe045b68f2a95372a6bd544d52c8c0ef688192e4321dc102b277e83eb04afb437bba1ec0a9852670d9ee8f30c31a8bc0be6815d2b5ef11c3b3ccb SHA512 9455ad8fc045d463b69e8f8e1e6a04233bfd2ef780b09164441704015bcadf48d8d67717bf7aefbb39f386148f01454c375107d26ec618669cf97df2653acb09
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-17 16:14 Skyler Mäntysaari
0 siblings, 0 replies; 26+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:14 UTC (permalink / raw
To: gentoo-commits
commit: ed56d774efe716f71a16419089b10a85a010fea0
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:14:38 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:14:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed56d774
gui-apps/1password: drop 8.10.48-r1
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
gui-apps/1password/1password-8.10.48-r1.ebuild | 94 --------------------------
gui-apps/1password/Manifest | 1 -
2 files changed, 95 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.48-r1.ebuild b/gui-apps/1password/1password-8.10.48-r1.ebuild
deleted file mode 100644
index 899e8b24f..000000000
--- a/gui-apps/1password/1password-8.10.48-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 2023-2024 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 86d1018dd..0f55dd759 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1,4 +1,3 @@
-DIST 1password-8.10.48.x86_64.rpm 132173932 BLAKE2B f164bda036bfe045b68f2a95372a6bd544d52c8c0ef688192e4321dc102b277e83eb04afb437bba1ec0a9852670d9ee8f30c31a8bc0be6815d2b5ef11c3b3ccb SHA512 9455ad8fc045d463b69e8f8e1e6a04233bfd2ef780b09164441704015bcadf48d8d67717bf7aefbb39f386148f01454c375107d26ec618669cf97df2653acb09
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-17 16:08 Skyler Mäntysaari
0 siblings, 0 replies; 26+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:08 UTC (permalink / raw
To: gentoo-commits
commit: d5657687c0953963ae2ac299da286defbbd6b562
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:08:27 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:08:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5657687
gui-apps/1password: add 8.10.72
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
gui-apps/1password/1password-8.10.72.ebuild | 94 +++++++++++++++++++++++++++++
gui-apps/1password/Manifest | 1 +
2 files changed, 95 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.72.ebuild b/gui-apps/1password/1password-8.10.72.ebuild
new file mode 100644
index 000000000..2004cdd1d
--- /dev/null
+++ b/gui-apps/1password/1password-8.10.72.ebuild
@@ -0,0 +1,94 @@
+# 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 d658e9c3e..58523f873 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1,2 +1,3 @@
DIST 1password-8.10.28.x86_64.rpm 139002692 BLAKE2B 2c2713e7df8020ab348cbeefc094ec79239ab5481c38798f67f21b86eb49a0701c71b11b11a3f04fecaf04589bee6df8dfb80ee9a8aba8f6ab565187e5f351a7 SHA512 b6e24e7b4c2b2940e1d798ab162d71f8926a1f1ec6310d3112f44af35bb17d70602c4bafcb6ed7358ba10516d1991765089e7ee5231d3bea6935c4f359755095
DIST 1password-8.10.48.x86_64.rpm 132173932 BLAKE2B f164bda036bfe045b68f2a95372a6bd544d52c8c0ef688192e4321dc102b277e83eb04afb437bba1ec0a9852670d9ee8f30c31a8bc0be6815d2b5ef11c3b3ccb SHA512 9455ad8fc045d463b69e8f8e1e6a04233bfd2ef780b09164441704015bcadf48d8d67717bf7aefbb39f386148f01454c375107d26ec618669cf97df2653acb09
+DIST 1password-8.10.72.x86_64.rpm 134699400 BLAKE2B 6219ed6ed22ec03a8fc846a135b1504ec9aeb32fe688e12a042126784477e1b15e1ca1e43fc42e1e93c76ab5711154385c78ae64d4ea58d679cc7b331ad05b4b SHA512 f3b589fdfe6f5816691f59872f7b27188bd59a42181cbd927f01fc1f05762a012d27f6855b26674fdfe8e7192d1620e6c7e46a4249cea823abf97df5fe9b4487
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2025-05-17 16:08 Skyler Mäntysaari
0 siblings, 0 replies; 26+ messages in thread
From: Skyler Mäntysaari @ 2025-05-17 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 5bdf58a61b782851d95dd130d0a25c19b0f445a3
Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sat May 17 16:08:49 2025 +0000
Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sat May 17 16:08:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bdf58a6
gui-apps/1password: drop 8.10.28
Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>
gui-apps/1password/1password-8.10.28.ebuild | 75 -----------------------------
gui-apps/1password/Manifest | 1 -
2 files changed, 76 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.28.ebuild b/gui-apps/1password/1password-8.10.28.ebuild
deleted file mode 100644
index bf55bdd2d..000000000
--- a/gui-apps/1password/1password-8.10.28.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2023-2024 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-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() {
- 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
- optfeature "policykit support" sys-auth/polkit
-}
diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest
index 58523f873..c60f8bba7 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1,3 +1,2 @@
-DIST 1password-8.10.28.x86_64.rpm 139002692 BLAKE2B 2c2713e7df8020ab348cbeefc094ec79239ab5481c38798f67f21b86eb49a0701c71b11b11a3f04fecaf04589bee6df8dfb80ee9a8aba8f6ab565187e5f351a7 SHA512 b6e24e7b4c2b2940e1d798ab162d71f8926a1f1ec6310d3112f44af35bb17d70602c4bafcb6ed7358ba10516d1991765089e7ee5231d3bea6935c4f359755095
DIST 1password-8.10.48.x86_64.rpm 132173932 BLAKE2B f164bda036bfe045b68f2a95372a6bd544d52c8c0ef688192e4321dc102b277e83eb04afb437bba1ec0a9852670d9ee8f30c31a8bc0be6815d2b5ef11c3b3ccb SHA512 9455ad8fc045d463b69e8f8e1e6a04233bfd2ef780b09164441704015bcadf48d8d67717bf7aefbb39f386148f01454c375107d26ec618669cf97df2653acb09
DIST 1password-8.10.72.x86_64.rpm 134699400 BLAKE2B 6219ed6ed22ec03a8fc846a135b1504ec9aeb32fe688e12a042126784477e1b15e1ca1e43fc42e1e93c76ab5711154385c78ae64d4ea58d679cc7b331ad05b4b SHA512 f3b589fdfe6f5816691f59872f7b27188bd59a42181cbd927f01fc1f05762a012d27f6855b26674fdfe8e7192d1620e6c7e46a4249cea823abf97df5fe9b4487
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-10-31 15:17 Mike Rivnak
0 siblings, 0 replies; 26+ messages in thread
From: Mike Rivnak @ 2024-10-31 15:17 UTC (permalink / raw
To: gentoo-commits
commit: fb11957237a144d6d382719dff9dca243ba5d4e7
Author: Mike Rivnak <rivnakm1 <AT> gmail <DOT> com>
AuthorDate: Thu Oct 31 15:17:30 2024 +0000
Commit: Mike Rivnak <rivnakm1 <AT> gmail <DOT> com>
CommitDate: Thu Oct 31 15:17:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb119572
gui-apps/1password: remove unused USE flag
Signed-off-by: Mike Rivnak <rivnakm1 <AT> gmail.com>
.../1password/{1password-8.10.48.ebuild => 1password-8.10.48-r1.ebuild} | 1 -
1 file changed, 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.48.ebuild b/gui-apps/1password/1password-8.10.48-r1.ebuild
similarity index 99%
rename from gui-apps/1password/1password-8.10.48.ebuild
rename to gui-apps/1password/1password-8.10.48-r1.ebuild
index dae27a716..899e8b24f 100644
--- a/gui-apps/1password/1password-8.10.48.ebuild
+++ b/gui-apps/1password/1password-8.10.48-r1.ebuild
@@ -13,7 +13,6 @@ S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="+pam"
RESTRICT="mirror strip test bindist"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-03-28 22:32 Jay Faulkner
0 siblings, 0 replies; 26+ messages in thread
From: Jay Faulkner @ 2024-03-28 22:32 UTC (permalink / raw
To: gentoo-commits
commit: a5317d8f33a5c3c23b2ae6d23f47d68736fe473e
Author: Jay Faulkner <jay <AT> jvf <DOT> cc>
AuthorDate: Thu Mar 28 22:26:30 2024 +0000
Commit: Jay Faulkner <jay <AT> jvf <DOT> cc>
CommitDate: Thu Mar 28 22:32:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5317d8f
gui-apps/1password-8.10.28: Fix systemd-utils dep
Before this change, this was uninstallable on systemd profiles.
Signed-off-by: Jay Faulkner <jay <AT> jvf.cc>
gui-apps/1password/1password-8.10.28.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.28.ebuild b/gui-apps/1password/1password-8.10.28.ebuild
index 8183250656..bf55bdd2d2 100644
--- a/gui-apps/1password/1password-8.10.28.ebuild
+++ b/gui-apps/1password/1password-8.10.28.ebuild
@@ -31,7 +31,10 @@ RDEPEND="
media-libs/mesa
net-print/cups
sys-apps/dbus
- sys-apps/systemd-utils
+ || (
+ sys-apps/systemd-utils
+ sys-apps/systemd
+ )
sys-libs/zlib
x11-libs/cairo
x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/1password/
@ 2024-03-28 17:49 Viorel Munteanu
2024-03-28 17:41 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
0 siblings, 1 reply; 26+ messages in thread
From: Viorel Munteanu @ 2024-03-28 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 9b006904214ce891e4943be2df657b0429929456
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 17:32:56 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 17:40:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b006904
gui-apps/1password: add 8.10.28
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
gui-apps/1password/1password-8.10.28.ebuild | 72 +++++++++++++++++++++++++++++
gui-apps/1password/Manifest | 1 +
2 files changed, 73 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.28.ebuild b/gui-apps/1password/1password-8.10.28.ebuild
new file mode 100644
index 0000000000..8183250656
--- /dev/null
+++ b/gui-apps/1password/1password-8.10.28.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2023-2024 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-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() {
+ 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
+ optfeature "policykit support" sys-auth/polkit
+}
diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest
index da5c8bbbb4..98f63ea907 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1 +1,2 @@
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
2024-03-28 17:49 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2024-03-28 17:41 ` Viorel Munteanu
0 siblings, 0 replies; 26+ messages in thread
From: Viorel Munteanu @ 2024-03-28 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 9b006904214ce891e4943be2df657b0429929456
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 17:32:56 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 17:40:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b006904
gui-apps/1password: add 8.10.28
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
gui-apps/1password/1password-8.10.28.ebuild | 72 +++++++++++++++++++++++++++++
gui-apps/1password/Manifest | 1 +
2 files changed, 73 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.28.ebuild b/gui-apps/1password/1password-8.10.28.ebuild
new file mode 100644
index 0000000000..8183250656
--- /dev/null
+++ b/gui-apps/1password/1password-8.10.28.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2023-2024 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-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() {
+ 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
+ optfeature "policykit support" sys-auth/polkit
+}
diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest
index da5c8bbbb4..98f63ea907 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1 +1,2 @@
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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-03-28 17:41 Viorel Munteanu
0 siblings, 0 replies; 26+ messages in thread
From: Viorel Munteanu @ 2024-03-28 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 156576a5f190ff0331a467118d89ddbaa35f1919
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 17:33:02 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <ceamac <AT> 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
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-02-24 0:33 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2024-02-24 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 8fec2249576f3752fbeb2650411117873a2298a9
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Feb 24 00:32:51 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Feb 24 00:32:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fec2249
gui-apps/1password: fix dependencies
Closes: https://bugs.gentoo.org/914217
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.16.ebuild | 39 +++++++++++++----------------
1 file changed, 17 insertions(+), 22 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.16.ebuild b/gui-apps/1password/1password-8.10.16.ebuild
index 8db1760aab..765016b8e3 100644
--- a/gui-apps/1password/1password-8.10.16.ebuild
+++ b/gui-apps/1password/1password-8.10.16.ebuild
@@ -19,7 +19,23 @@ DEPEND="
x11-misc/xdg-utils
acct-group/1password
"
-RDEPEND="${DEPEND}"
+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}
@@ -34,27 +50,6 @@ src_unpack() {
QA_PREBUILT="opt/1Password/*"
-QA_SONAME="
-/usr/lib64/libXcomposite.so.1
-/usr/lib64/libXdamage.so.1
-/usr/lib64/libXfixes.so.3
-/usr/lib64/libXrandr.so.2
-/usr/lib64/libasound.so.2
-/usr/lib64/libatk-1.0.so.0
-/usr/lib64/libatk-bridge-2.0.so.0
-/usr/lib64/libatspi.so.0
-/usr/lib64/libcups.so.2
-/usr/lib64/libdrm.so.2
-/usr/lib64/libgbm.so.1
-/usr/lib64/libgtk-3.so.0
-/usr/lib64/libnspr4.so
-/usr/lib64/libnss3.so
-/usr/lib64/libnssutil3.so
-/usr/lib64/libpango-1.0.so.0
-/usr/lib64/libsmime3.so
-/usr/lib64/libxkbcommon.so.0
-"
-
src_install() {
cp -ar "${S}/opt" "${D}" || die "Install failed!"
cp -ar "${S}/usr" "${D}" || die "Install failed!"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-02-17 10:56 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2024-02-17 10:56 UTC (permalink / raw
To: gentoo-commits
commit: a4c25685b8c3827d60dfcabd603df5cb3ea6b4d9
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Feb 17 10:56:20 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Feb 17 10:56:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4c25685
gui-apps/1password: fix LDFLAGS
Closes: https://bugs.gentoo.org/924687
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.16.ebuild b/gui-apps/1password/1password-8.10.16.ebuild
index c34eb18443..8db1760aab 100644
--- a/gui-apps/1password/1password-8.10.16.ebuild
+++ b/gui-apps/1password/1password-8.10.16.ebuild
@@ -32,7 +32,7 @@ src_unpack() {
rpm_unpack ${P}.x86_64.rpm
}
-QA_PREBUILT="/usr/bin/${PN}"
+QA_PREBUILT="opt/1Password/*"
QA_SONAME="
/usr/lib64/libXcomposite.so.1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-02-15 10:52 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2024-02-15 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 0c2777942cab0cb27e87927d8e078c62314a137d
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 10:52:36 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Feb 15 10:52:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c277794
gui-apps/1password: QA_FLAGS_IGNORED to QA_PREBUILT
Closes: https://bugs.gentoo.org/904334
Closes: https://bugs.gentoo.org/904335
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.16.ebuild b/gui-apps/1password/1password-8.10.16.ebuild
index 6d09555978..c34eb18443 100644
--- a/gui-apps/1password/1password-8.10.16.ebuild
+++ b/gui-apps/1password/1password-8.10.16.ebuild
@@ -32,7 +32,7 @@ src_unpack() {
rpm_unpack ${P}.x86_64.rpm
}
-QA_FLAGS_IGNORED="/usr/bin/${PN}"
+QA_PREBUILT="/usr/bin/${PN}"
QA_SONAME="
/usr/lib64/libXcomposite.so.1
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2024-02-15 10:49 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2024-02-15 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 8d3ce0bbc99e9496b959fe0171f6da8192e49063
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 10:49:37 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Feb 15 10:49:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d3ce0bb
gui-apps/1password: remove empty BDEPEND=
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.16.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.16.ebuild b/gui-apps/1password/1password-8.10.16.ebuild
index d2fa6c2e73..6d09555978 100644
--- a/gui-apps/1password/1password-8.10.16.ebuild
+++ b/gui-apps/1password/1password-8.10.16.ebuild
@@ -20,7 +20,6 @@ DEPEND="
acct-group/1password
"
RDEPEND="${DEPEND}"
-BDEPEND=""
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-10-11 14:34 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-10-11 14:34 UTC (permalink / raw
To: gentoo-commits
commit: b4665cc8487af54852bdeec7729d463b24b80ad8
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Oct 11 14:34:16 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Oct 11 14:34:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4665cc8
gui-apps/1password: version bump
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
.../1password/{1password-8.10.7.ebuild => 1password-8.10.16.ebuild} | 0
gui-apps/1password/Manifest | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.7.ebuild b/gui-apps/1password/1password-8.10.16.ebuild
similarity index 100%
rename from gui-apps/1password/1password-8.10.7.ebuild
rename to gui-apps/1password/1password-8.10.16.ebuild
diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest
index 1da385bd8f..da5c8bbbb4 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1 +1 @@
-DIST 1password-8.10.7.x86_64.rpm 97601632 BLAKE2B dd7639149e9d0412754889e12c79cd6e48b42ac9c4247e465d037abc3671daf95a7d63ce8bb76f47de726aecc5b4b5b0918216fe28af4042d803ed049c955905 SHA512 4b4de329c41212275c6301269c6bf2a455d04e38fd01cc3c918e8b775aa0509143ce83150cd1fb7b7fdc2230caa30f36b3b5aaa83b2988c5f4f2b86c86c2ab23
+DIST 1password-8.10.16.x86_64.rpm 101643244 BLAKE2B 8ac9c3ebf515347297addf5fa3ca3183a5e4a97160276cdd1ec968970b2878ad2111a1bc8ecc8bf2e82b287b3ec53c6e51753b5aed101b890ac63290da7dd6fd SHA512 5670318cf0f4745d62e49b932edd98f721a3c1c9fd0b6b86791d0da244f1718bf86485602787373a33f8e496eb533fb475a93ae67244b45ec08d6eb857d75e86
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-09-14 6:13 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-09-14 6:13 UTC (permalink / raw
To: gentoo-commits
commit: 56505e8f177941cb1edbed6f2811811db9ce2b0d
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Sep 14 06:13:01 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Sep 14 06:13:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56505e8f
gui-apps/1password: add QA_SONAME
Closes: https://bugs.gentoo.org/904336
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.7.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.7.ebuild b/gui-apps/1password/1password-8.10.7.ebuild
index b8f25582ac..d2fa6c2e73 100644
--- a/gui-apps/1password/1password-8.10.7.ebuild
+++ b/gui-apps/1password/1password-8.10.7.ebuild
@@ -35,6 +35,27 @@ src_unpack() {
QA_FLAGS_IGNORED="/usr/bin/${PN}"
+QA_SONAME="
+/usr/lib64/libXcomposite.so.1
+/usr/lib64/libXdamage.so.1
+/usr/lib64/libXfixes.so.3
+/usr/lib64/libXrandr.so.2
+/usr/lib64/libasound.so.2
+/usr/lib64/libatk-1.0.so.0
+/usr/lib64/libatk-bridge-2.0.so.0
+/usr/lib64/libatspi.so.0
+/usr/lib64/libcups.so.2
+/usr/lib64/libdrm.so.2
+/usr/lib64/libgbm.so.1
+/usr/lib64/libgtk-3.so.0
+/usr/lib64/libnspr4.so
+/usr/lib64/libnss3.so
+/usr/lib64/libnssutil3.so
+/usr/lib64/libpango-1.0.so.0
+/usr/lib64/libsmime3.so
+/usr/lib64/libxkbcommon.so.0
+"
+
src_install() {
cp -ar "${S}/opt" "${D}" || die "Install failed!"
cp -ar "${S}/usr" "${D}" || die "Install failed!"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-09-14 5:44 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-09-14 5:44 UTC (permalink / raw
To: gentoo-commits
commit: cd0889b3182980f50cc41b22d31abc3eb462c763
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Sep 14 05:44:38 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Sep 14 05:44:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd0889b3
gui-apps/1password: add QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/904454
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.7.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.7.ebuild b/gui-apps/1password/1password-8.10.7.ebuild
index ebdb98bc25..b8f25582ac 100644
--- a/gui-apps/1password/1password-8.10.7.ebuild
+++ b/gui-apps/1password/1password-8.10.7.ebuild
@@ -33,6 +33,8 @@ src_unpack() {
rpm_unpack ${P}.x86_64.rpm
}
+QA_FLAGS_IGNORED="/usr/bin/${PN}"
+
src_install() {
cp -ar "${S}/opt" "${D}" || die "Install failed!"
cp -ar "${S}/usr" "${D}" || die "Install failed!"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-06-09 15:08 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-06-09 15:08 UTC (permalink / raw
To: gentoo-commits
commit: a1eaad48641b0332c99404e646e9a514a5304e8d
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jun 9 15:08:23 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Jun 9 15:08:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1eaad48
gui-apps/1password: 8.10.3 -> 8.10.7
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/{1password-8.10.3.ebuild => 1password-8.10.7.ebuild} | 0
gui-apps/1password/Manifest | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.3.ebuild b/gui-apps/1password/1password-8.10.7.ebuild
similarity index 100%
rename from gui-apps/1password/1password-8.10.3.ebuild
rename to gui-apps/1password/1password-8.10.7.ebuild
diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest
index de71d1bf3..1da385bd8 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1 +1 @@
-DIST 1password-8.10.3.x86_64.rpm 94457340 BLAKE2B 39d3758e703de999248b86c007119a22b174604882833636d7d480a0da64b1606a2ef8e973addf84a6a1a88ebbe521463dc4f2160c271e73a22223df976d74ef SHA512 6b2272b37c79e8b48ecc4c4f97c03184158d71f4e75cfefd31554e342d725aeba8cd393e4d68960d67f7eacd3d6370ba8c8fa7c00bf86af1dbbb61025b0be346
+DIST 1password-8.10.7.x86_64.rpm 97601632 BLAKE2B dd7639149e9d0412754889e12c79cd6e48b42ac9c4247e465d037abc3671daf95a7d63ce8bb76f47de726aecc5b4b5b0918216fe28af4042d803ed049c955905 SHA512 4b4de329c41212275c6301269c6bf2a455d04e38fd01cc3c918e8b775aa0509143ce83150cd1fb7b7fdc2230caa30f36b3b5aaa83b2988c5f4f2b86c86c2ab23
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-04-13 20:34 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-04-13 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 2b95e5b825c999535a525f72c0f87e16e3171736
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 13 20:34:27 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 13 20:34:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b95e5b8
gui-apps/1password USE to optfeature
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.3.ebuild | 9 ++++-----
gui-apps/1password/metadata.xml | 3 ---
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/gui-apps/1password/1password-8.10.3.ebuild b/gui-apps/1password/1password-8.10.3.ebuild
index b4f9bf99a..ebdb98bc2 100644
--- a/gui-apps/1password/1password-8.10.3.ebuild
+++ b/gui-apps/1password/1password-8.10.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit rpm xdg-utils
+inherit rpm xdg-utils optfeature
DESCRIPTION="The world’s most-loved password manager"
HOMEPAGE="https://1password.com"
@@ -15,13 +15,9 @@ KEYWORDS="~amd64"
RESTRICT="mirror strip test bindist"
-IUSE="+policykit +cli"
-
DEPEND="
x11-misc/xdg-utils
acct-group/1password
- policykit? ( sys-auth/polkit )
- cli? ( app-misc/1password-cli )
"
RDEPEND="${DEPEND}"
BDEPEND=""
@@ -54,6 +50,9 @@ pkg_postinst() {
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() {
diff --git a/gui-apps/1password/metadata.xml b/gui-apps/1password/metadata.xml
index d79ec03ed..4b0439172 100644
--- a/gui-apps/1password/metadata.xml
+++ b/gui-apps/1password/metadata.xml
@@ -5,7 +5,4 @@
<email>zdanevich.vitaly@ya.ru</email>
<name>Vitaly Zdanevich</name>
</maintainer>
- <use>
- <flag name="cli">Install app-misc/1password-cli</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-04-13 19:11 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-04-13 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 20aa0f1733ca6dc64707f81f15b7c5163fa3783d
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 13 19:10:58 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 13 19:10:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20aa0f17
app-misc/1password metadata.xml add about USE cli
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gui-apps/1password/metadata.xml b/gui-apps/1password/metadata.xml
index 4b0439172..d79ec03ed 100644
--- a/gui-apps/1password/metadata.xml
+++ b/gui-apps/1password/metadata.xml
@@ -5,4 +5,7 @@
<email>zdanevich.vitaly@ya.ru</email>
<name>Vitaly Zdanevich</name>
</maintainer>
+ <use>
+ <flag name="cli">Install app-misc/1password-cli</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
@ 2023-04-13 17:26 Vitaly Zdanevich
0 siblings, 0 replies; 26+ messages in thread
From: Vitaly Zdanevich @ 2023-04-13 17:26 UTC (permalink / raw
To: gentoo-commits
commit: c09dc2cca1882edc6d4cbba167e80d94ebad777b
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 13 17:25:55 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 13 17:25:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c09dc2cc
app-misc/1password fix group name
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
gui-apps/1password/1password-8.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/1password/1password-8.10.3.ebuild b/gui-apps/1password/1password-8.10.3.ebuild
index f9f2fcd9d..b4f9bf99a 100644
--- a/gui-apps/1password/1password-8.10.3.ebuild
+++ b/gui-apps/1password/1password-8.10.3.ebuild
@@ -41,7 +41,7 @@ src_install() {
cp -ar "${S}/opt" "${D}" || die "Install failed!"
cp -ar "${S}/usr" "${D}" || die "Install failed!"
- chgrp onepassword "${D}/opt/1Password/1Password-BrowserSupport" || die
+ chgrp 1password "${D}/opt/1Password/1Password-BrowserSupport" || die
dosym ../../opt/1Password/1password /usr/bin/1password
}
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2025-07-31 16:16 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 23:14 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/ Mike Rivnak
-- strict thread matches above, loose matches on Subject: below --
2025-07-31 16:16 Mike Gilbert
2025-05-21 7:04 Matt Jolly
2025-05-21 6:46 Matt Jolly
2025-05-21 6:46 Matt Jolly
2025-05-17 16:48 Skyler Mäntysaari
2025-05-17 16:32 Skyler Mäntysaari
2025-05-17 16:14 Skyler Mäntysaari
2025-05-17 16:14 Skyler Mäntysaari
2025-05-17 16:08 Skyler Mäntysaari
2025-05-17 16:08 Skyler Mäntysaari
2024-10-31 15:17 Mike Rivnak
2024-03-28 22:32 Jay Faulkner
2024-03-28 17:49 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-03-28 17:41 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-03-28 17:41 Viorel Munteanu
2024-02-24 0:33 Vitaly Zdanevich
2024-02-17 10:56 Vitaly Zdanevich
2024-02-15 10:52 Vitaly Zdanevich
2024-02-15 10:49 Vitaly Zdanevich
2023-10-11 14:34 Vitaly Zdanevich
2023-09-14 6:13 Vitaly Zdanevich
2023-09-14 5:44 Vitaly Zdanevich
2023-06-09 15:08 Vitaly Zdanevich
2023-04-13 20:34 Vitaly Zdanevich
2023-04-13 19:11 Vitaly Zdanevich
2023-04-13 17:26 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox