public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gopass-hibp/
Date: Tue, 21 Nov 2023 04:27:42 +0000 (UTC)	[thread overview]
Message-ID: <1700540623.0954464bb50993116878c25be1cfbc5a6c079b85.ajak@gentoo> (raw)

commit:     0954464bb50993116878c25be1cfbc5a6c079b85
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 04:17:13 2023 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 04:23:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954464b

app-admin/gopass-hibp: add 1.15.9

Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 app-admin/gopass-hibp/Manifest                  |  2 ++
 app-admin/gopass-hibp/gopass-hibp-1.15.9.ebuild | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-admin/gopass-hibp/Manifest b/app-admin/gopass-hibp/Manifest
index 5e3efa5eedad..5850e1d74563 100644
--- a/app-admin/gopass-hibp/Manifest
+++ b/app-admin/gopass-hibp/Manifest
@@ -4,3 +4,5 @@ DIST gopass-hibp-1.15.5-deps.tar.xz 182857584 BLAKE2B 0e0c536b02ac2c22daa2995138
 DIST gopass-hibp-1.15.5.tar.gz 27096 BLAKE2B df6a87ba6279d3dc0f1403861e5829d2fd5f5ec1b2aadf4c1cb27d6380d50df482af115ec78ae807e20660c5cd1fbd4336849271959647259a5626896b85f923 SHA512 d32ad613a25b52e9fbdc655ac15ebac8456882be9dcc462f186a888e4f82070cfe295f0e359faa4cf01b3c562d01328ce1dcb835df85707957c79a84c52d9fcf
 DIST gopass-hibp-1.15.8-deps.tar.xz 286508396 BLAKE2B fbb4fa665b90a0eaabd87743c3c3dcb19c73b6822c74ea92b5e4977aa01d16407526a6cfbdde7ee993d54c0eaf18b747b80ab8407ad7a62c6863976d22d3a09a SHA512 bdd8217a826f06683e91e2f8fc50e612a504187f30b10b92b4207ffa86ce7693f999625f28d7c59d88e386d1a45eed2dec37ce488b8a6cc1b3399cc49c8164ad
 DIST gopass-hibp-1.15.8.tar.gz 28138 BLAKE2B 5f8e31e4063273e601f59a94d06525114d022d39fe9934150c04d669302687985536d233fe6085c5b2a05a87c39663159a589f90f19375297a4f8f702f08bd92 SHA512 5abdaeaaffce610146cbdc3b61fb2f5649d8be8ea3ff45ed003b051a690b281336fccaa19044b0d3444f2b4c3d632a53fa2570631d513a09566d1879149fb051
+DIST gopass-hibp-1.15.9-deps.tar.xz 288527044 BLAKE2B 40c5026b99236e630f49ce3bd47e9225fa24a61c548a8d20fe7228f6f70624a69ed3eb0c315114b0d140adfb95e0821ede5c736b8f20e8c880646f6708a135fc SHA512 7c3a46f4a942b07ed1bb03c8c1f0bdf87ef7f53750ca28c4944c4e3c1d58ca941d964bcc222d7e916ceec2f613398a3ec93972c88aea8ae9e06003486da2d420
+DIST gopass-hibp-1.15.9.tar.gz 28178 BLAKE2B ffb5b0d69e51d4956b5adec54c5e591d2376c11dedd86dd3b725800acccf4db3ea2d100901e3d0e2c1d97585783c85277af6a5a94f54948cce7e0908e5a6b982 SHA512 d9081e553039d90b2b8971a61e8bee243dbfc891303f839b5a9c2e148b4332ae4c4a17bcc57aeb4f672a11fb9786b82a604a1a71e9fefa98172b1d10073780d4

diff --git a/app-admin/gopass-hibp/gopass-hibp-1.15.9.ebuild b/app-admin/gopass-hibp/gopass-hibp-1.15.9.ebuild
new file mode 100644
index 000000000000..a9e315793f27
--- /dev/null
+++ b/app-admin/gopass-hibp/gopass-hibp-1.15.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2023 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://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
+"


             reply	other threads:[~2023-11-21  4:27 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21  4:27 John Helmert III [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-21  0:05 [gentoo-commits] repo/gentoo:master commit in: app-admin/gopass-hibp/ John Helmert III
2024-12-02  0:47 John Helmert III
2024-12-02  0:47 John Helmert III
2024-11-23 16:20 Michał Górny
2024-08-31 21:28 John Helmert III
2024-08-31  7:33 Petr Vaněk
2024-05-19 17:09 Sam James
2024-04-08  4:10 John Helmert III
2024-01-08  3:24 John Helmert III
2024-01-08  3:24 John Helmert III
2023-12-29 21:41 Sam James
2023-12-03 21:41 John Helmert III
2023-12-03 21:41 John Helmert III
2023-11-25 17:56 John Helmert III
2023-11-21  4:27 John Helmert III
2023-11-21  4:27 John Helmert III
2023-09-14  4:47 John Helmert III
2023-05-25  8:12 Arthur Zamarin
2023-04-16 20:43 John Helmert III
2023-04-16 20:43 John Helmert III
2023-04-04 23:17 Sam James
2023-02-25 17:58 Arthur Zamarin
2023-02-25 17:54 Arthur Zamarin
2023-02-19 16:46 John Helmert III
2023-01-17 17:10 John Helmert III
2021-07-02 17:45 Mikle Kolyada
2021-07-02 17:32 Mikle Kolyada
2021-05-04 19:10 Sam James
2021-03-21 13:49 Mikle Kolyada
2021-03-10  8:01 Mikle Kolyada

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=1700540623.0954464bb50993116878c25be1cfbc5a6c079b85.ajak@gentoo \
    --to=ajak@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