From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/
Date: Wed, 01 Oct 2025 01:39:10 +0000 (UTC) [thread overview]
Message-ID: <1759282673.ea27daf8ff611cf5c99efa230e2357689535c8f9.mattst88@gentoo> (raw)
commit: ea27daf8ff611cf5c99efa230e2357689535c8f9
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 1 01:35:55 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Oct 1 01:37:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea27daf8
www-plugins/browserpass: Version bump to 3.1.2
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
www-plugins/browserpass/Manifest | 2 ++
www-plugins/browserpass/browserpass-3.1.2.ebuild | 45 ++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/www-plugins/browserpass/Manifest b/www-plugins/browserpass/Manifest
index 7e891f3715b9..a73a98b7714d 100644
--- a/www-plugins/browserpass/Manifest
+++ b/www-plugins/browserpass/Manifest
@@ -1,2 +1,4 @@
DIST browserpass-3.1.0-deps.tar.xz 2416968 BLAKE2B e591c9dac93efea35daeeac6935319b6e6e1e5145a5eaeea1cec1252b24c6c036f54f11e552400a146e883c6f7efcaa3b1dd2fca023a84b632be8facfc253644 SHA512 27cdac3d42009cad45f58b3501eeeaca0daa921c071a675c11048951a0843656225f35772e3101a9149275afafa6567989072df4de20a0c49e2c693b41554131
DIST browserpass-3.1.0.tar.gz 21835 BLAKE2B a6551f25681a2895a26654e2cc54451b3a08c6ab4cc5376e01fe1273f0866ebe44dec04de5ac113a1902b153884b3b7693a2675c8188d31360e83e860966fadf SHA512 ca5b1c7b805e66e1ccea7c0a69b26ccceb307ae4707b7b284e79169d810e79c118ac174d893b589ca82051cddd08ae0e047dc339960c2faf261075cdaef25a3f
+DIST browserpass-3.1.2-deps.tar.xz 741508 BLAKE2B 797c24cd0abccf8da423205664933ab8c1531099e91f7ef8221da973745cc740e755a2bc5154a654e257fc8c4148fed7a97455da985b834a5ae36d7bdc581a36 SHA512 6fbf1351dcf5643de0278f168cc9d2ae7e540b463cd64bd7fd73b5b1dffb8b6e84654096b6ad918eb279c1ac35a2f41198fed8a1016eea5f93e249f452b55833
+DIST browserpass-3.1.2.tar.gz 23030 BLAKE2B 39530f2f29011c1574c2308549ca4298a2c9b3eb09b3008819b747e70c792bfa530ba2b430f001aa6c212b30de24cbf7ad7f59b407712f874e3dc95484d2e87f SHA512 d715897198776a9aac37578fedf39cb6a9353ef7cf8cd98d7264255db919a636816f721c3f4baed7fa3f4ceebc6cce59d775677bed4f5684fccb36cdc330a344
diff --git a/www-plugins/browserpass/browserpass-3.1.2.ebuild b/www-plugins/browserpass/browserpass-3.1.2.ebuild
new file mode 100644
index 000000000000..2dcc265c1d99
--- /dev/null
+++ b/www-plugins/browserpass/browserpass-3.1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+MY_PN=browserpass-native
+
+DESCRIPTION="WebExtension host binary for app-admin/pass, a UNIX password manager"
+HOMEPAGE="https://github.com/browserpass/browserpass-native"
+
+SRC_URI="https://github.com/browserpass/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://dev.gentoo.org/~mattst88/distfiles/${P}-deps.tar.xz"
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+LICENSE="BSD ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RDEPEND="app-crypt/gnupg"
+
+src_compile() {
+ ego build || die
+
+ sed -e "s|%%replace%%|${EPREFIX}/usr/libexec/browserpass-native|" \
+ -i browser-files/firefox-host.json browser-files/chromium-host.json || die
+}
+
+src_install() {
+ exeinto /usr/libexec
+ doexe browserpass-native
+
+ insinto /usr/lib/mozilla/native-messaging-hosts
+ newins browser-files/firefox-host.json com.github.browserpass.native.json
+
+ insinto /usr/lib64/mozilla/native-messaging-hosts
+ newins browser-files/firefox-host.json com.github.browserpass.native.json
+
+ insinto /etc/chromium/native-messaging-hosts
+ newins browser-files/chromium-host.json com.github.browserpass.native.json
+
+ insinto /etc/opt/chrome/native-messaging-hosts
+ newins browser-files/chromium-host.json com.github.browserpass.native.json
+
+ insinto /etc/opt/vivaldi/native-messaging-hosts
+ newins browser-files/chromium-host.json com.github.browserpass.native.json
+}
next reply other threads:[~2025-10-01 1:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 1:39 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-15 2:55 [gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/ Matt Turner
2023-05-30 3:22 Matt Turner
2023-04-09 2:10 Matt Turner
2022-11-10 5:06 Arthur Zamarin
2022-07-22 19:30 Matt Turner
2022-06-04 19:51 Matt Turner
2022-03-08 0:31 Matt Turner
2022-03-08 0:31 Matt Turner
2022-02-27 5:33 Matt Turner
2022-02-14 6:40 Matt Turner
2020-11-17 5:37 Matt Turner
2020-08-24 21:03 Matt Turner
2020-03-09 0:07 Matt Turner
2020-03-08 23:00 William Hubbs
2020-02-24 16:30 Matt Turner
2019-12-01 19:15 Matt Turner
2019-04-13 18:06 Matt Turner
2018-09-19 5:51 Matt Turner
2018-09-19 5:51 Matt Turner
2018-09-19 5:51 Matt Turner
2018-07-07 12:15 Jonas Stein
2018-03-30 18:08 Michał Górny
2018-02-07 20:15 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1759282673.ea27daf8ff611cf5c99efa230e2357689535c8f9.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox