[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2024-05-19 Thread Sam James
commit: 20e12b37e243c49d11a030e0988f590a40cc395c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 19 17:07:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 19 17:08:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e12b37

app-admin/git-credential-gopass: Stabilize 1.15.13 amd64, #932208

Signed-off-by: Sam James  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild
index 50939531c011..974e33be5d96 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2024-04-07 Thread John Helmert III
commit: 89ff847300d67c896657a1286b9c0504ab02b599
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Apr  8 04:09:06 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Apr  8 04:10:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ff8473

app-admin/git-credential-gopass: add 1.15.13

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

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.13.ebuild| 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 18406c2a756f..3366a7842e2a 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,2 +1,4 @@
 DIST git-credential-gopass-1.15.11-deps.tar.xz 288548804 BLAKE2B 
5c59db36a25762169ee3cbb9e5b7f9c91bd3d97b5ef6dea2e45f0345240bae05a6998359d3880fe5ed240b0c57888f7fe00229d6b0c930843ae1c3aa51004863
 SHA512 
ccc70e912e92c70de7ec49e824d559db2bd4ef0c907813ce0063b758b88c39c75dcc5d307d8527c13650edbcc0ebad20d981b8f2fcb32c32272e945bfe18a38b
 DIST git-credential-gopass-1.15.11.tar.gz 24602 BLAKE2B 
3f479403071af80a08f9d28e9cce3fa492829fb7d6eb230f73ff1d84eaf3c4435fc82f3bfb2a7b29aa96c9a6c1c446d3160df5e0d3e3ff89b9e873e344b9afcf
 SHA512 
50f5496a0ae6f60b9074d9c1a29d6dbcddeb6a0976859b6071ccf1fdb2b6796038d2f6dd5f8a3ce4644c5c31ad5f3447037bc87e9276287172174058ef75adfa
+DIST git-credential-gopass-1.15.13-deps.tar.xz 29702324 BLAKE2B 
5d4ee46252419ffa28994ba4fd2a3b4c3201be209d5f53b93ed6f15a32aa990c7be4e1a0f3d72c11883eb6d12cf11bf3b43ab735717a661d5ad5586d14334ed2
 SHA512 
d21d06eb4c8557b6466809865f35e89b2ed330d00b89cb91c16ef04cf65a96d36c4226081e4d85a5d0b0d2735b00b2bcfd922da423a3d0daafdd1b36a23d6938
+DIST git-credential-gopass-1.15.13.tar.gz 19323 BLAKE2B 
6889fbb0f22b5a9ca882893bf0860bb41319e0f3ed01ea6c542caf8c94d4762116f5b84f907380dd723ffe1c57a7359a20cc1e05e7d3958d9f3a3debbd39c659
 SHA512 
f95d9ce853c5f9b46148d53504cad5992f701c776c3c4a2d53b10b7e94717651231ef5ab7cec7ab572c2badb75a0972c129ba09576598cf067bc4140f6c42196

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild
new file mode 100644
index ..50939531c011
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Gopass git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2024-01-07 Thread John Helmert III
commit: 5dce336f860bf2d7076d123f4fd1166ccfb525cc
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:01:36 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dce336f

app-admin/git-credential-gopass: drop 1.15.8, 1.15.10

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

 app-admin/git-credential-gopass/Manifest|  4 
 .../git-credential-gopass-1.15.10.ebuild| 21 -
 .../git-credential-gopass-1.15.8.ebuild | 21 -
 3 files changed, 46 deletions(-)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 7a4ab9861024..18406c2a756f 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,6 +1,2 @@
-DIST git-credential-gopass-1.15.10-deps.tar.xz 288573500 BLAKE2B 
1f816336a434b98efdd27acac0ad64bd285f5fab9fd747d3df3d567fda2514843634b75b52cab55e72ca77449d68cb2b000faf841170a9359f6c270acd0e47a9
 SHA512 
201e2855ac15227109fdfecb80a7f2e02494ced7e8027ab26a8e53d72441b9f08c87b3ed3e51888ee8c13c39a1f0a85fc1704730ebda8848dfe6349fde1a663f
-DIST git-credential-gopass-1.15.10.tar.gz 24521 BLAKE2B 
774cad65238025b025d7d9dd754596a0c0d5e7ec6592f76a819b7292758ab8ce8221887c72fd19f1445c7b73ef2d9e89542a2ddcb14d52375c91fe3a131aeba4
 SHA512 
7a175acc9475a3322b5039756307eb494aa1901185b1702993221c210efe7c4f7f030aef71653f505e52bedd8d92219f237849e29fc1cdb97cf97c5530ce60e1
 DIST git-credential-gopass-1.15.11-deps.tar.xz 288548804 BLAKE2B 
5c59db36a25762169ee3cbb9e5b7f9c91bd3d97b5ef6dea2e45f0345240bae05a6998359d3880fe5ed240b0c57888f7fe00229d6b0c930843ae1c3aa51004863
 SHA512 
ccc70e912e92c70de7ec49e824d559db2bd4ef0c907813ce0063b758b88c39c75dcc5d307d8527c13650edbcc0ebad20d981b8f2fcb32c32272e945bfe18a38b
 DIST git-credential-gopass-1.15.11.tar.gz 24602 BLAKE2B 
3f479403071af80a08f9d28e9cce3fa492829fb7d6eb230f73ff1d84eaf3c4435fc82f3bfb2a7b29aa96c9a6c1c446d3160df5e0d3e3ff89b9e873e344b9afcf
 SHA512 
50f5496a0ae6f60b9074d9c1a29d6dbcddeb6a0976859b6071ccf1fdb2b6796038d2f6dd5f8a3ce4644c5c31ad5f3447037bc87e9276287172174058ef75adfa
-DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
-DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild
deleted file mode 100644
index 8cffc9c47584..
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass git-credentials helper"
-HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
-SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
-"

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild
deleted file mode 100644
index 8cffc9c47584..
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass git-credentials helper"
-HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
-SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
-"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2024-01-07 Thread John Helmert III
commit: da4810d95b217498fe256883c194a50197912e37
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jan  8 03:17:05 2024 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jan  8 03:24:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4810d9

app-admin/git-credential-gopass: stabilize 1.15.11 for amd64

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

 app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
index 466cf4057557..974e33be5d96 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-12-29 Thread Sam James
commit: 48a3e0b219a8d1044f5ac250668178a5ab4cede9
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 21:40:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 21:40:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a3e0b2

app-admin/git-credential-gopass: Stabilize 1.15.10 amd64, #920943

Signed-off-by: Sam James  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild
index 466cf4057557..8cffc9c47584 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-12-03 Thread John Helmert III
commit: 42bd6d69be6acfd1b0f28c9be1dc84272983e374
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Dec  3 21:23:47 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Dec  3 21:41:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bd6d69

app-admin/git-credential-gopass: drop 1.15.9

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

 app-admin/git-credential-gopass/Manifest|  2 --
 .../git-credential-gopass-1.15.9.ebuild | 21 -
 2 files changed, 23 deletions(-)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 2fe67c689888..7a4ab9861024 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -4,5 +4,3 @@ DIST git-credential-gopass-1.15.11-deps.tar.xz 288548804 
BLAKE2B 5c59db36a257621
 DIST git-credential-gopass-1.15.11.tar.gz 24602 BLAKE2B 
3f479403071af80a08f9d28e9cce3fa492829fb7d6eb230f73ff1d84eaf3c4435fc82f3bfb2a7b29aa96c9a6c1c446d3160df5e0d3e3ff89b9e873e344b9afcf
 SHA512 
50f5496a0ae6f60b9074d9c1a29d6dbcddeb6a0976859b6071ccf1fdb2b6796038d2f6dd5f8a3ce4644c5c31ad5f3447037bc87e9276287172174058ef75adfa
 DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
 DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8
-DIST git-credential-gopass-1.15.9-deps.tar.xz 288585424 BLAKE2B 
7cdd60d70781ad8361f3128299c319821e3040f7552ff89879e44adecfc8a9bb5ce0c5222cdf92fe9fa70bb90b633519094c3e3c18692b233ad826c304c846b4
 SHA512 
3daaa33c85dbf71c44288de9b44d6056f3b728e6aa455f6b8b56d1d78bad7b9682606ede14fae7e86fa8378655ceaf675dc9108883b0fc0d122d036c07720b1d
-DIST git-credential-gopass-1.15.9.tar.gz 24226 BLAKE2B 
608df8fcf584ba82d5ca0f20bb944024101cf867331c6478461ec3dd8b03d5f76df5b917b5c739d1ba4275f3b11806c9526ccd12ccc91db45314ae983a29fa6a
 SHA512 
1a11f07e51b641e651c58ee664265ab3256d3b3b75ca0385cc9417428eda2123eecbee3b3ae5012d3da3d2890855132c2f463fd7d80f2cf32bb4d35658e61a82

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.9.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.9.ebuild
deleted file mode 100644
index 466cf4057557..
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.9.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass git-credentials helper"
-HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
-SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
-"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-12-03 Thread John Helmert III
commit: 5152240037cbf79df270181c298bbc30f50abe82
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Dec  3 21:21:28 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Dec  3 21:41:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51522400

app-admin/git-credential-gopass: add 1.15.11

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

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.11.ebuild| 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 24d231266b87..2fe67c689888 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,5 +1,7 @@
 DIST git-credential-gopass-1.15.10-deps.tar.xz 288573500 BLAKE2B 
1f816336a434b98efdd27acac0ad64bd285f5fab9fd747d3df3d567fda2514843634b75b52cab55e72ca77449d68cb2b000faf841170a9359f6c270acd0e47a9
 SHA512 
201e2855ac15227109fdfecb80a7f2e02494ced7e8027ab26a8e53d72441b9f08c87b3ed3e51888ee8c13c39a1f0a85fc1704730ebda8848dfe6349fde1a663f
 DIST git-credential-gopass-1.15.10.tar.gz 24521 BLAKE2B 
774cad65238025b025d7d9dd754596a0c0d5e7ec6592f76a819b7292758ab8ce8221887c72fd19f1445c7b73ef2d9e89542a2ddcb14d52375c91fe3a131aeba4
 SHA512 
7a175acc9475a3322b5039756307eb494aa1901185b1702993221c210efe7c4f7f030aef71653f505e52bedd8d92219f237849e29fc1cdb97cf97c5530ce60e1
+DIST git-credential-gopass-1.15.11-deps.tar.xz 288548804 BLAKE2B 
5c59db36a25762169ee3cbb9e5b7f9c91bd3d97b5ef6dea2e45f0345240bae05a6998359d3880fe5ed240b0c57888f7fe00229d6b0c930843ae1c3aa51004863
 SHA512 
ccc70e912e92c70de7ec49e824d559db2bd4ef0c907813ce0063b758b88c39c75dcc5d307d8527c13650edbcc0ebad20d981b8f2fcb32c32272e945bfe18a38b
+DIST git-credential-gopass-1.15.11.tar.gz 24602 BLAKE2B 
3f479403071af80a08f9d28e9cce3fa492829fb7d6eb230f73ff1d84eaf3c4435fc82f3bfb2a7b29aa96c9a6c1c446d3160df5e0d3e3ff89b9e873e344b9afcf
 SHA512 
50f5496a0ae6f60b9074d9c1a29d6dbcddeb6a0976859b6071ccf1fdb2b6796038d2f6dd5f8a3ce4644c5c31ad5f3447037bc87e9276287172174058ef75adfa
 DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
 DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8
 DIST git-credential-gopass-1.15.9-deps.tar.xz 288585424 BLAKE2B 
7cdd60d70781ad8361f3128299c319821e3040f7552ff89879e44adecfc8a9bb5ce0c5222cdf92fe9fa70bb90b633519094c3e3c18692b233ad826c304c846b4
 SHA512 
3daaa33c85dbf71c44288de9b44d6056f3b728e6aa455f6b8b56d1d78bad7b9682606ede14fae7e86fa8378655ceaf675dc9108883b0fc0d122d036c07720b1d

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild
new file mode 100644
index ..466cf4057557
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-11-25 Thread John Helmert III
commit: ef2e85546760b66a2a7b5f194024d3fdc6595b5f
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Nov 25 17:54:07 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Nov 25 17:56:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2e8554

app-admin/git-credential-gopass: add 1.15.10

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

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.10.ebuild| 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 7f2fb52f7183..24d231266b87 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,3 +1,5 @@
+DIST git-credential-gopass-1.15.10-deps.tar.xz 288573500 BLAKE2B 
1f816336a434b98efdd27acac0ad64bd285f5fab9fd747d3df3d567fda2514843634b75b52cab55e72ca77449d68cb2b000faf841170a9359f6c270acd0e47a9
 SHA512 
201e2855ac15227109fdfecb80a7f2e02494ced7e8027ab26a8e53d72441b9f08c87b3ed3e51888ee8c13c39a1f0a85fc1704730ebda8848dfe6349fde1a663f
+DIST git-credential-gopass-1.15.10.tar.gz 24521 BLAKE2B 
774cad65238025b025d7d9dd754596a0c0d5e7ec6592f76a819b7292758ab8ce8221887c72fd19f1445c7b73ef2d9e89542a2ddcb14d52375c91fe3a131aeba4
 SHA512 
7a175acc9475a3322b5039756307eb494aa1901185b1702993221c210efe7c4f7f030aef71653f505e52bedd8d92219f237849e29fc1cdb97cf97c5530ce60e1
 DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
 DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8
 DIST git-credential-gopass-1.15.9-deps.tar.xz 288585424 BLAKE2B 
7cdd60d70781ad8361f3128299c319821e3040f7552ff89879e44adecfc8a9bb5ce0c5222cdf92fe9fa70bb90b633519094c3e3c18692b233ad826c304c846b4
 SHA512 
3daaa33c85dbf71c44288de9b44d6056f3b728e6aa455f6b8b56d1d78bad7b9682606ede14fae7e86fa8378655ceaf675dc9108883b0fc0d122d036c07720b1d

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.ebuild
new file mode 100644
index ..466cf4057557
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.10.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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-11-20 Thread John Helmert III
commit: 95504f28983abff45ad052c4ca468e229379ebc5
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Nov 21 04:22:13 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Nov 21 04:23:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95504f28

app-admin/git-credential-gopass: drop 1.15.4, 1.15.5

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

 app-admin/git-credential-gopass/Manifest|  4 
 .../git-credential-gopass-1.15.4.ebuild | 21 -
 .../git-credential-gopass-1.15.5.ebuild | 21 -
 3 files changed, 46 deletions(-)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 248953ecb155..7f2fb52f7183 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,7 +1,3 @@
-DIST git-credential-gopass-1.15.4-deps.tar.xz 33138508 BLAKE2B 
7cbb930e55f1ed53f3ce8c47e51d8066d1a518801d5d364b8c8b90b376910e916e34c5f2493cb062ac5c03e0b9aeb96119f129a8655b6ad3f1d9fec4600cb0a1
 SHA512 
14ecefd8b36513195cae86d355d974d596e859c46450121350af2d2aaf27f592b54e55e697c200eb89e94959f278e65712dbb4d534d0c1bcbc711fb4db829625
-DIST git-credential-gopass-1.15.4.tar.gz 20592 BLAKE2B 
2fef319cb7c1d90c89512f305fffbbe88ce5efa25bde798adfebdbf1a29847b1c62d51ca4ece4262c6746e5abb0f31e01804e827de8fdd364fa6bfbe2a9fd414
 SHA512 
4e456c35fb5fb4d91fada4c2ccafa5a48c9261746653dd363638b1fccfeea647f465d0956146a18bb0d50ffb8bd2c7502497efcac54095db7d37441074aeb6cb
-DIST git-credential-gopass-1.15.5-deps.tar.xz 182896696 BLAKE2B 
59cd74ff4be1dfd83d221327d041506c41799f67d8559f5a12341a70f2c63e36d03f8f99628ac973a02cbb42ba920366642f124a6315a8ff0d388d384c912b85
 SHA512 
64f34fecad85562cdf4db48030703b991bb2f6448e1fbd17ab0063f193c328f78e9630b7e64e9f1e4417f011b6a087e2e9fb19fe4adbac3ff36c3a315da933a6
-DIST git-credential-gopass-1.15.5.tar.gz 23210 BLAKE2B 
18f58e3e72778b9e3493288e2ab546413e09ed49b3d2764ed72d0cc444d4c03afd7fc4a4ecc1f378320296c6c7a488e0ec0e42ee688ad1b51c999c5a030e8339
 SHA512 
de67f21b27dc4f8e5437b465a748dabf3563393b09aefff08016fe367ffd847b3ad196d034589a05e1723763abf56395ab08372a05b86005cca11a3cc4cfb91f
 DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
 DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8
 DIST git-credential-gopass-1.15.9-deps.tar.xz 288585424 BLAKE2B 
7cdd60d70781ad8361f3128299c319821e3040f7552ff89879e44adecfc8a9bb5ce0c5222cdf92fe9fa70bb90b633519094c3e3c18692b233ad826c304c846b4
 SHA512 
3daaa33c85dbf71c44288de9b44d6056f3b728e6aa455f6b8b56d1d78bad7b9682606ede14fae7e86fa8378655ceaf675dc9108883b0fc0d122d036c07720b1d

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild
deleted file mode 100644
index 7f46921b8f13..
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass git-credentials helper"
-HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
-SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 -> ${P}.tar.gz
-   
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
-"

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild
deleted file mode 100644
index 7f46921b8f13..
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass git-credentials helper"
-HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
-SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 -> ${P}.tar.gz
-   
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"

[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-11-20 Thread John Helmert III
commit: c9b47a34212fc31efda46b42b5b276fb23107c7f
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Nov 21 04:20:55 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Nov 21 04:23:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b47a34

app-admin/git-credential-gopass: stabilize 1.15.8 for amd64

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

 app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild
index 466cf4057557..8cffc9c47584 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-11-20 Thread John Helmert III
commit: ec1e84f4196a4a4e7947b4cb36371ca85bf0b023
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Nov 21 04:17:07 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Nov 21 04:23:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1e84f4

app-admin/git-credential-gopass: add 1.15.9

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

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

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index bcc79c9531c8..248953ecb155 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -4,3 +4,5 @@ DIST git-credential-gopass-1.15.5-deps.tar.xz 182896696 BLAKE2B 
59cd74ff4be1dfd8
 DIST git-credential-gopass-1.15.5.tar.gz 23210 BLAKE2B 
18f58e3e72778b9e3493288e2ab546413e09ed49b3d2764ed72d0cc444d4c03afd7fc4a4ecc1f378320296c6c7a488e0ec0e42ee688ad1b51c999c5a030e8339
 SHA512 
de67f21b27dc4f8e5437b465a748dabf3563393b09aefff08016fe367ffd847b3ad196d034589a05e1723763abf56395ab08372a05b86005cca11a3cc4cfb91f
 DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
 DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8
+DIST git-credential-gopass-1.15.9-deps.tar.xz 288585424 BLAKE2B 
7cdd60d70781ad8361f3128299c319821e3040f7552ff89879e44adecfc8a9bb5ce0c5222cdf92fe9fa70bb90b633519094c3e3c18692b233ad826c304c846b4
 SHA512 
3daaa33c85dbf71c44288de9b44d6056f3b728e6aa455f6b8b56d1d78bad7b9682606ede14fae7e86fa8378655ceaf675dc9108883b0fc0d122d036c07720b1d
+DIST git-credential-gopass-1.15.9.tar.gz 24226 BLAKE2B 
608df8fcf584ba82d5ca0f20bb944024101cf867331c6478461ec3dd8b03d5f76df5b917b5c739d1ba4275f3b11806c9526ccd12ccc91db45314ae983a29fa6a
 SHA512 
1a11f07e51b641e651c58ee664265ab3256d3b3b75ca0385cc9417428eda2123eecbee3b3ae5012d3da3d2890855132c2f463fd7d80f2cf32bb4d35658e61a82

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.9.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.9.ebuild
new file mode 100644
index ..466cf4057557
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-09-13 Thread John Helmert III
commit: fe061f0de748ba1187514497b8a0e4cf14d1cf7a
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Sep 14 04:45:52 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Sep 14 04:47:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe061f0d

app-admin/git-credential-gopass: add 1.15.8

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

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.8.ebuild | 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 36018363ec35..bcc79c9531c8 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -2,3 +2,5 @@ DIST git-credential-gopass-1.15.4-deps.tar.xz 33138508 BLAKE2B 
7cbb930e55f1ed53f
 DIST git-credential-gopass-1.15.4.tar.gz 20592 BLAKE2B 
2fef319cb7c1d90c89512f305fffbbe88ce5efa25bde798adfebdbf1a29847b1c62d51ca4ece4262c6746e5abb0f31e01804e827de8fdd364fa6bfbe2a9fd414
 SHA512 
4e456c35fb5fb4d91fada4c2ccafa5a48c9261746653dd363638b1fccfeea647f465d0956146a18bb0d50ffb8bd2c7502497efcac54095db7d37441074aeb6cb
 DIST git-credential-gopass-1.15.5-deps.tar.xz 182896696 BLAKE2B 
59cd74ff4be1dfd83d221327d041506c41799f67d8559f5a12341a70f2c63e36d03f8f99628ac973a02cbb42ba920366642f124a6315a8ff0d388d384c912b85
 SHA512 
64f34fecad85562cdf4db48030703b991bb2f6448e1fbd17ab0063f193c328f78e9630b7e64e9f1e4417f011b6a087e2e9fb19fe4adbac3ff36c3a315da933a6
 DIST git-credential-gopass-1.15.5.tar.gz 23210 BLAKE2B 
18f58e3e72778b9e3493288e2ab546413e09ed49b3d2764ed72d0cc444d4c03afd7fc4a4ecc1f378320296c6c7a488e0ec0e42ee688ad1b51c999c5a030e8339
 SHA512 
de67f21b27dc4f8e5437b465a748dabf3563393b09aefff08016fe367ffd847b3ad196d034589a05e1723763abf56395ab08372a05b86005cca11a3cc4cfb91f
+DIST git-credential-gopass-1.15.8-deps.tar.xz 286523452 BLAKE2B 
651e9366fee3c68c06f2a94ce713c3f843f6ee35f0343e187519342950c5efc9e08cc68090d219a8e50a0ac61690c8f8d1c37ac0b844f580bfb27cc2f86d0eff
 SHA512 
bf2a798d758057009f5e21574c84c944043f472350e847016682a79159d2abeabfcb8d684504c3f4abd31312f505104b1a5f20591547e741b8ed5520dacd6920
+DIST git-credential-gopass-1.15.8.tar.gz 24178 BLAKE2B 
c9d0e30384187125cb2c6a51ba34cb41a2878c4aa8aa04ef1f07906079f470d1980712b9f897d48ede9ea070d201d68a29795c0fffd63c592ab354be379e2c92
 SHA512 
8ad93729531a7a7962b4b0223d40e8984ba6524aeca3284bbd1a3e5ecdb0ec79788edae0cecde106d462fe41b8a355aca59a99749d50d042847509e9c56e68e8

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.ebuild
new file mode 100644
index ..466cf4057557
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.8.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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-05-17 Thread Sam James
commit: e1e5eaabed5a3a6c3d664b9bab55d7f9dc244d41
Author: Sam James  gentoo  org>
AuthorDate: Thu May 18 01:32:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 18 01:33:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e5eaab

app-admin/git-credential-gopass: Stabilize 1.15.5 amd64, #906640

Signed-off-by: Sam James  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild
index ab81da8481dc..7f46921b8f13 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-04-16 Thread John Helmert III
commit: 8e4960194c9ceff8ef2b0cce3cae6a89f564b024
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Apr 16 20:31:39 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Apr 16 20:35:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e496019

app-admin/git-credential-gopass: drop 1.15.3

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

 app-admin/git-credential-gopass/Manifest|  2 --
 .../git-credential-gopass-1.15.3.ebuild | 21 -
 2 files changed, 23 deletions(-)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 758cbc5101ae..36018363ec35 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,5 +1,3 @@
-DIST git-credential-gopass-1.15.3-deps.tar.xz 36895816 BLAKE2B 
16b480c0e0f40f8b8e5802f25ef45d117dc96853d9fab89c9c7f11bda57bd681fb3f03bf7231a5b848196e079bb6717775389c86e8130e2b1f2238791ff2148b
 SHA512 
7952aa7223839b8d0967b96b3dedbd2361df50b5108210de98237d7445d5941c06d98e295a7f7e25e57e466fd062933f6ef71a630cbbbfbf8d55a035a46c9558
-DIST git-credential-gopass-1.15.3.tar.gz 20583 BLAKE2B 
caf091710a0fa4f6ac461c6beec4fe2add797cbaf7794a4675544fd3e878cd0e57c27280040605cca3879598922912194b70aa70e237a688362dfd9186b5824e
 SHA512 
c3be30d502d77865dba660780903d195c2d328045150627a7a3412ec987f92ed931995e6fc6663a623b32de637cb600f878e633175ce5b813bfcafb0fc4a1b8d
 DIST git-credential-gopass-1.15.4-deps.tar.xz 33138508 BLAKE2B 
7cbb930e55f1ed53f3ce8c47e51d8066d1a518801d5d364b8c8b90b376910e916e34c5f2493cb062ac5c03e0b9aeb96119f129a8655b6ad3f1d9fec4600cb0a1
 SHA512 
14ecefd8b36513195cae86d355d974d596e859c46450121350af2d2aaf27f592b54e55e697c200eb89e94959f278e65712dbb4d534d0c1bcbc711fb4db829625
 DIST git-credential-gopass-1.15.4.tar.gz 20592 BLAKE2B 
2fef319cb7c1d90c89512f305fffbbe88ce5efa25bde798adfebdbf1a29847b1c62d51ca4ece4262c6746e5abb0f31e01804e827de8fdd364fa6bfbe2a9fd414
 SHA512 
4e456c35fb5fb4d91fada4c2ccafa5a48c9261746653dd363638b1fccfeea647f465d0956146a18bb0d50ffb8bd2c7502497efcac54095db7d37441074aeb6cb
 DIST git-credential-gopass-1.15.5-deps.tar.xz 182896696 BLAKE2B 
59cd74ff4be1dfd83d221327d041506c41799f67d8559f5a12341a70f2c63e36d03f8f99628ac973a02cbb42ba920366642f124a6315a8ff0d388d384c912b85
 SHA512 
64f34fecad85562cdf4db48030703b991bb2f6448e1fbd17ab0063f193c328f78e9630b7e64e9f1e4417f011b6a087e2e9fb19fe4adbac3ff36c3a315da933a6

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild
deleted file mode 100644
index 7f46921b8f13..
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Gopass git-credentials helper"
-HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
-SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 -> ${P}.tar.gz
-   
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
-"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-04-16 Thread John Helmert III
commit: 59ba22e8fbb89be3a0dbed0755eca75182e1aa04
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Apr 16 20:28:00 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Apr 16 20:35:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ba22e8

app-admin/git-credential-gopass: add 1.15.5

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

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.5.ebuild | 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 22eacff3571d..758cbc5101ae 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -2,3 +2,5 @@ DIST git-credential-gopass-1.15.3-deps.tar.xz 36895816 BLAKE2B 
16b480c0e0f40f8b8
 DIST git-credential-gopass-1.15.3.tar.gz 20583 BLAKE2B 
caf091710a0fa4f6ac461c6beec4fe2add797cbaf7794a4675544fd3e878cd0e57c27280040605cca3879598922912194b70aa70e237a688362dfd9186b5824e
 SHA512 
c3be30d502d77865dba660780903d195c2d328045150627a7a3412ec987f92ed931995e6fc6663a623b32de637cb600f878e633175ce5b813bfcafb0fc4a1b8d
 DIST git-credential-gopass-1.15.4-deps.tar.xz 33138508 BLAKE2B 
7cbb930e55f1ed53f3ce8c47e51d8066d1a518801d5d364b8c8b90b376910e916e34c5f2493cb062ac5c03e0b9aeb96119f129a8655b6ad3f1d9fec4600cb0a1
 SHA512 
14ecefd8b36513195cae86d355d974d596e859c46450121350af2d2aaf27f592b54e55e697c200eb89e94959f278e65712dbb4d534d0c1bcbc711fb4db829625
 DIST git-credential-gopass-1.15.4.tar.gz 20592 BLAKE2B 
2fef319cb7c1d90c89512f305fffbbe88ce5efa25bde798adfebdbf1a29847b1c62d51ca4ece4262c6746e5abb0f31e01804e827de8fdd364fa6bfbe2a9fd414
 SHA512 
4e456c35fb5fb4d91fada4c2ccafa5a48c9261746653dd363638b1fccfeea647f465d0956146a18bb0d50ffb8bd2c7502497efcac54095db7d37441074aeb6cb
+DIST git-credential-gopass-1.15.5-deps.tar.xz 182896696 BLAKE2B 
59cd74ff4be1dfd83d221327d041506c41799f67d8559f5a12341a70f2c63e36d03f8f99628ac973a02cbb42ba920366642f124a6315a8ff0d388d384c912b85
 SHA512 
64f34fecad85562cdf4db48030703b991bb2f6448e1fbd17ab0063f193c328f78e9630b7e64e9f1e4417f011b6a087e2e9fb19fe4adbac3ff36c3a315da933a6
+DIST git-credential-gopass-1.15.5.tar.gz 23210 BLAKE2B 
18f58e3e72778b9e3493288e2ab546413e09ed49b3d2764ed72d0cc444d4c03afd7fc4a4ecc1f378320296c6c7a488e0ec0e42ee688ad1b51c999c5a030e8339
 SHA512 
de67f21b27dc4f8e5437b465a748dabf3563393b09aefff08016fe367ffd847b3ad196d034589a05e1723763abf56395ab08372a05b86005cca11a3cc4cfb91f

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.ebuild
new file mode 100644
index ..ab81da8481dc
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.5.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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 -> ${P}.tar.gz
+   
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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-04-04 Thread Arthur Zamarin
commit: 0a87e52a5f3825d3225c9872d73daaec072a7717
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  4 19:26:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  4 19:26:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a87e52a

app-admin/git-credential-gopass: Stabilize 1.15.4 amd64, #903789

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild
index ab81da8481dc..7f46921b8f13 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-02-25 Thread Arthur Zamarin
commit: 6a90d44ebfed6cfc73c785d4d118fa1f19ecee2b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 17:55:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 17:55:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a90d44e

app-admin/git-credential-gopass: drop 1.12.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/git-credential-gopass/Manifest   | 185 -
 .../git-credential-gopass-1.12.0.ebuild| 219 -
 2 files changed, 404 deletions(-)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 78b212c561b6..22eacff3571d 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,189 +1,4 @@
-DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.mod 133 BLAKE2B 
4140d5578e9738f5f0edff83413628bcf7506e8844873be8427ab9203cb9f76ee5074cd9586fbdf6195927a74bf476c1ac622f2d9e65c884e77a727979bd6791
 SHA512 
192ccd509f32ea420df41a82089c720228423e16e4bcba0d667f73d92c246086c0a354643bb85f68435b5231f91b7c3364b2eda0a865196f0d991b0ec3c8b5b7
-DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.zip 50964 BLAKE2B 
ec82c1c2cc70f7de63f8b3c83fcaf85c5f4f07b166fecb520e48ad4ef0aab865193311b2f6af650e840c0019d5915e7f7361931fcb569ba8873f5f6daeeda353
 SHA512 
22f86d62c7a6325a294db906d3733d0904e769e9a837d12821f856842b1adac58882d6a2141c972bb804bb1829b97deb7f93427dd460dbb2d137714f854b6475
-DIST git-credential-gopass-1.12.0.tar.gz 15572 BLAKE2B 
481dd4a1d5e5e9eb950b41e9c09f0ba78189208d44a9d9147bdff6a9257a1ce82c93a2cb1760653d3f6dc4be012c3b0eda98e072dd5d4f766341d9faf249e34b
 SHA512 
b6200930a08bd6ecea04a4b857ecd51fd5e3f0dfceed0d743ba5f097a73726b8a3f34635e06f3051fdcbf98b9a04dac50a462a2f1edf392b6540ff1387e46ca1
 DIST git-credential-gopass-1.15.3-deps.tar.xz 36895816 BLAKE2B 
16b480c0e0f40f8b8e5802f25ef45d117dc96853d9fab89c9c7f11bda57bd681fb3f03bf7231a5b848196e079bb6717775389c86e8130e2b1f2238791ff2148b
 SHA512 
7952aa7223839b8d0967b96b3dedbd2361df50b5108210de98237d7445d5941c06d98e295a7f7e25e57e466fd062933f6ef71a630cbbbfbf8d55a035a46c9558
 DIST git-credential-gopass-1.15.3.tar.gz 20583 BLAKE2B 
caf091710a0fa4f6ac461c6beec4fe2add797cbaf7794a4675544fd3e878cd0e57c27280040605cca3879598922912194b70aa70e237a688362dfd9186b5824e
 SHA512 
c3be30d502d77865dba660780903d195c2d328045150627a7a3412ec987f92ed931995e6fc6663a623b32de637cb600f878e633175ce5b813bfcafb0fc4a1b8d
 DIST git-credential-gopass-1.15.4-deps.tar.xz 33138508 BLAKE2B 
7cbb930e55f1ed53f3ce8c47e51d8066d1a518801d5d364b8c8b90b376910e916e34c5f2493cb062ac5c03e0b9aeb96119f129a8655b6ad3f1d9fec4600cb0a1
 SHA512 
14ecefd8b36513195cae86d355d974d596e859c46450121350af2d2aaf27f592b54e55e697c200eb89e94959f278e65712dbb4d534d0c1bcbc711fb4db829625
 DIST git-credential-gopass-1.15.4.tar.gz 20592 BLAKE2B 
2fef319cb7c1d90c89512f305fffbbe88ce5efa25bde798adfebdbf1a29847b1c62d51ca4ece4262c6746e5abb0f31e01804e827de8fdd364fa6bfbe2a9fd414
 SHA512 
4e456c35fb5fb4d91fada4c2ccafa5a48c9261746653dd363638b1fccfeea647f465d0956146a18bb0d50ffb8bd2c7502497efcac54095db7d37441074aeb6cb
-DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
-DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.mod 35 BLAKE2B 
15461787708b56993bf7904db63ae2a711c78fe67157ff2adec29bcdce2f6c29b7ef5d997ed7a0123ab24b0f3069d3833405849924037ca4da8c05032725706a
 SHA512 
49d95d7db5b42c6948c50dcbee20a5ec6b554e78f8ee4beec2303b318d6289a32be807084806bd17ee8e680e58c2693f753614fdb6788f424c9d7496790b20ba
-DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.zip 7610 BLAKE2B 
98f86c3092146db7614ab394d67f720bc3a8852576c0ede1f7ff053dfd8811274d0ba981efa7dc2c8fc3350c360f21ed45f429ecbcfd2a2da8663a209079
 SHA512 
5df11a2def2b93ec0465fffaeee22cf12802fd63574dccf977a6153aaddbe95c2a3ce20388fa3c3dba0b41d0cafbfa827ab9e6c311cfeb491e5b09aa907cb6cb
-DIST github.com%2Fblang%2Fsemver%2F@v%2Fv0.0.0-20190414182527-1a9109f8c4a1.mod 
31 BLAKE2B 
15785a01a9f07d2cfe324a1ece5c8188395300b11821621fe13427b702cb9f452ebe125566c3c2648d2d83139add9ad6224d00536aaea7b16306eb62f67f8184
 SHA512 
5f7f52012aa82bdc43bd89d1491fbe00091299554bd85dbfc07f0cc757fcf44f4499df97a4f19c234ce70fbb7af0f4c54c13ffd547ef0a733365ea9c68dd0297
-DIST github.com%2Fblang%2Fsemver%2F@v%2Fv0.0.0-20190414182527-1a9109f8c4a1.zip 
21256 BLAKE2B 
7b97d839138a150071d5c23287761f25dc778ce0be309e740dcc2e80902b15575647295c0b82de0737c5de96a04847c078caac89519ceaeb763ebfb8861946f3
 SHA512 
cb924d643de6a8f38fdb1b8b512ca17e7df4bd93f397280e89a659f90d4ca937cc33a98bea851371275b6ffaa83220e275fa36a9095631d2784b16f4515d0366
-DIST 
github.com%2Fcaspr-io%2Fyamlpath%2F@v%2Fv0.0.0-20200722075116-502e8d113a9b.mod 
135 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-02-25 Thread Arthur Zamarin
commit: 14d271a0c1b12832d4ec94fd258dee16ec8c9fcf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 17:53:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 17:53:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d271a0

app-admin/git-credential-gopass: Stabilize 1.15.3 amd64, #895444

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild
index ab81da8481dc..7f46921b8f13 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-02-20 Thread John Helmert III
commit: f36ee44281504db8912dcf12616deb93a1c65b7a
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Feb 20 17:12:53 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Feb 20 18:04:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36ee442

app-admin/git-credential-gopass: add 1.15.4

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

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.4.ebuild | 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index aa9d0f7e1f0a..78b212c561b6 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -3,6 +3,8 @@ DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.zip 50964 BLAKE2B 
ec82c1c2cc70f7de63f8
 DIST git-credential-gopass-1.12.0.tar.gz 15572 BLAKE2B 
481dd4a1d5e5e9eb950b41e9c09f0ba78189208d44a9d9147bdff6a9257a1ce82c93a2cb1760653d3f6dc4be012c3b0eda98e072dd5d4f766341d9faf249e34b
 SHA512 
b6200930a08bd6ecea04a4b857ecd51fd5e3f0dfceed0d743ba5f097a73726b8a3f34635e06f3051fdcbf98b9a04dac50a462a2f1edf392b6540ff1387e46ca1
 DIST git-credential-gopass-1.15.3-deps.tar.xz 36895816 BLAKE2B 
16b480c0e0f40f8b8e5802f25ef45d117dc96853d9fab89c9c7f11bda57bd681fb3f03bf7231a5b848196e079bb6717775389c86e8130e2b1f2238791ff2148b
 SHA512 
7952aa7223839b8d0967b96b3dedbd2361df50b5108210de98237d7445d5941c06d98e295a7f7e25e57e466fd062933f6ef71a630cbbbfbf8d55a035a46c9558
 DIST git-credential-gopass-1.15.3.tar.gz 20583 BLAKE2B 
caf091710a0fa4f6ac461c6beec4fe2add797cbaf7794a4675544fd3e878cd0e57c27280040605cca3879598922912194b70aa70e237a688362dfd9186b5824e
 SHA512 
c3be30d502d77865dba660780903d195c2d328045150627a7a3412ec987f92ed931995e6fc6663a623b32de637cb600f878e633175ce5b813bfcafb0fc4a1b8d
+DIST git-credential-gopass-1.15.4-deps.tar.xz 33138508 BLAKE2B 
7cbb930e55f1ed53f3ce8c47e51d8066d1a518801d5d364b8c8b90b376910e916e34c5f2493cb062ac5c03e0b9aeb96119f129a8655b6ad3f1d9fec4600cb0a1
 SHA512 
14ecefd8b36513195cae86d355d974d596e859c46450121350af2d2aaf27f592b54e55e697c200eb89e94959f278e65712dbb4d534d0c1bcbc711fb4db829625
+DIST git-credential-gopass-1.15.4.tar.gz 20592 BLAKE2B 
2fef319cb7c1d90c89512f305fffbbe88ce5efa25bde798adfebdbf1a29847b1c62d51ca4ece4262c6746e5abb0f31e01804e827de8fdd364fa6bfbe2a9fd414
 SHA512 
4e456c35fb5fb4d91fada4c2ccafa5a48c9261746653dd363638b1fccfeea647f465d0956146a18bb0d50ffb8bd2c7502497efcac54095db7d37441074aeb6cb
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.mod 35 BLAKE2B 
15461787708b56993bf7904db63ae2a711c78fe67157ff2adec29bcdce2f6c29b7ef5d997ed7a0123ab24b0f3069d3833405849924037ca4da8c05032725706a
 SHA512 
49d95d7db5b42c6948c50dcbee20a5ec6b554e78f8ee4beec2303b318d6289a32be807084806bd17ee8e680e58c2693f753614fdb6788f424c9d7496790b20ba
 DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.zip 7610 BLAKE2B 
98f86c3092146db7614ab394d67f720bc3a8852576c0ede1f7ff053dfd8811274d0ba981efa7dc2c8fc3350c360f21ed45f429ecbcfd2a2da8663a209079
 SHA512 
5df11a2def2b93ec0465fffaeee22cf12802fd63574dccf977a6153aaddbe95c2a3ce20388fa3c3dba0b41d0cafbfa827ab9e6c311cfeb491e5b09aa907cb6cb

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.ebuild
new file mode 100644
index ..ab81da8481dc
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.4.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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 -> ${P}.tar.gz
+   
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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2023-01-17 Thread John Helmert III
commit: b3e9bbdd094e9942798bd5c4ba063ede3ff027fb
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Jan 17 16:53:01 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Jan 17 17:03:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e9bbdd

app-admin/git-credential-gopass: add 1.15.3

Closes: https://bugs.gentoo.org/844262
Signed-off-by: John Helmert III  gentoo.org>

 app-admin/git-credential-gopass/Manifest|  2 ++
 .../git-credential-gopass-1.15.3.ebuild | 21 +
 2 files changed, 23 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
index 27313ed332d0..aa9d0f7e1f0a 100644
--- a/app-admin/git-credential-gopass/Manifest
+++ b/app-admin/git-credential-gopass/Manifest
@@ -1,6 +1,8 @@
 DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.mod 133 BLAKE2B 
4140d5578e9738f5f0edff83413628bcf7506e8844873be8427ab9203cb9f76ee5074cd9586fbdf6195927a74bf476c1ac622f2d9e65c884e77a727979bd6791
 SHA512 
192ccd509f32ea420df41a82089c720228423e16e4bcba0d667f73d92c246086c0a354643bb85f68435b5231f91b7c3364b2eda0a865196f0d991b0ec3c8b5b7
 DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.zip 50964 BLAKE2B 
ec82c1c2cc70f7de63f8b3c83fcaf85c5f4f07b166fecb520e48ad4ef0aab865193311b2f6af650e840c0019d5915e7f7361931fcb569ba8873f5f6daeeda353
 SHA512 
22f86d62c7a6325a294db906d3733d0904e769e9a837d12821f856842b1adac58882d6a2141c972bb804bb1829b97deb7f93427dd460dbb2d137714f854b6475
 DIST git-credential-gopass-1.12.0.tar.gz 15572 BLAKE2B 
481dd4a1d5e5e9eb950b41e9c09f0ba78189208d44a9d9147bdff6a9257a1ce82c93a2cb1760653d3f6dc4be012c3b0eda98e072dd5d4f766341d9faf249e34b
 SHA512 
b6200930a08bd6ecea04a4b857ecd51fd5e3f0dfceed0d743ba5f097a73726b8a3f34635e06f3051fdcbf98b9a04dac50a462a2f1edf392b6540ff1387e46ca1
+DIST git-credential-gopass-1.15.3-deps.tar.xz 36895816 BLAKE2B 
16b480c0e0f40f8b8e5802f25ef45d117dc96853d9fab89c9c7f11bda57bd681fb3f03bf7231a5b848196e079bb6717775389c86e8130e2b1f2238791ff2148b
 SHA512 
7952aa7223839b8d0967b96b3dedbd2361df50b5108210de98237d7445d5941c06d98e295a7f7e25e57e466fd062933f6ef71a630cbbbfbf8d55a035a46c9558
+DIST git-credential-gopass-1.15.3.tar.gz 20583 BLAKE2B 
caf091710a0fa4f6ac461c6beec4fe2add797cbaf7794a4675544fd3e878cd0e57c27280040605cca3879598922912194b70aa70e237a688362dfd9186b5824e
 SHA512 
c3be30d502d77865dba660780903d195c2d328045150627a7a3412ec987f92ed931995e6fc6663a623b32de637cb600f878e633175ce5b813bfcafb0fc4a1b8d
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.mod 35 BLAKE2B 
15461787708b56993bf7904db63ae2a711c78fe67157ff2adec29bcdce2f6c29b7ef5d997ed7a0123ab24b0f3069d3833405849924037ca4da8c05032725706a
 SHA512 
49d95d7db5b42c6948c50dcbee20a5ec6b554e78f8ee4beec2303b318d6289a32be807084806bd17ee8e680e58c2693f753614fdb6788f424c9d7496790b20ba
 DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.zip 7610 BLAKE2B 
98f86c3092146db7614ab394d67f720bc3a8852576c0ede1f7ff053dfd8811274d0ba981efa7dc2c8fc3350c360f21ed45f429ecbcfd2a2da8663a209079
 SHA512 
5df11a2def2b93ec0465fffaeee22cf12802fd63574dccf977a6153aaddbe95c2a3ce20388fa3c3dba0b41d0cafbfa827ab9e6c311cfeb491e5b09aa907cb6cb

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.ebuild
new file mode 100644
index ..ab81da8481dc
--- /dev/null
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.3.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 git-credentials helper"
+HOMEPAGE="https://github.com/gopasspw/git-credential-gopass;
+SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 -> ${P}.tar.gz
+   
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
+"



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2021-07-02 Thread Mikle Kolyada
commit: e8bddc28e35d9aa083006f19582c88181d3cf1b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul  2 17:43:42 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jul  2 17:43:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bddc28

app-admin/git-credential-gopass: mark stable

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
index 15e87ffb36e..a5f4da6556c 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
@@ -201,7 +201,7 @@ 
SRC_URI="https://github.com/gopasspw/git-credential-gopass/archive/v${PV}.tar.gz
 
 LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 RESTRICT="strip test"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2021-07-02 Thread Mikle Kolyada
commit: 7729f8b1f213b90ecafa5e84f46aef67b6f79564
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul  2 17:25:48 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jul  2 17:25:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7729f8b1

app-admin/git-credential-gopass: Denote pre-stripped files

Closes: https://bugs.gentoo.org/794715
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
index ef58e5b9501..15e87ffb36e 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
@@ -205,6 +205,8 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
 
 RESTRICT="strip test"
 
+QA_PRESTRIPPED="usr/bin/git-credential-gopass"
+
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="
dev-vcs/git



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2021-03-21 Thread Mikle Kolyada
commit: 071fa5b0ea1fc13efe6be3138827e90efd25e97a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 21 13:46:45 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 21 13:49:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071fa5b0

app-admin/git-credential-gopass: Do not strip binary

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild 
b/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
index 1f9065dcf36..ef58e5b9501 100644
--- a/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
+++ b/app-admin/git-credential-gopass/git-credential-gopass-1.12.0.ebuild
@@ -203,7 +203,7 @@ LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 
-RESTRICT="test"
+RESTRICT="strip test"
 
 DEPEND=">=dev-lang/go-1.16"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/git-credential-gopass/

2021-03-10 Thread Mikle Kolyada
commit: 6d04d488a451def618515d227453bc31a287dab5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Mar 10 08:57:12 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Mar 10 08:57:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d04d488

app-admin/git-credential-gopass: Initial import

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/git-credential-gopass/Manifest   | 185 ++
 .../git-credential-gopass-1.12.0.ebuild| 215 +
 app-admin/git-credential-gopass/metadata.xml   |  11 ++
 3 files changed, 411 insertions(+)

diff --git a/app-admin/git-credential-gopass/Manifest 
b/app-admin/git-credential-gopass/Manifest
new file mode 100644
index 000..27313ed332d
--- /dev/null
+++ b/app-admin/git-credential-gopass/Manifest
@@ -0,0 +1,185 @@
+DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.mod 133 BLAKE2B 
4140d5578e9738f5f0edff83413628bcf7506e8844873be8427ab9203cb9f76ee5074cd9586fbdf6195927a74bf476c1ac622f2d9e65c884e77a727979bd6791
 SHA512 
192ccd509f32ea420df41a82089c720228423e16e4bcba0d667f73d92c246086c0a354643bb85f68435b5231f91b7c3364b2eda0a865196f0d991b0ec3c8b5b7
+DIST filippo.io%2Fage%2F@v%2Fv1.0.0-beta4.zip 50964 BLAKE2B 
ec82c1c2cc70f7de63f8b3c83fcaf85c5f4f07b166fecb520e48ad4ef0aab865193311b2f6af650e840c0019d5915e7f7361931fcb569ba8873f5f6daeeda353
 SHA512 
22f86d62c7a6325a294db906d3733d0904e769e9a837d12821f856842b1adac58882d6a2141c972bb804bb1829b97deb7f93427dd460dbb2d137714f854b6475
+DIST git-credential-gopass-1.12.0.tar.gz 15572 BLAKE2B 
481dd4a1d5e5e9eb950b41e9c09f0ba78189208d44a9d9147bdff6a9257a1ce82c93a2cb1760653d3f6dc4be012c3b0eda98e072dd5d4f766341d9faf249e34b
 SHA512 
b6200930a08bd6ecea04a4b857ecd51fd5e3f0dfceed0d743ba5f097a73726b8a3f34635e06f3051fdcbf98b9a04dac50a462a2f1edf392b6540ff1387e46ca1
+DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
+DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.mod 35 BLAKE2B 
15461787708b56993bf7904db63ae2a711c78fe67157ff2adec29bcdce2f6c29b7ef5d997ed7a0123ab24b0f3069d3833405849924037ca4da8c05032725706a
 SHA512 
49d95d7db5b42c6948c50dcbee20a5ec6b554e78f8ee4beec2303b318d6289a32be807084806bd17ee8e680e58c2693f753614fdb6788f424c9d7496790b20ba
+DIST github.com%2Fatotto%2Fclipboard%2F@v%2Fv0.1.2.zip 7610 BLAKE2B 
98f86c3092146db7614ab394d67f720bc3a8852576c0ede1f7ff053dfd8811274d0ba981efa7dc2c8fc3350c360f21ed45f429ecbcfd2a2da8663a209079
 SHA512 
5df11a2def2b93ec0465fffaeee22cf12802fd63574dccf977a6153aaddbe95c2a3ce20388fa3c3dba0b41d0cafbfa827ab9e6c311cfeb491e5b09aa907cb6cb
+DIST github.com%2Fblang%2Fsemver%2F@v%2Fv0.0.0-20190414182527-1a9109f8c4a1.mod 
31 BLAKE2B 
15785a01a9f07d2cfe324a1ece5c8188395300b11821621fe13427b702cb9f452ebe125566c3c2648d2d83139add9ad6224d00536aaea7b16306eb62f67f8184
 SHA512 
5f7f52012aa82bdc43bd89d1491fbe00091299554bd85dbfc07f0cc757fcf44f4499df97a4f19c234ce70fbb7af0f4c54c13ffd547ef0a733365ea9c68dd0297
+DIST github.com%2Fblang%2Fsemver%2F@v%2Fv0.0.0-20190414182527-1a9109f8c4a1.zip 
21256 BLAKE2B 
7b97d839138a150071d5c23287761f25dc778ce0be309e740dcc2e80902b15575647295c0b82de0737c5de96a04847c078caac89519ceaeb763ebfb8861946f3
 SHA512 
cb924d643de6a8f38fdb1b8b512ca17e7df4bd93f397280e89a659f90d4ca937cc33a98bea851371275b6ffaa83220e275fa36a9095631d2784b16f4515d0366
+DIST 
github.com%2Fcaspr-io%2Fyamlpath%2F@v%2Fv0.0.0-20200722075116-502e8d113a9b.mod 
135 BLAKE2B 
972a300b4bfdb286beb205187939882ea19895d492a2deee1529d8aeb390e6825c09fabb4d40f5ba12eecbba80d4663eb8a37c88a4c7fbb7d064f29ca6f52ed3
 SHA512 
b3b127f9b95a0b40135dd5891ccd0a07de9fcdb010ea8566619fea1096353258e65c6a0aef50e3cd9d199635aca014de1e2e396dcda14b38b9cdb1f8f5930876
+DIST 
github.com%2Fcaspr-io%2Fyamlpath%2F@v%2Fv0.0.0-20200722075116-502e8d113a9b.zip 
10979 BLAKE2B 
665bc1735901a3bbd3f86ca39d92ebaa9e06ed0a92fe944b402964aa8ad424b8d9fad8ae5578baad06ac6203b80b92abba260eeb19d372618feb7e91bb6c7cdb
 SHA512 
7f1c646db51cc038a0f9ec285f3898d29255eefe0b4fdf33996a604599803b37f81f5c989e3bfd50d34485d95706777112b955bbbdb3c489bdbe12c0757bbbf7
+DIST github.com%2Fcenkalti%2Fbackoff%2F@v%2Fv2.2.1+incompatible.mod 35 BLAKE2B 
6b99dc9054d6616c7f66e1f0a76a11cadf095b8661aa92aaa97aaac4c2fd943a972f9947fa64167241747f633ca9f2a74e9ddd122dc39a083223912886e04b24
 SHA512 
b21cab6683819e3029097ac203e35963aa69e47c32cd88017f640f976da0fb64dae5a62d9c76f64868618be6df14603c9a72f24333d1639e654eedb5125421ab
+DIST github.com%2Fcenkalti%2Fbackoff%2F@v%2Fv2.2.1+incompatible.zip 14190 
BLAKE2B 
068cbd85a43c03d801420e794a87bca8d06aac5650cbd8597eff929bb3634edf85f33342b9b111626f995a340f77c76f60aa436c25654f47b3ed5c87af847c17
 SHA512