commit:     beff1a7e893abe404efd35fe27908c502e5894d4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 15:13:50 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 15:26:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beff1a7e

app-admin/gopass-jsonapi: add 1.16.1

Closes: https://bugs.gentoo.org/960078
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/gopass-jsonapi/Manifest                  |  2 ++
 .../gopass-jsonapi/gopass-jsonapi-1.16.1.ebuild    | 34 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-admin/gopass-jsonapi/Manifest 
b/app-admin/gopass-jsonapi/Manifest
index 73bc100bf3f2..e0965a243cc6 100644
--- a/app-admin/gopass-jsonapi/Manifest
+++ b/app-admin/gopass-jsonapi/Manifest
@@ -1,2 +1,4 @@
 DIST gopass-jsonapi-1.15.15-deps.tar.xz 72620048 BLAKE2B 
58789502501ce95ae70d1a7914b5b46ba02ffb8f3adb1d518c52b3ab794a771de14a9ab7995eabf6ce007f5a6377cfad68c96052708ac3281b221fc65ce2fa15
 SHA512 
ab0d2af3bf9a37980ee0754df3544755818e4c6312a481d23d3411ea4a3f4ff2caf6363fce6c405e93ef28c6aeb65ab837ee02739a7fafed5d9d32e08213f0d4
 DIST gopass-jsonapi-1.15.15.tar.gz 31538 BLAKE2B 
fe2c45223e9c119fcc3fcbe572a38c7480eac08d72899d05f33e3c098e9f8675c81d9487e61995e3dd4e86467901a07886d7ce11e39907f3ed9037b5177307df
 SHA512 
8daf7d4c59b0a07335c4963f29f2003500159aa4663e89d0ce9a7e6228f4f417bc283e7e448b63aaa73a300b77adbfa62ed7bf18ad585443ffdc452857f505ac
+DIST gopass-jsonapi-1.16.1-vendor.tar.xz 1989692 BLAKE2B 
4873e922ac83cfeaa9eb9bcdf9ccbef9cc5aa95eda5da5c4b4bda7ea7f52b0c0b87296c2ad4c4cb00c1ac99d9e8f89d1b75c7435c9254a0d9cf27b0068e8336c
 SHA512 
e418dbb58b353ffb306ad39e8da5363aa1001f466cd8a6dd25e8886088e9b7cdabb287933d78cb135822065d543cb20bae27d8548c76b8590db7d5436dc8f844
+DIST gopass-jsonapi-1.16.1.tar.gz 34244 BLAKE2B 
393d52437ec44a1bb7c8d964babf7d1960dc717d90a96e3599e568439356e0e6a6ec685cdee729b3d8c6978ffef742507512814658c417365eb2f4fe28bbb109
 SHA512 
cdc55a9f2c0191f616271f6cf9d98365752615212b823e9e418ffea597980ce34c0d8dc700d4fa03c8d452ac30fdb69205e2f3f789ec5a2caeef3b17c148616b

diff --git a/app-admin/gopass-jsonapi/gopass-jsonapi-1.16.1.ebuild 
b/app-admin/gopass-jsonapi/gopass-jsonapi-1.16.1.ebuild
new file mode 100644
index 000000000000..b46da0bbe2cc
--- /dev/null
+++ b/app-admin/gopass-jsonapi/gopass-jsonapi-1.16.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Gopass Browser Bindings"
+HOMEPAGE="https://github.com/gopasspw/gopass-jsonapi";
+SRC_URI="https://github.com/gopasspw/gopass-jsonapi/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" 
https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-vendor.tar.xz";
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="
+       dev-vcs/git
+       >=app-crypt/gnupg-2
+"
+BDEPEND=">=dev-lang/go-1.24.1"
+
+PATCHES=(
+       "${FILESDIR}/${PN}-1.15.3-skip-test.patch"
+)
+
+src_prepare() {
+       default
+
+       # remove stripping from Makefile (bug #960078)
+       sed -e '/ldflags/s/-s //g' -i Makefile || die
+}

Reply via email to