* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/1password/
@ 2023-04-12 8:28 Vitaly Zdanevich
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2023-04-12 8:28 UTC (permalink / raw
To: gentoo-commits
commit: d4724f75951be6362311215870a002acc1a342d6
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Apr 12 08:27:49 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Apr 12 08:27:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4724f75
app-misc/1password: metadata.xml: remove proxied
According to this feedback https://github.com/gentoo/guru/commit/892ce9e2b8ffd9f76002fc77a70bb96c127ff540#r108554617
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-misc/1password/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/1password/metadata.xml b/app-misc/1password/metadata.xml
index e473d21c7..4b0439172 100644
--- a/app-misc/1password/metadata.xml
+++ b/app-misc/1password/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
+ <maintainer type="person">
<email>zdanevich.vitaly@ya.ru</email>
<name>Vitaly Zdanevich</name>
</maintainer>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/1password/
@ 2023-04-12 8:34 Vitaly Zdanevich
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2023-04-12 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 5ebe129a0bd6ea7bb5e1f58e932b1c332c97a413
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Apr 12 08:34:00 2023 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Apr 12 08:34:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ebe129a
app-misc/1password: add || die
Accoring to this feedback https://github.com/gentoo/guru/commit/892ce9e2b8ffd9f76002fc77a70bb96c127ff540#r108554775
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-misc/1password/1password-8.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/1password/1password-8.10.3.ebuild b/app-misc/1password/1password-8.10.3.ebuild
index 5c9c4d956..f9f2fcd9d 100644
--- a/app-misc/1password/1password-8.10.3.ebuild
+++ b/app-misc/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"
+ chgrp onepassword "${D}/opt/1Password/1Password-BrowserSupport" || die
dosym ../../opt/1Password/1password /usr/bin/1password
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-12 8:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 8:34 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/1password/ Vitaly Zdanevich
-- strict thread matches above, loose matches on Subject: below --
2023-04-12 8:28 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox