diff options
author | John Helmert III <ajak@gentoo.org> | 2023-11-20 20:17:16 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-11-20 20:23:45 -0800 |
commit | 50a2a9ac17ded47f1a6c47e896a4118436946ade (patch) | |
tree | 88a126742b98ebb9318c6a380d44d51ead360d34 /app-admin | |
parent | app-admin/gopass-hibp: add 1.15.9 (diff) | |
download | gentoo-50a2a9ac17ded47f1a6c47e896a4118436946ade.tar.gz gentoo-50a2a9ac17ded47f1a6c47e896a4118436946ade.tar.bz2 gentoo-50a2a9ac17ded47f1a6c47e896a4118436946ade.zip |
app-admin/gopass-jsonapi: add 1.15.9
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gopass-jsonapi/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gopass-jsonapi/gopass-jsonapi-1.15.9.ebuild | 25 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-admin/gopass-jsonapi/Manifest b/app-admin/gopass-jsonapi/Manifest index e5f6c711fda6..4ca36e1ffe22 100644 --- a/app-admin/gopass-jsonapi/Manifest +++ b/app-admin/gopass-jsonapi/Manifest @@ -4,3 +4,5 @@ DIST gopass-jsonapi-1.15.5-deps.tar.xz 182924608 BLAKE2B 1f17479dea38308fbf779ce DIST gopass-jsonapi-1.15.5.tar.gz 34898 BLAKE2B f0cfe7aba96cf9eed7b1fcdaaeb031a280e3e57515de1e4c8ac72f2fe9ed35d553c21c068aa542d46b96f0726214a50d403acf545b77f1862a7d2a1d6e729d15 SHA512 dbc8de9cf16f1c20af1e94bc1c0a7c168b76db28a889f0f51d04f8a922f6ec70fd6b921ef5413708bd6832f79e82521f48feef3f9eb9742062d1e2c806ff3067 DIST gopass-jsonapi-1.15.8-deps.tar.xz 286568008 BLAKE2B 711b652fb6fa50cb6654343177f9b13f53f230bab9e1f6754ff2daaad114925581ac856e1986eb59f317881ceb8e84ad1e32390ede847cbb95f572293912771b SHA512 9d65bc216a14380bb519c5259bcf296494ff44f4d6bbe97b6561bef5e7c863e2130497386b74055f9a34dc9f1367d7f8afcee48eb8b8a667ba200e1af94daa7f DIST gopass-jsonapi-1.15.8.tar.gz 35780 BLAKE2B f478fed2d85bcd098d6635d9180d7200f3a0cf7ea106db3cb6b71cda0b9ed45a9bf68ac3fe69de67d025fc9007eed9b1d4c607c4a8ff0630bbf01ec963b12b19 SHA512 6433fb5888e31f6d24db633b8d33c773537da781614bf7fe231dc364a20a27ea1170c5d938b1ccdfcad246032a9aa06e2ab960cad05522c4146aa0507b1f750c +DIST gopass-jsonapi-1.15.9-deps.tar.xz 288658032 BLAKE2B 79bfb69623a300848eabc0571a8e82cf6a241c99ea647cac758a0f17ec7bff2bff5f91a837f2f8a72955f16d76d6f7b9f8a31e54f450f8307af506e364dde97b SHA512 74e091a06682ee2aacfa770e7482ea1ea1eb337e7ff0e9cca86256a23bc80640772efd42061e9e94076d9e7609955155a1628e07a090e76d05dfa0c34f532acb +DIST gopass-jsonapi-1.15.9.tar.gz 35801 BLAKE2B 51b2426ab568a9a42b0433a62dfff529c4ede52445468d884ba608c02bea3269994d7f5e703bfcadd08f67ef9066ea545cd5cb14efe03488ef8b10808a478a0c SHA512 cf04a62116c8dcc331a7aff22654200f8352a4df29cf0cd99eb697dd278ea73890f660a674298cbce78489d980d5030a8c56156c60f4a360440d353600de79c6 diff --git a/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.9.ebuild b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.9.ebuild new file mode 100644 index 000000000000..87a6430f0e13 --- /dev/null +++ b/app-admin/gopass-jsonapi/gopass-jsonapi-1.15.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021-2023 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://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" + +LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +DEPEND=">=dev-lang/go-1.16" +RDEPEND=" + dev-vcs/git + >=app-crypt/gnupg-2 +" + +PATCHES=( + "${FILESDIR}/${PN}-1.15.3-skip-test.patch" +) |