commit: d1909e3f38f58866e83d5328194a42d8046672a7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 15 15:18:08 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=d1909e3f
app-admin/gopass-hibp: add 1.16.1 Closes: https://bugs.gentoo.org/960394 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-admin/gopass-hibp/Manifest | 2 ++ app-admin/gopass-hibp/gopass-hibp-1.16.1.ebuild | 30 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-admin/gopass-hibp/Manifest b/app-admin/gopass-hibp/Manifest index f756fc492cac..8e398714b721 100644 --- a/app-admin/gopass-hibp/Manifest +++ b/app-admin/gopass-hibp/Manifest @@ -1,2 +1,4 @@ DIST gopass-hibp-1.15.15-deps.tar.xz 16659260 BLAKE2B 5bc41cb7822512842730ebcc52b3c17dc8d0061d70e490a59ae84a647bd875bea2779700598e7cffa2cca862b2f158f19dd84f89061e7e565e7ed8226ca87524 SHA512 40c0c4925d71a00f58512106f33eec1d6d82d8d789e8555ed6d89d4a654f9f8dbdd607cb1ede05e2eaf7e80e800b057af98ef1d5750dba5348596852eb994181 DIST gopass-hibp-1.15.15.tar.gz 22701 BLAKE2B b357b69e9f79da6599f200c01352233f9a79b76c0739f7d992e13216cc4151ea967cec74905861a2f6ee6411c059632428c913053b71fd82af22d2e3a09a5e7b SHA512 214e6f007f4d4f48fa37116da32c751631f8a4f763892324ff2098336927cc4c271d5ae1caec5535d96f09b1525412608b78bc0b9936d7f309d2a07cb65b1663 +DIST gopass-hibp-1.16.1-vendor.tar.xz 1369692 BLAKE2B 47dc474afa4974fd534d34a11f12d40312482d2dbd3cc6c742021cbac8782ae847b8723d10b6d7d3f9c82db0007e66a7390892ea500f874b3639c75f67d26567 SHA512 e443baf7415dcd08233cfc7893578d698debf6ff41d8651c3debb0b4fe03667d965730248604a86428306fae66673e4cd50a41903a1b175d97b5740501935afd +DIST gopass-hibp-1.16.1.tar.gz 22883 BLAKE2B e79634fce00c6328b0cc72bfe9ba7d0395225a6b5fbcddeb20b5b534ee873e42099cf55535b8e138b926e487e8b84852778dc242b6487b096237cbaa94f3cb52 SHA512 8c879dc382c427ae115c490bc81362b9acae5e00660a30ad0c0f4803ae8683ce3c0459a6620fab54bbc058362a50b496b9386775a8a7bd61994546ca478b00a6 diff --git a/app-admin/gopass-hibp/gopass-hibp-1.16.1.ebuild b/app-admin/gopass-hibp/gopass-hibp-1.16.1.ebuild new file mode 100644 index 000000000000..07c9bb67be7f --- /dev/null +++ b/app-admin/gopass-hibp/gopass-hibp-1.16.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Gopass haveibeenpwnd.com integration" +HOMEPAGE="https://github.com/gopasspw/gopass-hibp" +SRC_URI="https://github.com/gopasspw/gopass-hibp/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+=" 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" + +src_prepare() { + default + + # remove stripping from Makefile (bug #960394) + sed -e '/ldflags/s/-s //g' -i Makefile || die +}
