From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/
Date: Sat, 13 Apr 2019 18:06:26 +0000 (UTC) [thread overview]
Message-ID: <1555178775.d7404f0ff7468a4f4b9b6bb03970988aa32e3794.mattst88@gentoo> (raw)
commit: d7404f0ff7468a4f4b9b6bb03970988aa32e3794
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:05:33 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 18:06:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7404f0f
www-plugins/browserpass: Version bump to 3.0.6
Closes: https://bugs.gentoo.org/683238
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
www-plugins/browserpass/Manifest | 1 +
www-plugins/browserpass/browserpass-3.0.6.ebuild | 53 ++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/www-plugins/browserpass/Manifest b/www-plugins/browserpass/Manifest
index 2e078eb8541..738dbbc0fdc 100644
--- a/www-plugins/browserpass/Manifest
+++ b/www-plugins/browserpass/Manifest
@@ -1,2 +1,3 @@
DIST browserpass-2.0.13.tar.gz 180424 BLAKE2B e2a1796edf3b037553cb9bd33f072cd25953d8262fa584c371c3df638c77fc352953c698963325a5cee9b29c81cc010ded72bb31abac9460603796f4a95267ed SHA512 8d28144aef061770f11d7ba288dfa82f8873a263b8ccff235e26e83c55700e5ed0210dec2c2fb45751f3ad15d1894503407ec901d272783b98c466d74d9156f0
DIST browserpass-2.0.22.tar.gz 49730 BLAKE2B a37d55a7b2a162a54931a3dde53b16e6c4d067f92dad129e92664dac726c3171938d5da94fe45c64227f4e4a860a12d0cdbb1aa147942f0199c2f4b9bed5fd7a SHA512 f3c19df72afd1387d7142b5e818dfe95a730c906277be0f16522986f387f659eb4a9decaf54eef5b6649ddc618d93b055c99b594fc4b949ce09a38cf2e6d9525
+DIST browserpass-3.0.6.tar.gz 17055 BLAKE2B aa2881631db8cc7f54f690cd56101c3e470528d990eed51b15aab6b834f63d4b9f576ee4e101dd61a6013ce25644058bfcc3673aaa037ce182c331754b27bddb SHA512 48cc93843afed5dc0df4f72956df44b325d6c772ad232d8faa2315c4d8b716eda9b030601e011b280445e0b01528f413e5b19818ad89cd7bcb06f4a1f4f9d3f4
diff --git a/www-plugins/browserpass/browserpass-3.0.6.ebuild b/www-plugins/browserpass/browserpass-3.0.6.ebuild
new file mode 100644
index 00000000000..9792a5fd8f3
--- /dev/null
+++ b/www-plugins/browserpass/browserpass-3.0.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=browserpass-native
+EGO_PN=github.com/browserpass/${MY_PN}
+
+if [[ ${PV} == 9999 ]]; then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64"
+# MY_P="${MY_PN}-${PV}"
+# S="${WORKDIR}/${MY_P}"
+ SRC_URI="https://github.com/browserpass/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="WebExtension host binary for pass, a UNIX password manager"
+HOMEPAGE="https://github.com/browserpass/browserpass-native"
+LICENSE="ISC"
+SLOT="0"
+RDEPEND="app-crypt/gnupg"
+DEPEND="${RDEPEND}
+ dev-go/logrus:=
+ dev-go/zglob:="
+
+src_compile() {
+ golang-build_src_compile
+
+ pushd "src/${EGO_PN}" >/dev/null || die
+ sed -e 's|%%replace%%|'${EPREFIX}'/usr/libexec/browserpass-native|' \
+ -i browser-files/firefox-host.json browser-files/chromium-host.json || die
+ popd >/dev/null || die
+}
+
+src_install() {
+ exeinto /usr/libexec
+ doexe browserpass-native
+
+ pushd "src/${EGO_PN}" >/dev/null || die
+ insinto /usr/$(get_libdir)/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
+
+ popd >/dev/null || die
+}
next reply other threads:[~2019-04-13 18:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-13 18:06 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-30 3:22 [gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/ 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
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=1555178775.d7404f0ff7468a4f4b9b6bb03970988aa32e3794.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