[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-06-01 Thread Michał Górny
commit: 6eb3da081e94062343bf45d3377ef74954e484f9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  1 17:33:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  1 17:37:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb3da08

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 -
 dev-util/stripe-mock/stripe-mock-0.185.0.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 2419bf5716d8..10d248fc93c6 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1 @@
-DIST stripe-mock-0.185.0.tar.gz 1605001 BLAKE2B 
4e44e6d3bb58ea650583317a07e085ba919c8fc183456ebc0a6821420eccc968642411e7e6589e3808bb07512ffab6b8078ffc3400b565f4c4977e68f9a4c306
 SHA512 
9ef5fce0c393ce7131dfc24587e19f6b3bc456b0b4650be8d70eac05cbcf37a6024f2deca1f763168609ee903b9d4045f0c36ee56c7b140410e34d7c393ea2dc
 DIST stripe-mock-0.186.0.tar.gz 1617203 BLAKE2B 
a98ac19f23e9e15514c221df3e857a14bffc261e3e5d93cd8db1f821fdb37a97b49d74b9cadbcf752412b19a9757eed7c1d0e072b33eff83d40cce5d81f303be
 SHA512 
7003eded0bc88442b3b8d66f6f943a2b438da783f1f3c8bccb1dc3c760f090e64faea08efd5ba544be7dc516657616f50040300c78f7ce10f2095d1e36576cc0

diff --git a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
deleted file mode 100644
index c010548e4abc..
--- a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-06-01 Thread Sam James
commit: 503fe8f63da5c1016be98f2ac5b8afa9562e7e9d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  1 17:27:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  1 17:28:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503fe8f6

dev-util/stripe-mock: Stabilize 0.186.0 x86, #933324

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

 dev-util/stripe-mock/stripe-mock-0.186.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
index 188abdf4000d..c010548e4abc 100644
--- a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-06-01 Thread Arthur Zamarin
commit: f76fb6f44ca7b8d7756c42561ef1fee2d0b21c88
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  1 11:03:39 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  1 11:03:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76fb6f4

dev-util/stripe-mock: Stabilize 0.186.0 amd64, #933324

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

 dev-util/stripe-mock/stripe-mock-0.186.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
index 9cb35529845a..188abdf4000d 100644
--- a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-06-01 Thread Arthur Zamarin
commit: 8c6f9fbafe1983819494a0e7ad7d27202ea5cbef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  1 07:27:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  1 07:27:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6f9fba

dev-util/stripe-mock: Stabilize 0.186.0 arm64, #933324

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

 dev-util/stripe-mock/stripe-mock-0.186.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
index 352d14e2ce00..9cb35529845a 100644
--- a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-05-17 Thread Michał Górny
commit: e817321d83123513e157f266255a08779d6e27f4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 05:28:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 06:25:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e817321d

dev-util/stripe-mock: Bump to 0.186.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.186.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 7a8caef432d2..2419bf5716d8 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.185.0.tar.gz 1605001 BLAKE2B 
4e44e6d3bb58ea650583317a07e085ba919c8fc183456ebc0a6821420eccc968642411e7e6589e3808bb07512ffab6b8078ffc3400b565f4c4977e68f9a4c306
 SHA512 
9ef5fce0c393ce7131dfc24587e19f6b3bc456b0b4650be8d70eac05cbcf37a6024f2deca1f763168609ee903b9d4045f0c36ee56c7b140410e34d7c393ea2dc
+DIST stripe-mock-0.186.0.tar.gz 1617203 BLAKE2B 
a98ac19f23e9e15514c221df3e857a14bffc261e3e5d93cd8db1f821fdb37a97b49d74b9cadbcf752412b19a9757eed7c1d0e072b33eff83d40cce5d81f303be
 SHA512 
7003eded0bc88442b3b8d66f6f943a2b438da783f1f3c8bccb1dc3c760f090e64faea08efd5ba544be7dc516657616f50040300c78f7ce10f2095d1e36576cc0

diff --git a/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.186.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-05-01 Thread Michał Górny
commit: 0222d617c143208a98d3d325e892f9245df4ab98
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  2 01:01:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  2 01:37:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0222d617

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.183.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.184.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 907db95fac26..7a8caef432d2 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1 @@
-DIST stripe-mock-0.183.0.tar.gz 1552131 BLAKE2B 
e67aa487d375c8d7df36cd53ce2052a8a288512870f96abd45d9206b7572f405f91f94c51c8a1f3f6ca5b5411464741ac1db87f09c6eef721fd86308825ee61b
 SHA512 
5ddc6459752092ecca2691da6bbc13a676b1909f0080be18b4154e3ab9f106cea4e97d3816cda0c237bae560631004ddac92debbf1294d3de262325806c4b21a
-DIST stripe-mock-0.184.0.tar.gz 1588230 BLAKE2B 
989dd736b4488ed25f6984bfe5a5b69a02db5b5f70d7e25fa64347cac4a4a918f30c46244054b07f56eb6ec04cbf1b19ea75bbd55fe64ce039533ad0e468b1c1
 SHA512 
3426bd45591ba04ec59d1a2489c12521091daa1002a831e7a1ac7ea01273f58cb7482ad00879c0b18cf2f97571b62664df76c348f2c317d02c81a893785c
 DIST stripe-mock-0.185.0.tar.gz 1605001 BLAKE2B 
4e44e6d3bb58ea650583317a07e085ba919c8fc183456ebc0a6821420eccc968642411e7e6589e3808bb07512ffab6b8078ffc3400b565f4c4977e68f9a4c306
 SHA512 
9ef5fce0c393ce7131dfc24587e19f6b3bc456b0b4650be8d70eac05cbcf37a6024f2deca1f763168609ee903b9d4045f0c36ee56c7b140410e34d7c393ea2dc

diff --git a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
deleted file mode 100644
index c010548e4abc..
--- a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.184.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.184.0.ebuild
deleted file mode 100644
index 352d14e2ce00..
--- a/dev-util/stripe-mock/stripe-mock-0.184.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-05-01 Thread Sam James
commit: 951138a9bfff6b4443aecfd178163577fa041f6b
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 23:37:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 23:37:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951138a9

dev-util/stripe-mock: Stabilize 0.185.0 amd64, #931043

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

 dev-util/stripe-mock/stripe-mock-0.185.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
index 0095ebf1b31e..c010548e4abc 100644
--- a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-05-01 Thread Sam James
commit: 8509151892ade41051b1fd4d459fc960683c3aaf
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 16:47:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 16:47:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85091518

dev-util/stripe-mock: Stabilize 0.185.0 arm64, #931043

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

 dev-util/stripe-mock/stripe-mock-0.185.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
index 376f53675e71..0095ebf1b31e 100644
--- a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="~amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-05-01 Thread Sam James
commit: 52e208df717b9c10e4a731a5a250b78ffb17c77e
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 16:47:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 16:47:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e208df

dev-util/stripe-mock: Stabilize 0.185.0 x86, #931043

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

 dev-util/stripe-mock/stripe-mock-0.185.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
index 352d14e2ce00..376f53675e71 100644
--- a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-04-24 Thread Michał Górny
commit: 55727e6862224e03dac045053cd636cf9da74c2e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 25 04:30:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 25 04:42:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55727e68

dev-util/stripe-mock: Bump to 0.185.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.185.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 666413082017..907db95fac26 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.183.0.tar.gz 1552131 BLAKE2B 
e67aa487d375c8d7df36cd53ce2052a8a288512870f96abd45d9206b7572f405f91f94c51c8a1f3f6ca5b5411464741ac1db87f09c6eef721fd86308825ee61b
 SHA512 
5ddc6459752092ecca2691da6bbc13a676b1909f0080be18b4154e3ab9f106cea4e97d3816cda0c237bae560631004ddac92debbf1294d3de262325806c4b21a
 DIST stripe-mock-0.184.0.tar.gz 1588230 BLAKE2B 
989dd736b4488ed25f6984bfe5a5b69a02db5b5f70d7e25fa64347cac4a4a918f30c46244054b07f56eb6ec04cbf1b19ea75bbd55fe64ce039533ad0e468b1c1
 SHA512 
3426bd45591ba04ec59d1a2489c12521091daa1002a831e7a1ac7ea01273f58cb7482ad00879c0b18cf2f97571b62664df76c348f2c317d02c81a893785c
+DIST stripe-mock-0.185.0.tar.gz 1605001 BLAKE2B 
4e44e6d3bb58ea650583317a07e085ba919c8fc183456ebc0a6821420eccc968642411e7e6589e3808bb07512ffab6b8078ffc3400b565f4c4977e68f9a4c306
 SHA512 
9ef5fce0c393ce7131dfc24587e19f6b3bc456b0b4650be8d70eac05cbcf37a6024f2deca1f763168609ee903b9d4045f0c36ee56c7b140410e34d7c393ea2dc

diff --git a/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.185.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-04-12 Thread Arthur Zamarin
commit: 68f5af9034c43d9cd403bf5db080f8159243ce93
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 13 04:55:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 13 05:35:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5af90

dev-util/stripe-mock: Bump to 0.184.0

Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.184.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index f9eebac7b8ab..666413082017 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.183.0.tar.gz 1552131 BLAKE2B 
e67aa487d375c8d7df36cd53ce2052a8a288512870f96abd45d9206b7572f405f91f94c51c8a1f3f6ca5b5411464741ac1db87f09c6eef721fd86308825ee61b
 SHA512 
5ddc6459752092ecca2691da6bbc13a676b1909f0080be18b4154e3ab9f106cea4e97d3816cda0c237bae560631004ddac92debbf1294d3de262325806c4b21a
+DIST stripe-mock-0.184.0.tar.gz 1588230 BLAKE2B 
989dd736b4488ed25f6984bfe5a5b69a02db5b5f70d7e25fa64347cac4a4a918f30c46244054b07f56eb6ec04cbf1b19ea75bbd55fe64ce039533ad0e468b1c1
 SHA512 
3426bd45591ba04ec59d1a2489c12521091daa1002a831e7a1ac7ea01273f58cb7482ad00879c0b18cf2f97571b62664df76c348f2c317d02c81a893785c

diff --git a/dev-util/stripe-mock/stripe-mock-0.184.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.184.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.184.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-30 Thread Michał Górny
commit: ef6f5fb211a730920ce8fb4106d4c0a7d2ca1bc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:58:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:58:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6f5fb2

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 -
 dev-util/stripe-mock/stripe-mock-0.182.0.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 52274ba7b5f1..f9eebac7b8ab 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1 @@
-DIST stripe-mock-0.182.0.tar.gz 1531682 BLAKE2B 
35a2b81646cd3bcd57b9b45b12bfa19f16be8337ac3261e163fd68daf33b2fce2eb6b655bf17b7858ef6d63296c404dae7798195ec957b7f73752365688b1f0e
 SHA512 
cdfab6c73554e978bec77047eaff74af9d3a3e48f79b7118c8f9603275adcf825076e70fcf84c49bd561de0748c496df5ff4a2cf4d366e39ab82d7c734f8c456
 DIST stripe-mock-0.183.0.tar.gz 1552131 BLAKE2B 
e67aa487d375c8d7df36cd53ce2052a8a288512870f96abd45d9206b7572f405f91f94c51c8a1f3f6ca5b5411464741ac1db87f09c6eef721fd86308825ee61b
 SHA512 
5ddc6459752092ecca2691da6bbc13a676b1909f0080be18b4154e3ab9f106cea4e97d3816cda0c237bae560631004ddac92debbf1294d3de262325806c4b21a

diff --git a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
deleted file mode 100644
index c010548e4abc..
--- a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-30 Thread Michał Górny
commit: 9eadf1be895671df9412d5b71beb916f9dbd79be
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:52:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:53:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eadf1be

dev-util/stripe-mock: Stabilize 0.183.0 x86, #928206

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.183.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
index 188abdf4000d..c010548e4abc 100644
--- a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-30 Thread Michał Górny
commit: 5f4413c549d9a32cce15a6391a84a5b849f32bf2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:34:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:34:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4413c5

dev-util/stripe-mock: Stabilize 0.183.0 amd64, #928206

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.183.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
index 9cb35529845a..188abdf4000d 100644
--- a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-30 Thread Michał Górny
commit: 81b9154f7f689c9a3bc9003b992c4d035305cb64
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:24:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 14:24:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b9154f

dev-util/stripe-mock: Stabilize 0.183.0 arm64, #928206

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.183.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
index 352d14e2ce00..9cb35529845a 100644
--- a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-14 Thread Michał Górny
commit: e410d59b4f6f21aa39817cdd518cd2e9f7e2d280
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 15 04:52:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 15 04:52:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e410d59b

dev-util/stripe-mock: Bump to 0.183.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.183.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index e31f624304ed..52274ba7b5f1 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.182.0.tar.gz 1531682 BLAKE2B 
35a2b81646cd3bcd57b9b45b12bfa19f16be8337ac3261e163fd68daf33b2fce2eb6b655bf17b7858ef6d63296c404dae7798195ec957b7f73752365688b1f0e
 SHA512 
cdfab6c73554e978bec77047eaff74af9d3a3e48f79b7118c8f9603275adcf825076e70fcf84c49bd561de0748c496df5ff4a2cf4d366e39ab82d7c734f8c456
+DIST stripe-mock-0.183.0.tar.gz 1552131 BLAKE2B 
e67aa487d375c8d7df36cd53ce2052a8a288512870f96abd45d9206b7572f405f91f94c51c8a1f3f6ca5b5411464741ac1db87f09c6eef721fd86308825ee61b
 SHA512 
5ddc6459752092ecca2691da6bbc13a676b1909f0080be18b4154e3ab9f106cea4e97d3816cda0c237bae560631004ddac92debbf1294d3de262325806c4b21a

diff --git a/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.183.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-03 Thread Michał Górny
commit: 5743e0250d3d2ebd3d9707469909dcf0f1578324
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  3 12:57:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  3 13:06:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5743e025

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 -
 dev-util/stripe-mock/stripe-mock-0.181.0.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 4f13a56948bb..e31f624304ed 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1 @@
-DIST stripe-mock-0.181.0.tar.gz 1510851 BLAKE2B 
f1cecc0db71aa962d36060b5b5b59d6547e5f94a052ddc92048dcaf2170416118d5b00deff877810fb96fe199b4944b0f22f3d8fd6c09cd1802cba5164fe4c9e
 SHA512 
a1b1f3ce17757233650c5082d795404fe1e18f622719e3dd2a31aa9e9558db72324167e09307f02dc9b4d28e85d9e4101c239d3035aa7746eda20a0484a166d7
 DIST stripe-mock-0.182.0.tar.gz 1531682 BLAKE2B 
35a2b81646cd3bcd57b9b45b12bfa19f16be8337ac3261e163fd68daf33b2fce2eb6b655bf17b7858ef6d63296c404dae7798195ec957b7f73752365688b1f0e
 SHA512 
cdfab6c73554e978bec77047eaff74af9d3a3e48f79b7118c8f9603275adcf825076e70fcf84c49bd561de0748c496df5ff4a2cf4d366e39ab82d7c734f8c456

diff --git a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
deleted file mode 100644
index c010548e4abc..
--- a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-02 Thread Sam James
commit: 9ba196799bc3587209099e2cd0c4aabf6affe472
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  3 04:04:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  3 04:04:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba19679

dev-util/stripe-mock: Stabilize 0.182.0 arm64, #926011

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

 dev-util/stripe-mock/stripe-mock-0.182.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
index 83971567f2c6..c010548e4abc 100644
--- a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-02 Thread Arthur Zamarin
commit: 414dac02ded6e30289fb3c6537f3bfe1cb7912b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 11:25:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 11:25:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414dac02

dev-util/stripe-mock: Stabilize 0.182.0 amd64, #926011

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

 dev-util/stripe-mock/stripe-mock-0.182.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
index 376f53675e71..83971567f2c6 100644
--- a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-03-02 Thread Jakov Smolić
commit: 017e5b201b3059da5a89c35a68f5f5e14c9535e8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Mar  2 09:56:26 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Mar  2 09:56:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017e5b20

dev-util/stripe-mock: Stabilize 0.182.0 x86, #926011

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.182.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
index 352d14e2ce00..376f53675e71 100644
--- a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-02-15 Thread Michał Górny
commit: 29fc50316b494a607e01334c642a6f7221f5c0a1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 16 05:00:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 16 05:40:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fc5031

dev-util/stripe-mock: Bump to 0.182.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.182.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 2453f42b1ed0..4f13a56948bb 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.181.0.tar.gz 1510851 BLAKE2B 
f1cecc0db71aa962d36060b5b5b59d6547e5f94a052ddc92048dcaf2170416118d5b00deff877810fb96fe199b4944b0f22f3d8fd6c09cd1802cba5164fe4c9e
 SHA512 
a1b1f3ce17757233650c5082d795404fe1e18f622719e3dd2a31aa9e9558db72324167e09307f02dc9b4d28e85d9e4101c239d3035aa7746eda20a0484a166d7
+DIST stripe-mock-0.182.0.tar.gz 1531682 BLAKE2B 
35a2b81646cd3bcd57b9b45b12bfa19f16be8337ac3261e163fd68daf33b2fce2eb6b655bf17b7858ef6d63296c404dae7798195ec957b7f73752365688b1f0e
 SHA512 
cdfab6c73554e978bec77047eaff74af9d3a3e48f79b7118c8f9603275adcf825076e70fcf84c49bd561de0748c496df5ff4a2cf4d366e39ab82d7c734f8c456

diff --git a/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.182.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-02-03 Thread Michał Górny
commit: cb6175a8afa8f6f7a9784b70b04b22c5482d96a3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 14:51:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 15:01:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6175a8

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.179.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.180.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index e5ca898437f4..2453f42b1ed0 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1 @@
-DIST stripe-mock-0.179.0.tar.gz 1475675 BLAKE2B 
664b3d309edae0fa2c988d0c69b55fe9b01222aeb05c89f3658161407e86f2609b82637e0efa6e3babb14a360a5271319755bb18ef3e87ff8736fb3048178f1c
 SHA512 
52320a9c7295f798c9a493cf72c70e3e68eb8c631be7f9e814c6710d301af8b458c836d6e2c3bd5b23e3b5a912dd6410b3100a4d70f9682035c4104033441a9b
-DIST stripe-mock-0.180.0.tar.gz 1479418 BLAKE2B 
68f35942a8ee23a6e309e8d11dbce67d5a61ffaa459ff085a799116874cb4ccdd07b1bbb0ecddc62b89eee0a96c9cc30ee534b22234008e47ca5a7e6cc5eaf5a
 SHA512 
4d22be391ff9908bcfa60d89701a4f1ebf3ea2127c0f31c7299603cc616123f83be75b4e19f63335f6976760b9ab5cb62859a277b0b7c87a504c0aed23099a9a
 DIST stripe-mock-0.181.0.tar.gz 1510851 BLAKE2B 
f1cecc0db71aa962d36060b5b5b59d6547e5f94a052ddc92048dcaf2170416118d5b00deff877810fb96fe199b4944b0f22f3d8fd6c09cd1802cba5164fe4c9e
 SHA512 
a1b1f3ce17757233650c5082d795404fe1e18f622719e3dd2a31aa9e9558db72324167e09307f02dc9b4d28e85d9e4101c239d3035aa7746eda20a0484a166d7

diff --git a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
deleted file mode 100644
index c010548e4abc..
--- a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.180.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.180.0.ebuild
deleted file mode 100644
index 352d14e2ce00..
--- a/dev-util/stripe-mock/stripe-mock-0.180.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-02-03 Thread Arthur Zamarin
commit: 265d01e7c8aa51335c8ac8b785b83d8b210b52d0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 14:02:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 14:02:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265d01e7

dev-util/stripe-mock: Stabilize 0.181.0 amd64, #923688

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

 dev-util/stripe-mock/stripe-mock-0.181.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
index 0095ebf1b31e..c010548e4abc 100644
--- a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-02-03 Thread Arthur Zamarin
commit: 23ba6efd3cf08c20fc99bac82f0a603fe633e54d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  3 11:03:03 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  3 11:03:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ba6efd

dev-util/stripe-mock: Stabilize 0.181.0 x86, #923688

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

 dev-util/stripe-mock/stripe-mock-0.181.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
index 9cb35529845a..0095ebf1b31e 100644
--- a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-02-03 Thread Sam James
commit: 9950cb2a8dff71d41609e8be2be120932791bff7
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  3 11:01:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  3 11:01:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9950cb2a

dev-util/stripe-mock: Stabilize 0.181.0 arm64, #923688

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

 dev-util/stripe-mock/stripe-mock-0.181.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
index 352d14e2ce00..9cb35529845a 100644
--- a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-01-25 Thread Michał Górny
commit: d1df84f79086a87cd63b3a9feeb49959391370f1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 05:26:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 05:39:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1df84f7

dev-util/stripe-mock: Bump to 0.181.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.181.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 49d8287b64e1..e5ca898437f4 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.179.0.tar.gz 1475675 BLAKE2B 
664b3d309edae0fa2c988d0c69b55fe9b01222aeb05c89f3658161407e86f2609b82637e0efa6e3babb14a360a5271319755bb18ef3e87ff8736fb3048178f1c
 SHA512 
52320a9c7295f798c9a493cf72c70e3e68eb8c631be7f9e814c6710d301af8b458c836d6e2c3bd5b23e3b5a912dd6410b3100a4d70f9682035c4104033441a9b
 DIST stripe-mock-0.180.0.tar.gz 1479418 BLAKE2B 
68f35942a8ee23a6e309e8d11dbce67d5a61ffaa459ff085a799116874cb4ccdd07b1bbb0ecddc62b89eee0a96c9cc30ee534b22234008e47ca5a7e6cc5eaf5a
 SHA512 
4d22be391ff9908bcfa60d89701a4f1ebf3ea2127c0f31c7299603cc616123f83be75b4e19f63335f6976760b9ab5cb62859a277b0b7c87a504c0aed23099a9a
+DIST stripe-mock-0.181.0.tar.gz 1510851 BLAKE2B 
f1cecc0db71aa962d36060b5b5b59d6547e5f94a052ddc92048dcaf2170416118d5b00deff877810fb96fe199b4944b0f22f3d8fd6c09cd1802cba5164fe4c9e
 SHA512 
a1b1f3ce17757233650c5082d795404fe1e18f622719e3dd2a31aa9e9558db72324167e09307f02dc9b4d28e85d9e4101c239d3035aa7746eda20a0484a166d7

diff --git a/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.181.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-01-11 Thread Michał Górny
commit: 53d844b04e1602ed91f9e9654e9f01690847e9ea
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 12 04:07:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 12 04:07:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d844b0

dev-util/stripe-mock: Bump to 0.180.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.180.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 640a0ebc0047..49d8287b64e1 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.179.0.tar.gz 1475675 BLAKE2B 
664b3d309edae0fa2c988d0c69b55fe9b01222aeb05c89f3658161407e86f2609b82637e0efa6e3babb14a360a5271319755bb18ef3e87ff8736fb3048178f1c
 SHA512 
52320a9c7295f798c9a493cf72c70e3e68eb8c631be7f9e814c6710d301af8b458c836d6e2c3bd5b23e3b5a912dd6410b3100a4d70f9682035c4104033441a9b
+DIST stripe-mock-0.180.0.tar.gz 1479418 BLAKE2B 
68f35942a8ee23a6e309e8d11dbce67d5a61ffaa459ff085a799116874cb4ccdd07b1bbb0ecddc62b89eee0a96c9cc30ee534b22234008e47ca5a7e6cc5eaf5a
 SHA512 
4d22be391ff9908bcfa60d89701a4f1ebf3ea2127c0f31c7299603cc616123f83be75b4e19f63335f6976760b9ab5cb62859a277b0b7c87a504c0aed23099a9a

diff --git a/dev-util/stripe-mock/stripe-mock-0.180.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.180.0.ebuild
new file mode 100644
index ..352d14e2ce00
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.180.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-01-06 Thread Michał Górny
commit: 36c561b7d8efe2f4f261eeb9270c44883a6ad8e4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:54:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:54:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c561b7

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 -
 dev-util/stripe-mock/stripe-mock-0.178.0.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 7c63afaa44b7..640a0ebc0047 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1 @@
-DIST stripe-mock-0.178.0.tar.gz 1435182 BLAKE2B 
586f9303f0d49173abe87a6a33256d66e06f53e929cd701c76ba5d4e611beebcb857ac231cf2ba20540b8642b395aa25ac13b4c81f6a5bc9266ce91b28d469e0
 SHA512 
40183eb0fd963ef949a099963b4190fa9e7eb88adea013df1f2bcbcf6cc5622fb642c0cc888154bff56c8ba993e3ac53bfac77fd008200b415ab10c44d9a3f01
 DIST stripe-mock-0.179.0.tar.gz 1475675 BLAKE2B 
664b3d309edae0fa2c988d0c69b55fe9b01222aeb05c89f3658161407e86f2609b82637e0efa6e3babb14a360a5271319755bb18ef3e87ff8736fb3048178f1c
 SHA512 
52320a9c7295f798c9a493cf72c70e3e68eb8c631be7f9e814c6710d301af8b458c836d6e2c3bd5b23e3b5a912dd6410b3100a4d70f9682035c4104033441a9b

diff --git a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
deleted file mode 100644
index 774326d74b38..
--- a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-01-06 Thread Michał Górny
commit: 53307fa594a34c772ea2e447eec3e962602c0d5e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:52:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:52:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53307fa5

dev-util/stripe-mock: Stabilize 0.179.0 x86, #921474

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.179.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
index 9cb35529845a..0095ebf1b31e 100644
--- a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-01-06 Thread Michał Górny
commit: f02f9b0fa04cfa54e1ede1fdc74c2d6fe13ebf8c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:52:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:52:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02f9b0f

dev-util/stripe-mock: Stabilize 0.179.0 amd64, #921474

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.179.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
index 0095ebf1b31e..c010548e4abc 100644
--- a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2024-01-06 Thread Michał Górny
commit: a4ba4da853c4c0912a50fbbe547b36e1ac82e66a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 10:08:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 10:08:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ba4da8

dev-util/stripe-mock: Stabilize 0.179.0 arm64, #921474

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.179.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
index f0a67cf4c40f..9cb35529845a 100644
--- a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-12-22 Thread Michał Górny
commit: 20899c76e66e2825b166eccb61a40ac198e08da0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 22 07:00:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 22 08:30:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20899c76

dev-util/stripe-mock: Bump to 0.179.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.179.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 3e075305a654..7c63afaa44b7 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.178.0.tar.gz 1435182 BLAKE2B 
586f9303f0d49173abe87a6a33256d66e06f53e929cd701c76ba5d4e611beebcb857ac231cf2ba20540b8642b395aa25ac13b4c81f6a5bc9266ce91b28d469e0
 SHA512 
40183eb0fd963ef949a099963b4190fa9e7eb88adea013df1f2bcbcf6cc5622fb642c0cc888154bff56c8ba993e3ac53bfac77fd008200b415ab10c44d9a3f01
+DIST stripe-mock-0.179.0.tar.gz 1475675 BLAKE2B 
664b3d309edae0fa2c988d0c69b55fe9b01222aeb05c89f3658161407e86f2609b82637e0efa6e3babb14a360a5271319755bb18ef3e87ff8736fb3048178f1c
 SHA512 
52320a9c7295f798c9a493cf72c70e3e68eb8c631be7f9e814c6710d301af8b458c836d6e2c3bd5b23e3b5a912dd6410b3100a4d70f9682035c4104033441a9b

diff --git a/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
new file mode 100644
index ..f0a67cf4c40f
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.179.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-12-09 Thread Michał Górny
commit: 0658f2d509ede72f955710b7ff9d3b43a65637ed
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 15:48:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 15:48:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0658f2d5

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.175.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.177.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 1d76c698c44e..3e075305a654 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1 @@
-DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828
-DIST stripe-mock-0.177.0.tar.gz 1388775 BLAKE2B 
a5a3b70436c8d30b0916cac5ec0da6b4c6608c9a57616b3e984f4011d84c7674d8d364c91b99df114baf9bc10c161c720de44698323400355d6016728b035b19
 SHA512 
a34cb40c0d3e256ee0cd420923471968c898ab6b0740c2c27918303616c78fb9ba5df0395c8366e0671e964bff244f73833969fce545571fa624d01b725bca91
 DIST stripe-mock-0.178.0.tar.gz 1435182 BLAKE2B 
586f9303f0d49173abe87a6a33256d66e06f53e929cd701c76ba5d4e611beebcb857ac231cf2ba20540b8642b395aa25ac13b4c81f6a5bc9266ce91b28d469e0
 SHA512 
40183eb0fd963ef949a099963b4190fa9e7eb88adea013df1f2bcbcf6cc5622fb642c0cc888154bff56c8ba993e3ac53bfac77fd008200b415ab10c44d9a3f01

diff --git a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-12-09 Thread Michał Górny
commit: 25341c85db2272322ab8ba9211bffc4570273c82
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 15:47:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 15:47:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25341c85

dev-util/stripe-mock: Stabilize 0.178.0 arm64, #919561

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.178.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
index c30cb1f75be1..774326d74b38 100644
--- a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-12-09 Thread Michał Górny
commit: 529a267cc410e1754e9e5841f3d405d52791e059
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 15:13:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 15:13:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529a267c

dev-util/stripe-mock: Stabilize 0.178.0 amd64, #919561

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.178.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
index 6d0e2e267924..c30cb1f75be1 100644
--- a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-12-09 Thread Michał Górny
commit: 99bc07f2b1648371d2d3a036ed5c7962eb627797
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:58:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:58:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bc07f2

dev-util/stripe-mock: Stabilize 0.178.0 x86, #919561

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.178.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
index f0a67cf4c40f..6d0e2e267924 100644
--- a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-11-23 Thread Michał Górny
commit: 43250da45f8d8de3be6aea1d49842b11c2131568
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 18:59:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 18:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43250da4

dev-util/stripe-mock: Keyword 0.178.0 arm64, #918061

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.178.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
index ca0f4e60efa7..f0a67cf4c40f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-11-16 Thread Michał Górny
commit: 22121d0ef8e6cc66e281f28f1dfeffe18c9646e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 17 07:32:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 17 07:57:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22121d0e

dev-util/stripe-mock: Bump to 0.178.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.178.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index d76395ce2f0e..1d76c698c44e 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828
 DIST stripe-mock-0.177.0.tar.gz 1388775 BLAKE2B 
a5a3b70436c8d30b0916cac5ec0da6b4c6608c9a57616b3e984f4011d84c7674d8d364c91b99df114baf9bc10c161c720de44698323400355d6016728b035b19
 SHA512 
a34cb40c0d3e256ee0cd420923471968c898ab6b0740c2c27918303616c78fb9ba5df0395c8366e0671e964bff244f73833969fce545571fa624d01b725bca91
+DIST stripe-mock-0.178.0.tar.gz 1435182 BLAKE2B 
586f9303f0d49173abe87a6a33256d66e06f53e929cd701c76ba5d4e611beebcb857ac231cf2ba20540b8642b395aa25ac13b4c81f6a5bc9266ce91b28d469e0
 SHA512 
40183eb0fd963ef949a099963b4190fa9e7eb88adea013df1f2bcbcf6cc5622fb642c0cc888154bff56c8ba993e3ac53bfac77fd008200b415ab10c44d9a3f01

diff --git a/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.178.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-11-15 Thread Arthur Zamarin
commit: 1ad85a864f93e6b7073f95e4099928175bfab096
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:33:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:33:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad85a86

dev-util/stripe-mock: Stabilize 0.177.0 amd64, #917384

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

 dev-util/stripe-mock/stripe-mock-0.177.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
index ca0f4e60efa7..9f5ab653106f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-11-15 Thread Arthur Zamarin
commit: 3642f70c6ff84127c499a08e69a5182fca91fc9f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:33:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:33:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3642f70c

dev-util/stripe-mock: Stabilize 0.177.0 x86, #917384

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

 dev-util/stripe-mock/stripe-mock-0.177.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
index 9f5ab653106f..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-10-18 Thread Michał Górny
commit: 86bda058a7fc934815d6855731cc6739940c238c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 15:47:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 15:47:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86bda058

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.173.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.176.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 423790504c4a..d76395ce2f0e 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,4 +1,2 @@
-DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd
 DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828
-DIST stripe-mock-0.176.0.tar.gz 1388731 BLAKE2B 
1e9265b0a1906a11f3c78c63d5426d00a9c1d06dfe3145c07d6f2da51eb2b660a93bcc33d7f8bfda402d590ac908a805a034e6111c3013ff0406aba4a304b80d
 SHA512 
f53cb4f15d7fac9af0e89b50b8c08f4a4a1b10c81b723dbca67cec1d7eb276434b287a5863b2028fe3c29259ec588ef25e39a9a55fe913ba8e748c5c034e3e40
 DIST stripe-mock-0.177.0.tar.gz 1388775 BLAKE2B 
a5a3b70436c8d30b0916cac5ec0da6b4c6608c9a57616b3e984f4011d84c7674d8d364c91b99df114baf9bc10c161c720de44698323400355d6016728b035b19
 SHA512 
a34cb40c0d3e256ee0cd420923471968c898ab6b0740c2c27918303616c78fb9ba5df0395c8366e0671e964bff244f73833969fce545571fa624d01b725bca91

diff --git a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.176.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.176.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.176.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-10-18 Thread Sam James
commit: e0fdfec4f7d7ae8534bdf61dbce433d07a1b2b97
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 09:02:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 09:02:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fdfec4

dev-util/stripe-mock: Stabilize 0.175.0 x86, #915940

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

 dev-util/stripe-mock/stripe-mock-0.175.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
index 9f5ab653106f..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-10-18 Thread Sam James
commit: 6c676ac6dd4924913bf6f2a3a904ff35b56dd18d
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 09:02:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 09:02:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c676ac6

dev-util/stripe-mock: Stabilize 0.175.0 amd64, #915940

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

 dev-util/stripe-mock/stripe-mock-0.175.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
index ca0f4e60efa7..9f5ab653106f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-10-12 Thread Michał Górny
commit: 5a59be373886bb900d0ac963ebe7925c62c4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 04:27:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 04:31:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a59be37

dev-util/stripe-mock: Bump to 0.177.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.177.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 2e674bc43c4c..423790504c4a 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd
 DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828
 DIST stripe-mock-0.176.0.tar.gz 1388731 BLAKE2B 
1e9265b0a1906a11f3c78c63d5426d00a9c1d06dfe3145c07d6f2da51eb2b660a93bcc33d7f8bfda402d590ac908a805a034e6111c3013ff0406aba4a304b80d
 SHA512 
f53cb4f15d7fac9af0e89b50b8c08f4a4a1b10c81b723dbca67cec1d7eb276434b287a5863b2028fe3c29259ec588ef25e39a9a55fe913ba8e748c5c034e3e40
+DIST stripe-mock-0.177.0.tar.gz 1388775 BLAKE2B 
a5a3b70436c8d30b0916cac5ec0da6b4c6608c9a57616b3e984f4011d84c7674d8d364c91b99df114baf9bc10c161c720de44698323400355d6016728b035b19
 SHA512 
a34cb40c0d3e256ee0cd420923471968c898ab6b0740c2c27918303616c78fb9ba5df0395c8366e0671e964bff244f73833969fce545571fa624d01b725bca91

diff --git a/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.177.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-10-11 Thread Michał Górny
commit: 6c04dc59917811842deb631d90d008cb96452412
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 12 04:28:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 12 04:28:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c04dc59

dev-util/stripe-mock: Bump to 0.176.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.176.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 70aaf083a043..2e674bc43c4c 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd
 DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828
+DIST stripe-mock-0.176.0.tar.gz 1388731 BLAKE2B 
1e9265b0a1906a11f3c78c63d5426d00a9c1d06dfe3145c07d6f2da51eb2b660a93bcc33d7f8bfda402d590ac908a805a034e6111c3013ff0406aba4a304b80d
 SHA512 
f53cb4f15d7fac9af0e89b50b8c08f4a4a1b10c81b723dbca67cec1d7eb276434b287a5863b2028fe3c29259ec588ef25e39a9a55fe913ba8e748c5c034e3e40

diff --git a/dev-util/stripe-mock/stripe-mock-0.176.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.176.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.176.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-17 Thread Michał Górny
commit: a4ce3d2b38aa6ee6af93c4a908f8d331cce4f88e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 17 11:31:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 17 11:31:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ce3d2b

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  6 --
 dev-util/stripe-mock/stripe-mock-0.168.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.169.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.170.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.171.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.172.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.174.0.ebuild | 27 -
 7 files changed, 168 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index fcc613389245..70aaf083a043 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,8 +1,2 @@
-DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c5319c38f698ba4226f707ab13121dd44d446f34471916194c3085f6e59a56f1094ad75895ad9c23f009d000c70078f09
 SHA512 
474e0bba603e060d778e873796572718d58fc3e3ff3f77608ea0b06840af5a47319e79748dafb40ec7e6e0e6f66135a30974026ab8c0a2737781620266cb7c78
-DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a55082457d370bd67811cb12d8ab3689eea915ceaa47f7954fd341cf8487d403b31b6e90c034d7fcd535014b7ba249c5eb7f0
 SHA512 
0ff65570c8327a929b132684dbed7858f62fe63d1ba6d6a41f355e5260d87433b1b5c0efe38e103f7ae814ae5d008f3f41683f46ae4bef295e28589cf2e3cc16
-DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786bd20b6eb7711a07e78e2ebdaf5e2b71ee8e9a9caba4d3f2e23482c6f56ae4fb7504c1c20c299eaeed694d4c119c65f873
 SHA512 
7bf6128aa3406426a845c199d1fc0c51e2d299ef5ae1add01d3fc43db2b0311ca9e813148fac453a5d48865ebc3155fb2498cf09c8661300e2dc97f148e8809e
-DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4a40232a4dc6a7fb9342c6e9b538ae026f1cee3b4d2139239a497d9e3d426467991e1ce721bd0179071a87568093ebb24
 SHA512 
9877c3ce68255496c99a08f57af89f4070e5d3ecca699c6d437ae62fda8781abe7ef63f56aee72662f5350b05083b47ca8b4552e513187465c73276d3bed4831
-DIST stripe-mock-0.172.0.tar.gz 1297748 BLAKE2B 
a712f532e9b8af019212bcd744a97bdd195388debb29c153041539ebe640ad877d37d0de1ad6d878f75e0e3c72e53ae62ca97a4662e77b3b111e1d926e240bb9
 SHA512 
5ae159389aaa5ac5e2b9caec923824771bc8a75434146f915ecb23e81f25d43ec73bdfa73b1851101b4cad7db431cece61c111ddedc89f229e5dd7de963b72a9
 DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd
-DIST stripe-mock-0.174.0.tar.gz 1308840 BLAKE2B 
7b5753d97428f63b03874e0bd5718a8f80d689ccdc533fbec4bd821c2b86acbfdae05d9f29d86d7d7811d449d225b170b0bb0806ea59c8d714b48dd53e19279e
 SHA512 
d3dd4df02e8d52113eadcbed33ea7318474011128801c599962356bf6bcc1a57b6bbde3b839ec84093fd700472934792e4219167564abfb2102710dd4b03
 DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828

diff --git a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.169.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.169.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.169.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"

[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-16 Thread Sam James
commit: 8cc3a06a2c39433f09ef86bd735a2c1c3f71bf49
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 17 05:47:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 17 05:47:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc3a06a

dev-util/stripe-mock: Stabilize 0.173.0 x86, #914324

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

 dev-util/stripe-mock/stripe-mock-0.173.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
index 9f5ab653106f..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-16 Thread Arthur Zamarin
commit: b9f33cc87dc2c8490ee8f1848081f90b7ea26d8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f33cc8

dev-util/stripe-mock: Stabilize 0.173.0 amd64, #914324

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

 dev-util/stripe-mock/stripe-mock-0.173.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
index ca0f4e60efa7..9f5ab653106f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-14 Thread Michał Górny
commit: 9d12617d39f1187d3a8e339df04337e3fe11a52a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 15 03:32:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 15 03:32:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d12617d

dev-util/stripe-mock: Bump to 0.175.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.175.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 5b6b8d7d324a..fcc613389245 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -5,3 +5,4 @@ DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4
 DIST stripe-mock-0.172.0.tar.gz 1297748 BLAKE2B 
a712f532e9b8af019212bcd744a97bdd195388debb29c153041539ebe640ad877d37d0de1ad6d878f75e0e3c72e53ae62ca97a4662e77b3b111e1d926e240bb9
 SHA512 
5ae159389aaa5ac5e2b9caec923824771bc8a75434146f915ecb23e81f25d43ec73bdfa73b1851101b4cad7db431cece61c111ddedc89f229e5dd7de963b72a9
 DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd
 DIST stripe-mock-0.174.0.tar.gz 1308840 BLAKE2B 
7b5753d97428f63b03874e0bd5718a8f80d689ccdc533fbec4bd821c2b86acbfdae05d9f29d86d7d7811d449d225b170b0bb0806ea59c8d714b48dd53e19279e
 SHA512 
d3dd4df02e8d52113eadcbed33ea7318474011128801c599962356bf6bcc1a57b6bbde3b839ec84093fd700472934792e4219167564abfb2102710dd4b03
+DIST stripe-mock-0.175.0.tar.gz 1345538 BLAKE2B 
d669af5ca5b38eeca5ce30bc4ce8b446bd49524ad89f7ee04c8bfd465202d4fc58f848abfe0410e463f58871da7e2c6f26b6db9155c3253ad0ae29f151e480ee
 SHA512 
9ce0e90ea94a0bbcece43913da40b717d668650e05c264cb42cb08f6ef7d5086f5337388556d33d23262fc474945b1f622bab0fa8912303a8b66657fe4b9b828

diff --git a/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.175.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-07 Thread Michał Górny
commit: 9c0515d6e9d52e19ac24380fbd6bfe77944f68d0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  8 05:37:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  8 05:41:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0515d6

dev-util/stripe-mock: Bump to 0.174.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.174.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 6b8631649b99..5b6b8d7d324a 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -4,3 +4,4 @@ DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786b
 DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4a40232a4dc6a7fb9342c6e9b538ae026f1cee3b4d2139239a497d9e3d426467991e1ce721bd0179071a87568093ebb24
 SHA512 
9877c3ce68255496c99a08f57af89f4070e5d3ecca699c6d437ae62fda8781abe7ef63f56aee72662f5350b05083b47ca8b4552e513187465c73276d3bed4831
 DIST stripe-mock-0.172.0.tar.gz 1297748 BLAKE2B 
a712f532e9b8af019212bcd744a97bdd195388debb29c153041539ebe640ad877d37d0de1ad6d878f75e0e3c72e53ae62ca97a4662e77b3b111e1d926e240bb9
 SHA512 
5ae159389aaa5ac5e2b9caec923824771bc8a75434146f915ecb23e81f25d43ec73bdfa73b1851101b4cad7db431cece61c111ddedc89f229e5dd7de963b72a9
 DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd
+DIST stripe-mock-0.174.0.tar.gz 1308840 BLAKE2B 
7b5753d97428f63b03874e0bd5718a8f80d689ccdc533fbec4bd821c2b86acbfdae05d9f29d86d7d7811d449d225b170b0bb0806ea59c8d714b48dd53e19279e
 SHA512 
d3dd4df02e8d52113eadcbed33ea7318474011128801c599962356bf6bcc1a57b6bbde3b839ec84093fd700472934792e4219167564abfb2102710dd4b03

diff --git a/dev-util/stripe-mock/stripe-mock-0.174.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.174.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.174.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-09-01 Thread Michał Górny
commit: 2cc2f17763105cfa94d42ba1201a34220ef4bf8a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 03:05:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 03:22:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc2f177

dev-util/stripe-mock: Bump to 0.173.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.173.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index c023e7770706..6b8631649b99 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -3,3 +3,4 @@ DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a5508
 DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786bd20b6eb7711a07e78e2ebdaf5e2b71ee8e9a9caba4d3f2e23482c6f56ae4fb7504c1c20c299eaeed694d4c119c65f873
 SHA512 
7bf6128aa3406426a845c199d1fc0c51e2d299ef5ae1add01d3fc43db2b0311ca9e813148fac453a5d48865ebc3155fb2498cf09c8661300e2dc97f148e8809e
 DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4a40232a4dc6a7fb9342c6e9b538ae026f1cee3b4d2139239a497d9e3d426467991e1ce721bd0179071a87568093ebb24
 SHA512 
9877c3ce68255496c99a08f57af89f4070e5d3ecca699c6d437ae62fda8781abe7ef63f56aee72662f5350b05083b47ca8b4552e513187465c73276d3bed4831
 DIST stripe-mock-0.172.0.tar.gz 1297748 BLAKE2B 
a712f532e9b8af019212bcd744a97bdd195388debb29c153041539ebe640ad877d37d0de1ad6d878f75e0e3c72e53ae62ca97a4662e77b3b111e1d926e240bb9
 SHA512 
5ae159389aaa5ac5e2b9caec923824771bc8a75434146f915ecb23e81f25d43ec73bdfa73b1851101b4cad7db431cece61c111ddedc89f229e5dd7de963b72a9
+DIST stripe-mock-0.173.0.tar.gz 1297798 BLAKE2B 
dffa959b7e221217f19c636f4c75cf4fa4ed453066085d2cf81d915d1da3938e3d7310bd0cba08e2f8da217f957b35f24019c33b5da12852bcd972d044d77500
 SHA512 
9c516bbeb9845a9ab3b870232020eed71387f7a4e3270af85d74acab103c71fd49791b6e22b44a5e6b1490fa01c2d5a9358f866b54e9faaf0af50dd7b67d54dd

diff --git a/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.173.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-28 Thread Michał Górny
commit: 0ee3f1101272d91a3951527c42e6c86a945e543f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 29 04:06:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 29 04:06:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee3f110

dev-util/stripe-mock: Bump to 0.172.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.172.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 6b9a56b880c8..c023e7770706 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -2,3 +2,4 @@ DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c
 DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a55082457d370bd67811cb12d8ab3689eea915ceaa47f7954fd341cf8487d403b31b6e90c034d7fcd535014b7ba249c5eb7f0
 SHA512 
0ff65570c8327a929b132684dbed7858f62fe63d1ba6d6a41f355e5260d87433b1b5c0efe38e103f7ae814ae5d008f3f41683f46ae4bef295e28589cf2e3cc16
 DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786bd20b6eb7711a07e78e2ebdaf5e2b71ee8e9a9caba4d3f2e23482c6f56ae4fb7504c1c20c299eaeed694d4c119c65f873
 SHA512 
7bf6128aa3406426a845c199d1fc0c51e2d299ef5ae1add01d3fc43db2b0311ca9e813148fac453a5d48865ebc3155fb2498cf09c8661300e2dc97f148e8809e
 DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4a40232a4dc6a7fb9342c6e9b538ae026f1cee3b4d2139239a497d9e3d426467991e1ce721bd0179071a87568093ebb24
 SHA512 
9877c3ce68255496c99a08f57af89f4070e5d3ecca699c6d437ae62fda8781abe7ef63f56aee72662f5350b05083b47ca8b4552e513187465c73276d3bed4831
+DIST stripe-mock-0.172.0.tar.gz 1297748 BLAKE2B 
a712f532e9b8af019212bcd744a97bdd195388debb29c153041539ebe640ad877d37d0de1ad6d878f75e0e3c72e53ae62ca97a4662e77b3b111e1d926e240bb9
 SHA512 
5ae159389aaa5ac5e2b9caec923824771bc8a75434146f915ecb23e81f25d43ec73bdfa73b1851101b4cad7db431cece61c111ddedc89f229e5dd7de963b72a9

diff --git a/dev-util/stripe-mock/stripe-mock-0.172.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.172.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.172.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-25 Thread Michał Górny
commit: 2aaac38dfa121091a0cf44c4bcb8d2f04ca14d3d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 04:37:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 26 05:16:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aaac38d

dev-util/stripe-mock: Bump to 0.171.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.171.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index b553eb95c0fa..6b9a56b880c8 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c5319c38f698ba4226f707ab13121dd44d446f34471916194c3085f6e59a56f1094ad75895ad9c23f009d000c70078f09
 SHA512 
474e0bba603e060d778e873796572718d58fc3e3ff3f77608ea0b06840af5a47319e79748dafb40ec7e6e0e6f66135a30974026ab8c0a2737781620266cb7c78
 DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a55082457d370bd67811cb12d8ab3689eea915ceaa47f7954fd341cf8487d403b31b6e90c034d7fcd535014b7ba249c5eb7f0
 SHA512 
0ff65570c8327a929b132684dbed7858f62fe63d1ba6d6a41f355e5260d87433b1b5c0efe38e103f7ae814ae5d008f3f41683f46ae4bef295e28589cf2e3cc16
 DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786bd20b6eb7711a07e78e2ebdaf5e2b71ee8e9a9caba4d3f2e23482c6f56ae4fb7504c1c20c299eaeed694d4c119c65f873
 SHA512 
7bf6128aa3406426a845c199d1fc0c51e2d299ef5ae1add01d3fc43db2b0311ca9e813148fac453a5d48865ebc3155fb2498cf09c8661300e2dc97f148e8809e
+DIST stripe-mock-0.171.0.tar.gz 1297648 BLAKE2B 
a152573e43363133b8a32f998d1a5ea4a40232a4dc6a7fb9342c6e9b538ae026f1cee3b4d2139239a497d9e3d426467991e1ce721bd0179071a87568093ebb24
 SHA512 
9877c3ce68255496c99a08f57af89f4070e5d3ecca699c6d437ae62fda8781abe7ef63f56aee72662f5350b05083b47ca8b4552e513187465c73276d3bed4831

diff --git a/dev-util/stripe-mock/stripe-mock-0.171.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.171.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.171.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-17 Thread Michał Górny
commit: 2906b8e971a0147fa6cad624d714ff4d65f4c62c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 18:45:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 18:54:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2906b8e9

dev-util/stripe-mock: Bump to 0.170.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.170.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index c2fe5763b2e9..b553eb95c0fa 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c5319c38f698ba4226f707ab13121dd44d446f34471916194c3085f6e59a56f1094ad75895ad9c23f009d000c70078f09
 SHA512 
474e0bba603e060d778e873796572718d58fc3e3ff3f77608ea0b06840af5a47319e79748dafb40ec7e6e0e6f66135a30974026ab8c0a2737781620266cb7c78
 DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a55082457d370bd67811cb12d8ab3689eea915ceaa47f7954fd341cf8487d403b31b6e90c034d7fcd535014b7ba249c5eb7f0
 SHA512 
0ff65570c8327a929b132684dbed7858f62fe63d1ba6d6a41f355e5260d87433b1b5c0efe38e103f7ae814ae5d008f3f41683f46ae4bef295e28589cf2e3cc16
+DIST stripe-mock-0.170.0.tar.gz 1288862 BLAKE2B 
141a0001ef9117e296a711e6a5cf786bd20b6eb7711a07e78e2ebdaf5e2b71ee8e9a9caba4d3f2e23482c6f56ae4fb7504c1c20c299eaeed694d4c119c65f873
 SHA512 
7bf6128aa3406426a845c199d1fc0c51e2d299ef5ae1add01d3fc43db2b0311ca9e813148fac453a5d48865ebc3155fb2498cf09c8661300e2dc97f148e8809e

diff --git a/dev-util/stripe-mock/stripe-mock-0.170.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.170.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.170.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-03 Thread Michał Górny
commit: 170e5dbf1e9eff17d79428e509accc26dcf6a971
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  4 02:25:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  4 02:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170e5dbf

dev-util/stripe-mock: Bump to 0.169.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.169.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 8ba62f2a9426..c2fe5763b2e9 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c5319c38f698ba4226f707ab13121dd44d446f34471916194c3085f6e59a56f1094ad75895ad9c23f009d000c70078f09
 SHA512 
474e0bba603e060d778e873796572718d58fc3e3ff3f77608ea0b06840af5a47319e79748dafb40ec7e6e0e6f66135a30974026ab8c0a2737781620266cb7c78
+DIST stripe-mock-0.169.0.tar.gz 1290637 BLAKE2B 
e9e5e8861a23760830b6161fb69a55082457d370bd67811cb12d8ab3689eea915ceaa47f7954fd341cf8487d403b31b6e90c034d7fcd535014b7ba249c5eb7f0
 SHA512 
0ff65570c8327a929b132684dbed7858f62fe63d1ba6d6a41f355e5260d87433b1b5c0efe38e103f7ae814ae5d008f3f41683f46ae4bef295e28589cf2e3cc16

diff --git a/dev-util/stripe-mock/stripe-mock-0.169.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.169.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.169.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-03 Thread Michał Górny
commit: 5a360ecb3157a68f2c9979daeba65776432496e2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  3 06:17:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  3 06:17:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a360ecb

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  4 
 dev-util/stripe-mock/stripe-mock-0.164.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.165.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.166.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.167.0.ebuild | 27 -
 5 files changed, 112 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 45bc9aee821e..8ba62f2a9426 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,5 +1 @@
-DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c
 SHA512 
3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519
-DIST stripe-mock-0.165.0.tar.gz 1274806 BLAKE2B 
9f0cdcba97f3c6755cd04061cf6a6f9122d18eb6ecc3ef975e2e3be93c191eb6a3ba0c3d696485eaa0d4021284305f0c79ab0f67049cfba08ec2ba21abf47888
 SHA512 
12a2004e543de5a6e789d894bc07fe8bbb011447e4ca4c842a8f7e5b9ca063c70a1d1b93fe033fad6beabe7fc6c30f19cd9e6d7eb64677844f48096dd59c73e1
-DIST stripe-mock-0.166.0.tar.gz 1287548 BLAKE2B 
920d73dbf7d2b504a5c75b7026118bccd8e4442c509d9d4be9a8e8b474930721c01949eaedc1daaa06b32a510a2243e09e613c84c7da7c43262bbd2fd78a8370
 SHA512 
d03a1ecf06ea1d581d3a39b6d0ac1f5d6dbaede5da6b2a07d8aae100703dcbc3ce75ad70ac2978e247a506f1554bc3d5231a40aef7eb369ed43eaec97fa009a0
-DIST stripe-mock-0.167.0.tar.gz 1290452 BLAKE2B 
5c7debc39a2a473ebdc7568ab236e68b1c2a15ea4a71619ae6cb60dd4f00f16b7c02923c72ba98a4b9868723703ed888a56c480a95194f82611bb7f194d8b43d
 SHA512 
45d8e7fa64deb239f479da5a4a203f018cb9dc1799fd483147a84f5dc2b10f154fc94f86ec350ded30679fcd76b3b2e7706bd20aacc2413edd86149a63373904
 DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c5319c38f698ba4226f707ab13121dd44d446f34471916194c3085f6e59a56f1094ad75895ad9c23f009d000c70078f09
 SHA512 
474e0bba603e060d778e873796572718d58fc3e3ff3f77608ea0b06840af5a47319e79748dafb40ec7e6e0e6f66135a30974026ab8c0a2737781620266cb7c78

diff --git a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.165.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.165.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.165.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.166.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.166.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.166.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff 

[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-03 Thread Joonas Niilola
commit: 8786f1648bb1a2b1aed87978e647e0f087bb240c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Aug  3 06:01:33 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Aug  3 06:01:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8786f164

dev-util/stripe-mock: Stabilize 0.168.0 x86, #911616

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.168.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
index 9f5ab653106f..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-08-03 Thread Joonas Niilola
commit: 5ca93838f684a16035b8a5aef3946ef0fe96de03
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Aug  3 06:00:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Aug  3 06:01:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca93838

dev-util/stripe-mock: Stabilize 0.168.0 amd64, #911616

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.168.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
index ca0f4e60efa7..9f5ab653106f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-07-26 Thread Michał Górny
commit: 386d2c4e2cc13e78faebef171ac98046f7419584
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 02:38:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 03:21:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386d2c4e

dev-util/stripe-mock: Bump to 0.168.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.168.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index d23415fd9173..45bc9aee821e 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -2,3 +2,4 @@ DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3b
 DIST stripe-mock-0.165.0.tar.gz 1274806 BLAKE2B 
9f0cdcba97f3c6755cd04061cf6a6f9122d18eb6ecc3ef975e2e3be93c191eb6a3ba0c3d696485eaa0d4021284305f0c79ab0f67049cfba08ec2ba21abf47888
 SHA512 
12a2004e543de5a6e789d894bc07fe8bbb011447e4ca4c842a8f7e5b9ca063c70a1d1b93fe033fad6beabe7fc6c30f19cd9e6d7eb64677844f48096dd59c73e1
 DIST stripe-mock-0.166.0.tar.gz 1287548 BLAKE2B 
920d73dbf7d2b504a5c75b7026118bccd8e4442c509d9d4be9a8e8b474930721c01949eaedc1daaa06b32a510a2243e09e613c84c7da7c43262bbd2fd78a8370
 SHA512 
d03a1ecf06ea1d581d3a39b6d0ac1f5d6dbaede5da6b2a07d8aae100703dcbc3ce75ad70ac2978e247a506f1554bc3d5231a40aef7eb369ed43eaec97fa009a0
 DIST stripe-mock-0.167.0.tar.gz 1290452 BLAKE2B 
5c7debc39a2a473ebdc7568ab236e68b1c2a15ea4a71619ae6cb60dd4f00f16b7c02923c72ba98a4b9868723703ed888a56c480a95194f82611bb7f194d8b43d
 SHA512 
45d8e7fa64deb239f479da5a4a203f018cb9dc1799fd483147a84f5dc2b10f154fc94f86ec350ded30679fcd76b3b2e7706bd20aacc2413edd86149a63373904
+DIST stripe-mock-0.168.0.tar.gz 1290778 BLAKE2B 
a8d9ad32ecccb6ced1c45c34174a6a9c5319c38f698ba4226f707ab13121dd44d446f34471916194c3085f6e59a56f1094ad75895ad9c23f009d000c70078f09
 SHA512 
474e0bba603e060d778e873796572718d58fc3e3ff3f77608ea0b06840af5a47319e79748dafb40ec7e6e0e6f66135a30974026ab8c0a2737781620266cb7c78

diff --git a/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.168.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-07-26 Thread Michał Górny
commit: cce1cc0a39df1f4bd982103832c2b8b3586c1e6c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 26 05:10:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 06:03:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce1cc0a

dev-util/stripe-mock: Bump to 0.167.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.167.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 66a4f3db21a6..d23415fd9173 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c
 SHA512 
3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519
 DIST stripe-mock-0.165.0.tar.gz 1274806 BLAKE2B 
9f0cdcba97f3c6755cd04061cf6a6f9122d18eb6ecc3ef975e2e3be93c191eb6a3ba0c3d696485eaa0d4021284305f0c79ab0f67049cfba08ec2ba21abf47888
 SHA512 
12a2004e543de5a6e789d894bc07fe8bbb011447e4ca4c842a8f7e5b9ca063c70a1d1b93fe033fad6beabe7fc6c30f19cd9e6d7eb64677844f48096dd59c73e1
 DIST stripe-mock-0.166.0.tar.gz 1287548 BLAKE2B 
920d73dbf7d2b504a5c75b7026118bccd8e4442c509d9d4be9a8e8b474930721c01949eaedc1daaa06b32a510a2243e09e613c84c7da7c43262bbd2fd78a8370
 SHA512 
d03a1ecf06ea1d581d3a39b6d0ac1f5d6dbaede5da6b2a07d8aae100703dcbc3ce75ad70ac2978e247a506f1554bc3d5231a40aef7eb369ed43eaec97fa009a0
+DIST stripe-mock-0.167.0.tar.gz 1290452 BLAKE2B 
5c7debc39a2a473ebdc7568ab236e68b1c2a15ea4a71619ae6cb60dd4f00f16b7c02923c72ba98a4b9868723703ed888a56c480a95194f82611bb7f194d8b43d
 SHA512 
45d8e7fa64deb239f479da5a4a203f018cb9dc1799fd483147a84f5dc2b10f154fc94f86ec350ded30679fcd76b3b2e7706bd20aacc2413edd86149a63373904

diff --git a/dev-util/stripe-mock/stripe-mock-0.167.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.167.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.167.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-07-13 Thread Michał Górny
commit: dcec39e9c96661561e7e90c22c5bd08e6c878334
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 14 04:41:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 14 05:33:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcec39e9

dev-util/stripe-mock: Bump to 0.166.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.166.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 9497abe7a971..66a4f3db21a6 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c
 SHA512 
3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519
 DIST stripe-mock-0.165.0.tar.gz 1274806 BLAKE2B 
9f0cdcba97f3c6755cd04061cf6a6f9122d18eb6ecc3ef975e2e3be93c191eb6a3ba0c3d696485eaa0d4021284305f0c79ab0f67049cfba08ec2ba21abf47888
 SHA512 
12a2004e543de5a6e789d894bc07fe8bbb011447e4ca4c842a8f7e5b9ca063c70a1d1b93fe033fad6beabe7fc6c30f19cd9e6d7eb64677844f48096dd59c73e1
+DIST stripe-mock-0.166.0.tar.gz 1287548 BLAKE2B 
920d73dbf7d2b504a5c75b7026118bccd8e4442c509d9d4be9a8e8b474930721c01949eaedc1daaa06b32a510a2243e09e613c84c7da7c43262bbd2fd78a8370
 SHA512 
d03a1ecf06ea1d581d3a39b6d0ac1f5d6dbaede5da6b2a07d8aae100703dcbc3ce75ad70ac2978e247a506f1554bc3d5231a40aef7eb369ed43eaec97fa009a0

diff --git a/dev-util/stripe-mock/stripe-mock-0.166.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.166.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.166.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-06-29 Thread Michał Górny
commit: 1563970f8159d7d49b1a44c40f370f08f10d383d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 30 02:03:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 30 02:46:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1563970f

dev-util/stripe-mock: Bump to 0.165.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.165.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index b85c2811b06c..9497abe7a971 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c
 SHA512 
3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519
+DIST stripe-mock-0.165.0.tar.gz 1274806 BLAKE2B 
9f0cdcba97f3c6755cd04061cf6a6f9122d18eb6ecc3ef975e2e3be93c191eb6a3ba0c3d696485eaa0d4021284305f0c79ab0f67049cfba08ec2ba21abf47888
 SHA512 
12a2004e543de5a6e789d894bc07fe8bbb011447e4ca4c842a8f7e5b9ca063c70a1d1b93fe033fad6beabe7fc6c30f19cd9e6d7eb64677844f48096dd59c73e1

diff --git a/dev-util/stripe-mock/stripe-mock-0.165.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.165.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.165.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-06-27 Thread Michał Górny
commit: a9936a54e55b5d34a2873824f32b7ff3643c1665
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 27 11:59:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 27 11:59:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9936a54

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.162.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.163.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index aee5accf93c5..b85c2811b06c 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1 @@
-DIST stripe-mock-0.162.0.tar.gz 1232326 BLAKE2B 
6767608c3cec80b20a547855c982b1e1751ce30cc93ba33700c1140f4233d1cff4c6575b1bc30f510f08a3af836139190365ff79bb02e50710e4d379cc1a2a60
 SHA512 
936ce2e73fdcc94c9d7acf1edf3bff086b15de15c7e6aa2f2e79a64f8f02cb55ac319e63c263c78aa43d9bf4616eb9b2cedeb21a95db88b4494773444e6f7f7c
-DIST stripe-mock-0.163.0.tar.gz 1247893 BLAKE2B 
526661385d98b73593a5e934f4546063f9e4f465eb26c1a84ea7d39a83f3e07cc0adf69f6364d7628f49cd80ff30bea5e537a630f9c87b889161d0aee0f1bcbe
 SHA512 
1e283ef70614222724e933e1ea220f8b49c0b48424b9fc49c107aeb4be990524e218653044e422daaec281a3f4dade94fbe163a585e364938ee82e2919fa
 DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c
 SHA512 
3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519

diff --git a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-06-27 Thread Joonas Niilola
commit: d886c9f91e744d2aae80cd2d56055f98f7a98012
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jun 27 06:40:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun 27 06:40:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d886c9f9

dev-util/stripe-mock: Stabilize 0.164.0 amd64, #909269

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.164.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
index daa64829d57b..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-06-27 Thread Joonas Niilola
commit: 67c7e376c5b4322544d143b6608ed0e796740f54
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jun 27 06:37:27 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun 27 06:37:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c7e376

dev-util/stripe-mock: Stabilize 0.164.0 x86, #909269

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.164.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
index ca0f4e60efa7..daa64829d57b 100644
--- a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-05-25 Thread Michał Górny
commit: b6a9a1860bc0202bd400b485cee41b4bdcc04edd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 26 03:49:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 26 03:49:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a9a186

dev-util/stripe-mock: Bump to 0.164.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.164.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 1c7b7b2a1890..aee5accf93c5 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.162.0.tar.gz 1232326 BLAKE2B 
6767608c3cec80b20a547855c982b1e1751ce30cc93ba33700c1140f4233d1cff4c6575b1bc30f510f08a3af836139190365ff79bb02e50710e4d379cc1a2a60
 SHA512 
936ce2e73fdcc94c9d7acf1edf3bff086b15de15c7e6aa2f2e79a64f8f02cb55ac319e63c263c78aa43d9bf4616eb9b2cedeb21a95db88b4494773444e6f7f7c
 DIST stripe-mock-0.163.0.tar.gz 1247893 BLAKE2B 
526661385d98b73593a5e934f4546063f9e4f465eb26c1a84ea7d39a83f3e07cc0adf69f6364d7628f49cd80ff30bea5e537a630f9c87b889161d0aee0f1bcbe
 SHA512 
1e283ef70614222724e933e1ea220f8b49c0b48424b9fc49c107aeb4be990524e218653044e422daaec281a3f4dade94fbe163a585e364938ee82e2919fa
+DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B 
fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c
 SHA512 
3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519

diff --git a/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.164.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-05-23 Thread Michał Górny
commit: 5fba9e489c37fa2c6dfd44743900b32840f82f86
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 13:36:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 13:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fba9e48

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  3 ---
 dev-util/stripe-mock/stripe-mock-0.159.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.160.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.161.0.ebuild | 27 -
 4 files changed, 84 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 4dbc47bb9824..1c7b7b2a1890 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,5 +1,2 @@
-DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f663a5760e6009aa8112a77f27e554a0257926da5ecb7c468af9193def6574aecba80d8a9a142b55d24f6ac8312e2d8f2ef
 SHA512 
2e4e640a1c2acf0df68e06ae65c8c8d22b03b31e3fe7c5c6cfd31e57c08a854ac749d7697ed1cd6a6bf9699c99a6b50e191b079e6cb5552536b4e8edfaef5356
-DIST stripe-mock-0.160.0.tar.gz 1225411 BLAKE2B 
b7b6036371e583b7637e90af46380835c4ccaa8de1ad1f6026f56c8cfaca015c25bf4ad4a3f30aabeca694ad17ee381b83628c5d3faebfe91c2e42f4e71c0ca4
 SHA512 
8741a8822f0d82c397ed472aedef0da625838d2e18861e3934fdc22234840d81ec626f5dd0d0e11f5352785fea4f04af3bdedfd9b6a7ac30b1163864c22fbbf9
-DIST stripe-mock-0.161.0.tar.gz 1230765 BLAKE2B 
d78775acf639b4c5320e36fa3adedba2afc17fee693d88effe120935282d3be67665d67c4b12c512f4b7158281186ef52694765871a1d3031d176b73fc4e5e9f
 SHA512 
e57a07947ce49000201fff688f0e5f1908e4253bef4a8639b19811415ba582df6dc9c512cab203a6eaf0575cfc718885c98805f39bf463aefe272ce1092da4b3
 DIST stripe-mock-0.162.0.tar.gz 1232326 BLAKE2B 
6767608c3cec80b20a547855c982b1e1751ce30cc93ba33700c1140f4233d1cff4c6575b1bc30f510f08a3af836139190365ff79bb02e50710e4d379cc1a2a60
 SHA512 
936ce2e73fdcc94c9d7acf1edf3bff086b15de15c7e6aa2f2e79a64f8f02cb55ac319e63c263c78aa43d9bf4616eb9b2cedeb21a95db88b4494773444e6f7f7c
 DIST stripe-mock-0.163.0.tar.gz 1247893 BLAKE2B 
526661385d98b73593a5e934f4546063f9e4f465eb26c1a84ea7d39a83f3e07cc0adf69f6364d7628f49cd80ff30bea5e537a630f9c87b889161d0aee0f1bcbe
 SHA512 
1e283ef70614222724e933e1ea220f8b49c0b48424b9fc49c107aeb4be990524e218653044e422daaec281a3f4dade94fbe163a585e364938ee82e2919fa

diff --git a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.160.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.160.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.160.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.161.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.161.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.161.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-05-23 Thread Arthur Zamarin
commit: 1f41abca3c256640372560bdc83536af17edb754
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May 23 10:37:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May 23 10:37:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f41abca

dev-util/stripe-mock: Stabilize 0.162.0 amd64, #906967

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

 dev-util/stripe-mock/stripe-mock-0.162.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
index daa64829d57b..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-05-23 Thread Arthur Zamarin
commit: 3a9f8b2adfdea2cfcfb6e8a8c82a601683f92069
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May 23 10:37:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May 23 10:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9f8b2a

dev-util/stripe-mock: Stabilize 0.162.0 x86, #906967

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

 dev-util/stripe-mock/stripe-mock-0.162.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
index ca0f4e60efa7..daa64829d57b 100644
--- a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-05-22 Thread Michał Górny
commit: 853343b2c91609265d6bb41adb6e287e69686083
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 04:51:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 05:07:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853343b2

dev-util/stripe-mock: Bump to 0.163.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.163.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index ba820c50f1a1..4dbc47bb9824 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -2,3 +2,4 @@ DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f66
 DIST stripe-mock-0.160.0.tar.gz 1225411 BLAKE2B 
b7b6036371e583b7637e90af46380835c4ccaa8de1ad1f6026f56c8cfaca015c25bf4ad4a3f30aabeca694ad17ee381b83628c5d3faebfe91c2e42f4e71c0ca4
 SHA512 
8741a8822f0d82c397ed472aedef0da625838d2e18861e3934fdc22234840d81ec626f5dd0d0e11f5352785fea4f04af3bdedfd9b6a7ac30b1163864c22fbbf9
 DIST stripe-mock-0.161.0.tar.gz 1230765 BLAKE2B 
d78775acf639b4c5320e36fa3adedba2afc17fee693d88effe120935282d3be67665d67c4b12c512f4b7158281186ef52694765871a1d3031d176b73fc4e5e9f
 SHA512 
e57a07947ce49000201fff688f0e5f1908e4253bef4a8639b19811415ba582df6dc9c512cab203a6eaf0575cfc718885c98805f39bf463aefe272ce1092da4b3
 DIST stripe-mock-0.162.0.tar.gz 1232326 BLAKE2B 
6767608c3cec80b20a547855c982b1e1751ce30cc93ba33700c1140f4233d1cff4c6575b1bc30f510f08a3af836139190365ff79bb02e50710e4d379cc1a2a60
 SHA512 
936ce2e73fdcc94c9d7acf1edf3bff086b15de15c7e6aa2f2e79a64f8f02cb55ac319e63c263c78aa43d9bf4616eb9b2cedeb21a95db88b4494773444e6f7f7c
+DIST stripe-mock-0.163.0.tar.gz 1247893 BLAKE2B 
526661385d98b73593a5e934f4546063f9e4f465eb26c1a84ea7d39a83f3e07cc0adf69f6364d7628f49cd80ff30bea5e537a630f9c87b889161d0aee0f1bcbe
 SHA512 
1e283ef70614222724e933e1ea220f8b49c0b48424b9fc49c107aeb4be990524e218653044e422daaec281a3f4dade94fbe163a585e364938ee82e2919fa

diff --git a/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-04-27 Thread Michał Górny
commit: 72d9606bd6e912c8c6fa2a1031a492073c7eba50
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 04:55:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 05:31:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d9606b

dev-util/stripe-mock: Bump to 0.162.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.162.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index ba6b44efd613..ba820c50f1a1 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f663a5760e6009aa8112a77f27e554a0257926da5ecb7c468af9193def6574aecba80d8a9a142b55d24f6ac8312e2d8f2ef
 SHA512 
2e4e640a1c2acf0df68e06ae65c8c8d22b03b31e3fe7c5c6cfd31e57c08a854ac749d7697ed1cd6a6bf9699c99a6b50e191b079e6cb5552536b4e8edfaef5356
 DIST stripe-mock-0.160.0.tar.gz 1225411 BLAKE2B 
b7b6036371e583b7637e90af46380835c4ccaa8de1ad1f6026f56c8cfaca015c25bf4ad4a3f30aabeca694ad17ee381b83628c5d3faebfe91c2e42f4e71c0ca4
 SHA512 
8741a8822f0d82c397ed472aedef0da625838d2e18861e3934fdc22234840d81ec626f5dd0d0e11f5352785fea4f04af3bdedfd9b6a7ac30b1163864c22fbbf9
 DIST stripe-mock-0.161.0.tar.gz 1230765 BLAKE2B 
d78775acf639b4c5320e36fa3adedba2afc17fee693d88effe120935282d3be67665d67c4b12c512f4b7158281186ef52694765871a1d3031d176b73fc4e5e9f
 SHA512 
e57a07947ce49000201fff688f0e5f1908e4253bef4a8639b19811415ba582df6dc9c512cab203a6eaf0575cfc718885c98805f39bf463aefe272ce1092da4b3
+DIST stripe-mock-0.162.0.tar.gz 1232326 BLAKE2B 
6767608c3cec80b20a547855c982b1e1751ce30cc93ba33700c1140f4233d1cff4c6575b1bc30f510f08a3af836139190365ff79bb02e50710e4d379cc1a2a60
 SHA512 
936ce2e73fdcc94c9d7acf1edf3bff086b15de15c7e6aa2f2e79a64f8f02cb55ac319e63c263c78aa43d9bf4616eb9b2cedeb21a95db88b4494773444e6f7f7c

diff --git a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-04-20 Thread Michał Górny
commit: 561dab390608f599ffac9394739bf412ec374036
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 04:09:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 21 04:09:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561dab39

dev-util/stripe-mock: Bump to 0.161.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.161.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index c230423939d7..ba6b44efd613 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f663a5760e6009aa8112a77f27e554a0257926da5ecb7c468af9193def6574aecba80d8a9a142b55d24f6ac8312e2d8f2ef
 SHA512 
2e4e640a1c2acf0df68e06ae65c8c8d22b03b31e3fe7c5c6cfd31e57c08a854ac749d7697ed1cd6a6bf9699c99a6b50e191b079e6cb5552536b4e8edfaef5356
 DIST stripe-mock-0.160.0.tar.gz 1225411 BLAKE2B 
b7b6036371e583b7637e90af46380835c4ccaa8de1ad1f6026f56c8cfaca015c25bf4ad4a3f30aabeca694ad17ee381b83628c5d3faebfe91c2e42f4e71c0ca4
 SHA512 
8741a8822f0d82c397ed472aedef0da625838d2e18861e3934fdc22234840d81ec626f5dd0d0e11f5352785fea4f04af3bdedfd9b6a7ac30b1163864c22fbbf9
+DIST stripe-mock-0.161.0.tar.gz 1230765 BLAKE2B 
d78775acf639b4c5320e36fa3adedba2afc17fee693d88effe120935282d3be67665d67c4b12c512f4b7158281186ef52694765871a1d3031d176b73fc4e5e9f
 SHA512 
e57a07947ce49000201fff688f0e5f1908e4253bef4a8639b19811415ba582df6dc9c512cab203a6eaf0575cfc718885c98805f39bf463aefe272ce1092da4b3

diff --git a/dev-util/stripe-mock/stripe-mock-0.161.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.161.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.161.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-04-14 Thread Michał Górny
commit: 0df4addcc592127b15ceb107b8dceae37fd5f574
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 13:12:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 13:12:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df4addc

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  5 -
 dev-util/stripe-mock/stripe-mock-0.151.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.152.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.153.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.155.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.158.0.ebuild | 27 -
 6 files changed, 140 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 5201429cc020..c230423939d7 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,7 +1,2 @@
-DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea130afec9dd0e707537b588ce5ad7b7f16b51cfc10b7c3005552e2a8fe895ca2753d1136b04be1730602514110f96853
 SHA512 
a492be91e1e77b13862dc02d2520b958e3c12ed06318d02d642eca9dec6044b2685ac50982a421d798d615ed59da947eac0ffc2f3cc900a435ac1eb0a941a9c5
-DIST stripe-mock-0.152.0.tar.gz 577927 BLAKE2B 
1a5bdfa7644a482837ad982b9c6512527910729dfbdd4eec6cb06be9fe51630e88c11c483162d25e21a897d8accbaae927581edc9731ed19e6e32d59938b621c
 SHA512 
b9cb144b4b0ba3c09acfca6a7138cd87b9aa7f6bee824349ce5d3437b9daa14ea0f5b251fa3bbc6133908fa872868bd05582872aad12fd87a27941731abd6100
-DIST stripe-mock-0.153.0.tar.gz 51 BLAKE2B 
aca92e30ff42c813db6201cb79a9f707042ab5ae51a7c4f69c88dab3e22a4d28f0760ba3d55f408cc0206e5613c374bc27b66d7e8e08ee5c6e32bb6702019222
 SHA512 
9cd408d638ef7b7ccf85bb9f85a05196fe797e103d8e1898a4e2ca5f42723dd60903ff2645d4a30a3a11e7f8e75f1fcdf1ac1d3dd4f050a5f760342688e1fd90
-DIST stripe-mock-0.155.0.tar.gz 578140 BLAKE2B 
145d10aa88afdd2a6eba93c88c67454625539c61d1e7a4c580ee14b8ce7676b6fa4387b6967d4f32173cceb8298d9247ac8b01cfe55663728e733eccf5a24a4c
 SHA512 
dde64cdaa20180145de44efc5985a88ca74bd3f93309842e94f918beb7b8a4f1800663c56ee01dae3688208dd9eb0246fafa4cbd78faf1eeb61f55c809e19d50
-DIST stripe-mock-0.158.0.tar.gz 1214804 BLAKE2B 
9c4fee9f162a0a4e306219947913138562265387a1c5f076439533ff212b9f846496c138293baa3b5ea3d267adb09ab4c2e773663c94aef9c3b0e2156826d0d4
 SHA512 
3d216c8c62355b78b9d0b84b7e005e652588159a9b73210b07273129d18953eeb94138bc7ff11540dd974914888031e154efcfc7cbecedf8f44893a73d965f5e
 DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f663a5760e6009aa8112a77f27e554a0257926da5ecb7c468af9193def6574aecba80d8a9a142b55d24f6ac8312e2d8f2ef
 SHA512 
2e4e640a1c2acf0df68e06ae65c8c8d22b03b31e3fe7c5c6cfd31e57c08a854ac749d7697ed1cd6a6bf9699c99a6b50e191b079e6cb5552536b4e8edfaef5356
 DIST stripe-mock-0.160.0.tar.gz 1225411 BLAKE2B 
b7b6036371e583b7637e90af46380835c4ccaa8de1ad1f6026f56c8cfaca015c25bf4ad4a3f30aabeca694ad17ee381b83628c5d3faebfe91c2e42f4e71c0ca4
 SHA512 
8741a8822f0d82c397ed472aedef0da625838d2e18861e3934fdc22234840d81ec626f5dd0d0e11f5352785fea4f04af3bdedfd9b6a7ac30b1163864c22fbbf9

diff --git a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.152.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.152.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.152.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-04-13 Thread Sam James
commit: b1fdd3b036697337db4e1c70fb2137938693a656
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:03:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:03:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fdd3b0

dev-util/stripe-mock: Stabilize 0.159.0 x86, #904295

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

 dev-util/stripe-mock/stripe-mock-0.159.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
index ca0f4e60efa7..daa64829d57b 100644
--- a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-04-13 Thread Sam James
commit: 29c75dc55ee2f6231f83607d4d6d3cbadfd3
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:03:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:03:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c75dc5

dev-util/stripe-mock: Stabilize 0.159.0 amd64, #904295

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

 dev-util/stripe-mock/stripe-mock-0.159.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
index daa64829d57b..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-04-13 Thread Michał Górny
commit: c99e4024dcb26156ce5d0b12eb3ff007e4d2c0bc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 03:37:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 03:59:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99e4024

dev-util/stripe-mock: Bump to 0.160.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.160.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 6ae501421ee4..5201429cc020 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -4,3 +4,4 @@ DIST stripe-mock-0.153.0.tar.gz 51 BLAKE2B 
aca92e30ff42c813db6201cb79a9f7070
 DIST stripe-mock-0.155.0.tar.gz 578140 BLAKE2B 
145d10aa88afdd2a6eba93c88c67454625539c61d1e7a4c580ee14b8ce7676b6fa4387b6967d4f32173cceb8298d9247ac8b01cfe55663728e733eccf5a24a4c
 SHA512 
dde64cdaa20180145de44efc5985a88ca74bd3f93309842e94f918beb7b8a4f1800663c56ee01dae3688208dd9eb0246fafa4cbd78faf1eeb61f55c809e19d50
 DIST stripe-mock-0.158.0.tar.gz 1214804 BLAKE2B 
9c4fee9f162a0a4e306219947913138562265387a1c5f076439533ff212b9f846496c138293baa3b5ea3d267adb09ab4c2e773663c94aef9c3b0e2156826d0d4
 SHA512 
3d216c8c62355b78b9d0b84b7e005e652588159a9b73210b07273129d18953eeb94138bc7ff11540dd974914888031e154efcfc7cbecedf8f44893a73d965f5e
 DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f663a5760e6009aa8112a77f27e554a0257926da5ecb7c468af9193def6574aecba80d8a9a142b55d24f6ac8312e2d8f2ef
 SHA512 
2e4e640a1c2acf0df68e06ae65c8c8d22b03b31e3fe7c5c6cfd31e57c08a854ac749d7697ed1cd6a6bf9699c99a6b50e191b079e6cb5552536b4e8edfaef5356
+DIST stripe-mock-0.160.0.tar.gz 1225411 BLAKE2B 
b7b6036371e583b7637e90af46380835c4ccaa8de1ad1f6026f56c8cfaca015c25bf4ad4a3f30aabeca694ad17ee381b83628c5d3faebfe91c2e42f4e71c0ca4
 SHA512 
8741a8822f0d82c397ed472aedef0da625838d2e18861e3934fdc22234840d81ec626f5dd0d0e11f5352785fea4f04af3bdedfd9b6a7ac30b1163864c22fbbf9

diff --git a/dev-util/stripe-mock/stripe-mock-0.160.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.160.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.160.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-03-23 Thread Michał Górny
commit: 0a0192455ce8c23efb91edacf08135724453f39f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 05:06:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 24 05:21:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a019245

dev-util/stripe-mock: Bump to 0.159.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.159.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 355ffc580bad..6ae501421ee4 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -3,3 +3,4 @@ DIST stripe-mock-0.152.0.tar.gz 577927 BLAKE2B 
1a5bdfa7644a482837ad982b9c6512527
 DIST stripe-mock-0.153.0.tar.gz 51 BLAKE2B 
aca92e30ff42c813db6201cb79a9f707042ab5ae51a7c4f69c88dab3e22a4d28f0760ba3d55f408cc0206e5613c374bc27b66d7e8e08ee5c6e32bb6702019222
 SHA512 
9cd408d638ef7b7ccf85bb9f85a05196fe797e103d8e1898a4e2ca5f42723dd60903ff2645d4a30a3a11e7f8e75f1fcdf1ac1d3dd4f050a5f760342688e1fd90
 DIST stripe-mock-0.155.0.tar.gz 578140 BLAKE2B 
145d10aa88afdd2a6eba93c88c67454625539c61d1e7a4c580ee14b8ce7676b6fa4387b6967d4f32173cceb8298d9247ac8b01cfe55663728e733eccf5a24a4c
 SHA512 
dde64cdaa20180145de44efc5985a88ca74bd3f93309842e94f918beb7b8a4f1800663c56ee01dae3688208dd9eb0246fafa4cbd78faf1eeb61f55c809e19d50
 DIST stripe-mock-0.158.0.tar.gz 1214804 BLAKE2B 
9c4fee9f162a0a4e306219947913138562265387a1c5f076439533ff212b9f846496c138293baa3b5ea3d267adb09ab4c2e773663c94aef9c3b0e2156826d0d4
 SHA512 
3d216c8c62355b78b9d0b84b7e005e652588159a9b73210b07273129d18953eeb94138bc7ff11540dd974914888031e154efcfc7cbecedf8f44893a73d965f5e
+DIST stripe-mock-0.159.0.tar.gz 1222638 BLAKE2B 
bee23971e2c1578e06e9d3b159538f663a5760e6009aa8112a77f27e554a0257926da5ecb7c468af9193def6574aecba80d8a9a142b55d24f6ac8312e2d8f2ef
 SHA512 
2e4e640a1c2acf0df68e06ae65c8c8d22b03b31e3fe7c5c6cfd31e57c08a854ac749d7697ed1cd6a6bf9699c99a6b50e191b079e6cb5552536b4e8edfaef5356

diff --git a/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.159.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-03-18 Thread Michał Górny
commit: f9835864cb63504282b441eb93cb36627778599d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 18 05:54:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 18 05:54:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9835864

dev-util/stripe-mock: Bump to 0.158.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.158.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 5345d24d000c..355ffc580bad 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -2,3 +2,4 @@ DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea
 DIST stripe-mock-0.152.0.tar.gz 577927 BLAKE2B 
1a5bdfa7644a482837ad982b9c6512527910729dfbdd4eec6cb06be9fe51630e88c11c483162d25e21a897d8accbaae927581edc9731ed19e6e32d59938b621c
 SHA512 
b9cb144b4b0ba3c09acfca6a7138cd87b9aa7f6bee824349ce5d3437b9daa14ea0f5b251fa3bbc6133908fa872868bd05582872aad12fd87a27941731abd6100
 DIST stripe-mock-0.153.0.tar.gz 51 BLAKE2B 
aca92e30ff42c813db6201cb79a9f707042ab5ae51a7c4f69c88dab3e22a4d28f0760ba3d55f408cc0206e5613c374bc27b66d7e8e08ee5c6e32bb6702019222
 SHA512 
9cd408d638ef7b7ccf85bb9f85a05196fe797e103d8e1898a4e2ca5f42723dd60903ff2645d4a30a3a11e7f8e75f1fcdf1ac1d3dd4f050a5f760342688e1fd90
 DIST stripe-mock-0.155.0.tar.gz 578140 BLAKE2B 
145d10aa88afdd2a6eba93c88c67454625539c61d1e7a4c580ee14b8ce7676b6fa4387b6967d4f32173cceb8298d9247ac8b01cfe55663728e733eccf5a24a4c
 SHA512 
dde64cdaa20180145de44efc5985a88ca74bd3f93309842e94f918beb7b8a4f1800663c56ee01dae3688208dd9eb0246fafa4cbd78faf1eeb61f55c809e19d50
+DIST stripe-mock-0.158.0.tar.gz 1214804 BLAKE2B 
9c4fee9f162a0a4e306219947913138562265387a1c5f076439533ff212b9f846496c138293baa3b5ea3d267adb09ab4c2e773663c94aef9c3b0e2156826d0d4
 SHA512 
3d216c8c62355b78b9d0b84b7e005e652588159a9b73210b07273129d18953eeb94138bc7ff11540dd974914888031e154efcfc7cbecedf8f44893a73d965f5e

diff --git a/dev-util/stripe-mock/stripe-mock-0.158.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.158.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.158.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-03-13 Thread Michał Górny
commit: f39e4263f1a57d5cf14ff421cfebf322f978aed5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 04:40:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 04:40:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39e4263

dev-util/stripe-mock: Bump to 0.155.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.155.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index cc39040eb0a1..5345d24d000c 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea130afec9dd0e707537b588ce5ad7b7f16b51cfc10b7c3005552e2a8fe895ca2753d1136b04be1730602514110f96853
 SHA512 
a492be91e1e77b13862dc02d2520b958e3c12ed06318d02d642eca9dec6044b2685ac50982a421d798d615ed59da947eac0ffc2f3cc900a435ac1eb0a941a9c5
 DIST stripe-mock-0.152.0.tar.gz 577927 BLAKE2B 
1a5bdfa7644a482837ad982b9c6512527910729dfbdd4eec6cb06be9fe51630e88c11c483162d25e21a897d8accbaae927581edc9731ed19e6e32d59938b621c
 SHA512 
b9cb144b4b0ba3c09acfca6a7138cd87b9aa7f6bee824349ce5d3437b9daa14ea0f5b251fa3bbc6133908fa872868bd05582872aad12fd87a27941731abd6100
 DIST stripe-mock-0.153.0.tar.gz 51 BLAKE2B 
aca92e30ff42c813db6201cb79a9f707042ab5ae51a7c4f69c88dab3e22a4d28f0760ba3d55f408cc0206e5613c374bc27b66d7e8e08ee5c6e32bb6702019222
 SHA512 
9cd408d638ef7b7ccf85bb9f85a05196fe797e103d8e1898a4e2ca5f42723dd60903ff2645d4a30a3a11e7f8e75f1fcdf1ac1d3dd4f050a5f760342688e1fd90
+DIST stripe-mock-0.155.0.tar.gz 578140 BLAKE2B 
145d10aa88afdd2a6eba93c88c67454625539c61d1e7a4c580ee14b8ce7676b6fa4387b6967d4f32173cceb8298d9247ac8b01cfe55663728e733eccf5a24a4c
 SHA512 
dde64cdaa20180145de44efc5985a88ca74bd3f93309842e94f918beb7b8a4f1800663c56ee01dae3688208dd9eb0246fafa4cbd78faf1eeb61f55c809e19d50

diff --git a/dev-util/stripe-mock/stripe-mock-0.155.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.155.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.155.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-03-06 Thread Michał Górny
commit: 38c29aa68f5a2c879d175d83146d5ebaccab4d24
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  7 05:30:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 07:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c29aa6

dev-util/stripe-mock: Bump to 0.153.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.153.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 9783fe6956b8..cc39040eb0a1 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea130afec9dd0e707537b588ce5ad7b7f16b51cfc10b7c3005552e2a8fe895ca2753d1136b04be1730602514110f96853
 SHA512 
a492be91e1e77b13862dc02d2520b958e3c12ed06318d02d642eca9dec6044b2685ac50982a421d798d615ed59da947eac0ffc2f3cc900a435ac1eb0a941a9c5
 DIST stripe-mock-0.152.0.tar.gz 577927 BLAKE2B 
1a5bdfa7644a482837ad982b9c6512527910729dfbdd4eec6cb06be9fe51630e88c11c483162d25e21a897d8accbaae927581edc9731ed19e6e32d59938b621c
 SHA512 
b9cb144b4b0ba3c09acfca6a7138cd87b9aa7f6bee824349ce5d3437b9daa14ea0f5b251fa3bbc6133908fa872868bd05582872aad12fd87a27941731abd6100
+DIST stripe-mock-0.153.0.tar.gz 51 BLAKE2B 
aca92e30ff42c813db6201cb79a9f707042ab5ae51a7c4f69c88dab3e22a4d28f0760ba3d55f408cc0206e5613c374bc27b66d7e8e08ee5c6e32bb6702019222
 SHA512 
9cd408d638ef7b7ccf85bb9f85a05196fe797e103d8e1898a4e2ca5f42723dd60903ff2645d4a30a3a11e7f8e75f1fcdf1ac1d3dd4f050a5f760342688e1fd90

diff --git a/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.153.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-03-03 Thread Michał Górny
commit: 257097c1ee9a18d5046345d6c15157c77712bd65
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 05:00:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:47:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257097c1

dev-util/stripe-mock: Bump to 0.152.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.152.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 98f52c1b62d0..9783fe6956b8 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea130afec9dd0e707537b588ce5ad7b7f16b51cfc10b7c3005552e2a8fe895ca2753d1136b04be1730602514110f96853
 SHA512 
a492be91e1e77b13862dc02d2520b958e3c12ed06318d02d642eca9dec6044b2685ac50982a421d798d615ed59da947eac0ffc2f3cc900a435ac1eb0a941a9c5
+DIST stripe-mock-0.152.0.tar.gz 577927 BLAKE2B 
1a5bdfa7644a482837ad982b9c6512527910729dfbdd4eec6cb06be9fe51630e88c11c483162d25e21a897d8accbaae927581edc9731ed19e6e32d59938b621c
 SHA512 
b9cb144b4b0ba3c09acfca6a7138cd87b9aa7f6bee824349ce5d3437b9daa14ea0f5b251fa3bbc6133908fa872868bd05582872aad12fd87a27941731abd6100

diff --git a/dev-util/stripe-mock/stripe-mock-0.152.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.152.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.152.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-02-23 Thread Michał Górny
commit: 88ef8878ccd49181e6b4e25f941692da14d9a5db
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 24 04:38:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 24 04:38:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ef8878

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.149.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.150.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 3e1821e15fb8..98f52c1b62d0 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1 @@
-DIST stripe-mock-0.149.0.tar.gz 564059 BLAKE2B 
8012431b1c4671ccdbe71950013008bed54b87baf962c370869b184441fbd72c338d078331078db4b0eeaadfb7b82438a22c5b1afb433ba66f5302496d4991b4
 SHA512 
e3364b09d11be2ef1545fca446d6648ff0ee4e85b4ebdcdea7a864fc85a6fa397a4eacc3ba47c971a32b62d6092eb32f66fca530f5fabab31932fee5a677edb6
-DIST stripe-mock-0.150.0.tar.gz 564931 BLAKE2B 
dc67d9c0547d68d70bb096ca7fc498521fa2778ada7175a94c52e0e767cf0f516e0e5ac0b6c45deca1023012d14026c1589e8e5426407e048da535d53ac1063e
 SHA512 
adce6a9e094bd0271328130462fae8b4bf3a19b864395d1ade667ff9df72d2cfa90d0243043905f34023bf0919115709f8e51eb4d502a6f7f547a1afc1ed0a41
 DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea130afec9dd0e707537b588ce5ad7b7f16b51cfc10b7c3005552e2a8fe895ca2753d1136b04be1730602514110f96853
 SHA512 
a492be91e1e77b13862dc02d2520b958e3c12ed06318d02d642eca9dec6044b2685ac50982a421d798d615ed59da947eac0ffc2f3cc900a435ac1eb0a941a9c5

diff --git a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
deleted file mode 100644
index 6c666b489577..
--- a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.150.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.150.0.ebuild
deleted file mode 100644
index ca0f4e60efa7..
--- a/dev-util/stripe-mock/stripe-mock-0.150.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-02-23 Thread Arthur Zamarin
commit: 03f7dd569dd66afa57ad7b3a7058ed69e05c0322
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 23 20:45:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 23 20:45:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f7dd56

dev-util/stripe-mock: Stabilize 0.151.0 x86, #896078

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

 dev-util/stripe-mock/stripe-mock-0.151.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
index 9f5ab653106f..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-02-23 Thread Arthur Zamarin
commit: 5f2b66086562ba12ac788c04e24f8de0019355b2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 23 20:18:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 23 20:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2b6608

dev-util/stripe-mock: Stabilize 0.151.0 amd64, #896078

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

 dev-util/stripe-mock/stripe-mock-0.151.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
index ca0f4e60efa7..9f5ab653106f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-02-02 Thread Michał Górny
commit: cdf166a0088e9dfb649c7d130aad4b6b3c9a5391
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 06:47:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 07:19:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf166a0

dev-util/stripe-mock: Bump to 0.151.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.151.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 4388cd578438..3e1821e15fb8 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.149.0.tar.gz 564059 BLAKE2B 
8012431b1c4671ccdbe71950013008bed54b87baf962c370869b184441fbd72c338d078331078db4b0eeaadfb7b82438a22c5b1afb433ba66f5302496d4991b4
 SHA512 
e3364b09d11be2ef1545fca446d6648ff0ee4e85b4ebdcdea7a864fc85a6fa397a4eacc3ba47c971a32b62d6092eb32f66fca530f5fabab31932fee5a677edb6
 DIST stripe-mock-0.150.0.tar.gz 564931 BLAKE2B 
dc67d9c0547d68d70bb096ca7fc498521fa2778ada7175a94c52e0e767cf0f516e0e5ac0b6c45deca1023012d14026c1589e8e5426407e048da535d53ac1063e
 SHA512 
adce6a9e094bd0271328130462fae8b4bf3a19b864395d1ade667ff9df72d2cfa90d0243043905f34023bf0919115709f8e51eb4d502a6f7f547a1afc1ed0a41
+DIST stripe-mock-0.151.0.tar.gz 571906 BLAKE2B 
3cd9bdf28b608506b649f2f93270ad7ea130afec9dd0e707537b588ce5ad7b7f16b51cfc10b7c3005552e2a8fe895ca2753d1136b04be1730602514110f96853
 SHA512 
a492be91e1e77b13862dc02d2520b958e3c12ed06318d02d642eca9dec6044b2685ac50982a421d798d615ed59da947eac0ffc2f3cc900a435ac1eb0a941a9c5

diff --git a/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.151.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-01-21 Thread Michał Górny
commit: cc6be00ce6eb99007741f35c4412e95e4801450e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 17:33:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 17:33:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6be00c

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  2 --
 dev-util/stripe-mock/stripe-mock-0.147.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.148.0.ebuild | 27 -
 3 files changed, 56 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 0ed3035fdb0b..4388cd578438 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,4 +1,2 @@
-DIST stripe-mock-0.147.0.tar.gz 563420 BLAKE2B 
c0ec61e12081bed396993db28a690d267004ed078d6ad593e4c5543da7b77b5014cb097ab3cc992cdb704a7037efc72e37d7b3c280cfa403cb5d36e1b56f5e53
 SHA512 
4f017c5e1a76f9922acecbaf3abebf23df18d2b24321e50cd14761d67b938ddfcf92fe7641fa36a8d9d67a63dab5ce0f6a40050a7a3472da93973aa9efec6ead
-DIST stripe-mock-0.148.0.tar.gz 563990 BLAKE2B 
98d16fea7e9a99bfdfd9c42dec09e0428abafaf99924254c862a209184240825af2cba925acb8bd40850c0d4f4f4477460c90c6ec70676bf65961e99ed495c68
 SHA512 
bf7d4d03f9d473b34ffb31a16521685cac9369e261f2d00ec77206a42f73a363d5f2528744ebb316525c236e56568375330499bfd2abdb9a37c6a742bb1fe2b7
 DIST stripe-mock-0.149.0.tar.gz 564059 BLAKE2B 
8012431b1c4671ccdbe71950013008bed54b87baf962c370869b184441fbd72c338d078331078db4b0eeaadfb7b82438a22c5b1afb433ba66f5302496d4991b4
 SHA512 
e3364b09d11be2ef1545fca446d6648ff0ee4e85b4ebdcdea7a864fc85a6fa397a4eacc3ba47c971a32b62d6092eb32f66fca530f5fabab31932fee5a677edb6
 DIST stripe-mock-0.150.0.tar.gz 564931 BLAKE2B 
dc67d9c0547d68d70bb096ca7fc498521fa2778ada7175a94c52e0e767cf0f516e0e5ac0b6c45deca1023012d14026c1589e8e5426407e048da535d53ac1063e
 SHA512 
adce6a9e094bd0271328130462fae8b4bf3a19b864395d1ade667ff9df72d2cfa90d0243043905f34023bf0919115709f8e51eb4d502a6f7f547a1afc1ed0a41

diff --git a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
deleted file mode 100644
index dd59db8ef887..
--- a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.148.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.148.0.ebuild
deleted file mode 100644
index 89958510a463..
--- a/dev-util/stripe-mock/stripe-mock-0.148.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-01-21 Thread Sam James
commit: 0c5f4542bf395d8ba220a095bed811fc42e8abec
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 21 16:53:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 21 16:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5f4542

dev-util/stripe-mock: Stabilize 0.149.0 amd64, #891529

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

 dev-util/stripe-mock/stripe-mock-0.149.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
index ca0f4e60efa7..9f5ab653106f 100644
--- a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-01-21 Thread Sam James
commit: c568221f2e49bc5015ad29260fbbf369be80d2d7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 21 16:53:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 21 16:53:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c568221f

dev-util/stripe-mock: Stabilize 0.149.0 x86, #891529

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

 dev-util/stripe-mock/stripe-mock-0.149.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
index 9f5ab653106f..6c666b489577 100644
--- a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-01-20 Thread Michał Górny
commit: cc93e2e7e02855a349b8d8c180d15f4cdded5aa4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 05:11:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 05:11:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc93e2e7

dev-util/stripe-mock: Bump to 0.150.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.150.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index bf7eaf27cd19..0ed3035fdb0b 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.147.0.tar.gz 563420 BLAKE2B 
c0ec61e12081bed396993db28a690d267004ed078d6ad593e4c5543da7b77b5014cb097ab3cc992cdb704a7037efc72e37d7b3c280cfa403cb5d36e1b56f5e53
 SHA512 
4f017c5e1a76f9922acecbaf3abebf23df18d2b24321e50cd14761d67b938ddfcf92fe7641fa36a8d9d67a63dab5ce0f6a40050a7a3472da93973aa9efec6ead
 DIST stripe-mock-0.148.0.tar.gz 563990 BLAKE2B 
98d16fea7e9a99bfdfd9c42dec09e0428abafaf99924254c862a209184240825af2cba925acb8bd40850c0d4f4f4477460c90c6ec70676bf65961e99ed495c68
 SHA512 
bf7d4d03f9d473b34ffb31a16521685cac9369e261f2d00ec77206a42f73a363d5f2528744ebb316525c236e56568375330499bfd2abdb9a37c6a742bb1fe2b7
 DIST stripe-mock-0.149.0.tar.gz 564059 BLAKE2B 
8012431b1c4671ccdbe71950013008bed54b87baf962c370869b184441fbd72c338d078331078db4b0eeaadfb7b82438a22c5b1afb433ba66f5302496d4991b4
 SHA512 
e3364b09d11be2ef1545fca446d6648ff0ee4e85b4ebdcdea7a864fc85a6fa397a4eacc3ba47c971a32b62d6092eb32f66fca530f5fabab31932fee5a677edb6
+DIST stripe-mock-0.150.0.tar.gz 564931 BLAKE2B 
dc67d9c0547d68d70bb096ca7fc498521fa2778ada7175a94c52e0e767cf0f516e0e5ac0b6c45deca1023012d14026c1589e8e5426407e048da535d53ac1063e
 SHA512 
adce6a9e094bd0271328130462fae8b4bf3a19b864395d1ade667ff9df72d2cfa90d0243043905f34023bf0919115709f8e51eb4d502a6f7f547a1afc1ed0a41

diff --git a/dev-util/stripe-mock/stripe-mock-0.150.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.150.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.150.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-01-20 Thread Michał Górny
commit: 3929161ec461bcc20c070c616f6b8957636ad07e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 05:11:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 05:11:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3929161e

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  3 ---
 dev-util/stripe-mock/stripe-mock-0.141.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.145.0.ebuild | 27 -
 dev-util/stripe-mock/stripe-mock-0.146.0.ebuild | 27 -
 4 files changed, 84 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 618df96d644f..bf7eaf27cd19 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,6 +1,3 @@
-DIST stripe-mock-0.141.0.tar.gz 583884 BLAKE2B 
bd6e8c19280047fe0aba420aa701e1d7df340d10c1a16f03ae46c690f1c77ea59413f0911c44d71542ef6cc6d8ae7474905b4a997714f1dc30e42b20f8dbe64f
 SHA512 
11083ccb14cba1fdcd629d22ad663c88bd7b0d37274e86f178f7cf0fe789ca3bd52a1f4ab9f2414ecee7590124d69e6a2813221dbfd0d74cc86e454157dbefc5
-DIST stripe-mock-0.145.0.tar.gz 579773 BLAKE2B 
f2661daf70f2073ce475b53e591d08ddb030e263c0b08211083f675ced05842e92d43c16183369658d32abed5569b48695e300f26b491f10983bcc6ec41a9e74
 SHA512 
55597c4911ef32c804a63289cc9d04c5ed4f6b673cdd85e794a039abab8b6741e6970d13f8c54c3734d1ed2948437d4ebfdb0ef45bd12dcabee530ae9baaae66
-DIST stripe-mock-0.146.0.tar.gz 561719 BLAKE2B 
30b7fb51de192e94157bdbe7d9c5598749b3bbf8f8f6e17b39bd4396da09ca8ded5fdfcdea1034274fd877a0e2356d5ea9820df05c75fd88a98c4a60e8bf7714
 SHA512 
d9680d41f20382a1bef5fec6ae5e0970781e169ad77151838b32ce2ffc4d2d024276c44dbc998f2a2a0a20b90e75241b78e6d6dfa282fafb9486990653af6c63
 DIST stripe-mock-0.147.0.tar.gz 563420 BLAKE2B 
c0ec61e12081bed396993db28a690d267004ed078d6ad593e4c5543da7b77b5014cb097ab3cc992cdb704a7037efc72e37d7b3c280cfa403cb5d36e1b56f5e53
 SHA512 
4f017c5e1a76f9922acecbaf3abebf23df18d2b24321e50cd14761d67b938ddfcf92fe7641fa36a8d9d67a63dab5ce0f6a40050a7a3472da93973aa9efec6ead
 DIST stripe-mock-0.148.0.tar.gz 563990 BLAKE2B 
98d16fea7e9a99bfdfd9c42dec09e0428abafaf99924254c862a209184240825af2cba925acb8bd40850c0d4f4f4477460c90c6ec70676bf65961e99ed495c68
 SHA512 
bf7d4d03f9d473b34ffb31a16521685cac9369e261f2d00ec77206a42f73a363d5f2528744ebb316525c236e56568375330499bfd2abdb9a37c6a742bb1fe2b7
 DIST stripe-mock-0.149.0.tar.gz 564059 BLAKE2B 
8012431b1c4671ccdbe71950013008bed54b87baf962c370869b184441fbd72c338d078331078db4b0eeaadfb7b82438a22c5b1afb433ba66f5302496d4991b4
 SHA512 
e3364b09d11be2ef1545fca446d6648ff0ee4e85b4ebdcdea7a864fc85a6fa397a4eacc3ba47c971a32b62d6092eb32f66fca530f5fabab31932fee5a677edb6

diff --git a/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
deleted file mode 100644
index dd59db8ef887..
--- a/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.145.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.145.0.ebuild
deleted file mode 100644
index 89958510a463..
--- a/dev-util/stripe-mock/stripe-mock-0.145.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.146.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.146.0.ebuild
deleted file mode 100644
index 89958510a463..
--- a/dev-util/stripe-mock/stripe-mock-0.146.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> 

[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2023-01-05 Thread Michał Górny
commit: 9c3fd03cab292aeb7e7d80a4963dd099906deb1f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  6 05:16:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  6 05:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3fd03c

dev-util/stripe-mock: Bump to 0.149.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.149.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 394d2df6a062..618df96d644f 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -3,3 +3,4 @@ DIST stripe-mock-0.145.0.tar.gz 579773 BLAKE2B 
f2661daf70f2073ce475b53e591d08ddb
 DIST stripe-mock-0.146.0.tar.gz 561719 BLAKE2B 
30b7fb51de192e94157bdbe7d9c5598749b3bbf8f8f6e17b39bd4396da09ca8ded5fdfcdea1034274fd877a0e2356d5ea9820df05c75fd88a98c4a60e8bf7714
 SHA512 
d9680d41f20382a1bef5fec6ae5e0970781e169ad77151838b32ce2ffc4d2d024276c44dbc998f2a2a0a20b90e75241b78e6d6dfa282fafb9486990653af6c63
 DIST stripe-mock-0.147.0.tar.gz 563420 BLAKE2B 
c0ec61e12081bed396993db28a690d267004ed078d6ad593e4c5543da7b77b5014cb097ab3cc992cdb704a7037efc72e37d7b3c280cfa403cb5d36e1b56f5e53
 SHA512 
4f017c5e1a76f9922acecbaf3abebf23df18d2b24321e50cd14761d67b938ddfcf92fe7641fa36a8d9d67a63dab5ce0f6a40050a7a3472da93973aa9efec6ead
 DIST stripe-mock-0.148.0.tar.gz 563990 BLAKE2B 
98d16fea7e9a99bfdfd9c42dec09e0428abafaf99924254c862a209184240825af2cba925acb8bd40850c0d4f4f4477460c90c6ec70676bf65961e99ed495c68
 SHA512 
bf7d4d03f9d473b34ffb31a16521685cac9369e261f2d00ec77206a42f73a363d5f2528744ebb316525c236e56568375330499bfd2abdb9a37c6a742bb1fe2b7
+DIST stripe-mock-0.149.0.tar.gz 564059 BLAKE2B 
8012431b1c4671ccdbe71950013008bed54b87baf962c370869b184441fbd72c338d078331078db4b0eeaadfb7b82438a22c5b1afb433ba66f5302496d4991b4
 SHA512 
e3364b09d11be2ef1545fca446d6648ff0ee4e85b4ebdcdea7a864fc85a6fa397a4eacc3ba47c971a32b62d6092eb32f66fca530f5fabab31932fee5a677edb6

diff --git a/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
new file mode 100644
index ..ca0f4e60efa7
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.149.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-12-16 Thread Arthur Zamarin
commit: 9ccc2595a55893a59ab90495682248460268a479
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 15:36:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 15:36:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccc2595

dev-util/stripe-mock: Stabilize 0.147.0 amd64, #886319

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

 dev-util/stripe-mock/stripe-mock-0.147.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
index 89958510a463..d59b5680a5bf 100644
--- a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-12-16 Thread Arthur Zamarin
commit: ff1b1c879f31e02376914caf6cc627dc94403cb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 15:36:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 15:36:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1b1c87

dev-util/stripe-mock: Stabilize 0.147.0 x86, #886319

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

 dev-util/stripe-mock/stripe-mock-0.147.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
index d59b5680a5bf..dd59db8ef887 100644
--- a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-12-16 Thread Michał Górny
commit: 55bd1905898326c938f0c45b5217ca8b3a5f31a1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 10:30:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 11:31:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bd1905

dev-util/stripe-mock: Bump to 0.148.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.148.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index d133157a06b1..394d2df6a062 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -2,3 +2,4 @@ DIST stripe-mock-0.141.0.tar.gz 583884 BLAKE2B 
bd6e8c19280047fe0aba420aa701e1d7d
 DIST stripe-mock-0.145.0.tar.gz 579773 BLAKE2B 
f2661daf70f2073ce475b53e591d08ddb030e263c0b08211083f675ced05842e92d43c16183369658d32abed5569b48695e300f26b491f10983bcc6ec41a9e74
 SHA512 
55597c4911ef32c804a63289cc9d04c5ed4f6b673cdd85e794a039abab8b6741e6970d13f8c54c3734d1ed2948437d4ebfdb0ef45bd12dcabee530ae9baaae66
 DIST stripe-mock-0.146.0.tar.gz 561719 BLAKE2B 
30b7fb51de192e94157bdbe7d9c5598749b3bbf8f8f6e17b39bd4396da09ca8ded5fdfcdea1034274fd877a0e2356d5ea9820df05c75fd88a98c4a60e8bf7714
 SHA512 
d9680d41f20382a1bef5fec6ae5e0970781e169ad77151838b32ce2ffc4d2d024276c44dbc998f2a2a0a20b90e75241b78e6d6dfa282fafb9486990653af6c63
 DIST stripe-mock-0.147.0.tar.gz 563420 BLAKE2B 
c0ec61e12081bed396993db28a690d267004ed078d6ad593e4c5543da7b77b5014cb097ab3cc992cdb704a7037efc72e37d7b3c280cfa403cb5d36e1b56f5e53
 SHA512 
4f017c5e1a76f9922acecbaf3abebf23df18d2b24321e50cd14761d67b938ddfcf92fe7641fa36a8d9d67a63dab5ce0f6a40050a7a3472da93973aa9efec6ead
+DIST stripe-mock-0.148.0.tar.gz 563990 BLAKE2B 
98d16fea7e9a99bfdfd9c42dec09e0428abafaf99924254c862a209184240825af2cba925acb8bd40850c0d4f4f4477460c90c6ec70676bf65961e99ed495c68
 SHA512 
bf7d4d03f9d473b34ffb31a16521685cac9369e261f2d00ec77206a42f73a363d5f2528744ebb316525c236e56568375330499bfd2abdb9a37c6a742bb1fe2b7

diff --git a/dev-util/stripe-mock/stripe-mock-0.148.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.148.0.ebuild
new file mode 100644
index ..89958510a463
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.148.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-11-19 Thread Michał Górny
commit: a4cca44705af24ef028b7d3f48fbf683699bdcf0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 06:57:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 09:42:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cca447

dev-util/stripe-mock: Bump to 0.147.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.147.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 6caa16b2c684..d133157a06b1 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,3 +1,4 @@
 DIST stripe-mock-0.141.0.tar.gz 583884 BLAKE2B 
bd6e8c19280047fe0aba420aa701e1d7df340d10c1a16f03ae46c690f1c77ea59413f0911c44d71542ef6cc6d8ae7474905b4a997714f1dc30e42b20f8dbe64f
 SHA512 
11083ccb14cba1fdcd629d22ad663c88bd7b0d37274e86f178f7cf0fe789ca3bd52a1f4ab9f2414ecee7590124d69e6a2813221dbfd0d74cc86e454157dbefc5
 DIST stripe-mock-0.145.0.tar.gz 579773 BLAKE2B 
f2661daf70f2073ce475b53e591d08ddb030e263c0b08211083f675ced05842e92d43c16183369658d32abed5569b48695e300f26b491f10983bcc6ec41a9e74
 SHA512 
55597c4911ef32c804a63289cc9d04c5ed4f6b673cdd85e794a039abab8b6741e6970d13f8c54c3734d1ed2948437d4ebfdb0ef45bd12dcabee530ae9baaae66
 DIST stripe-mock-0.146.0.tar.gz 561719 BLAKE2B 
30b7fb51de192e94157bdbe7d9c5598749b3bbf8f8f6e17b39bd4396da09ca8ded5fdfcdea1034274fd877a0e2356d5ea9820df05c75fd88a98c4a60e8bf7714
 SHA512 
d9680d41f20382a1bef5fec6ae5e0970781e169ad77151838b32ce2ffc4d2d024276c44dbc998f2a2a0a20b90e75241b78e6d6dfa282fafb9486990653af6c63
+DIST stripe-mock-0.147.0.tar.gz 563420 BLAKE2B 
c0ec61e12081bed396993db28a690d267004ed078d6ad593e4c5543da7b77b5014cb097ab3cc992cdb704a7037efc72e37d7b3c280cfa403cb5d36e1b56f5e53
 SHA512 
4f017c5e1a76f9922acecbaf3abebf23df18d2b24321e50cd14761d67b938ddfcf92fe7641fa36a8d9d67a63dab5ce0f6a40050a7a3472da93973aa9efec6ead

diff --git a/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
new file mode 100644
index ..89958510a463
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.147.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-11-16 Thread Michał Górny
commit: 8f064b58bc1da48afb56f95cb55dfdd5f545b44f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 17 05:35:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 17 05:35:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f064b58

dev-util/stripe-mock: Bump to 0.146.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.146.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 41d872d9688a..6caa16b2c684 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-mock-0.141.0.tar.gz 583884 BLAKE2B 
bd6e8c19280047fe0aba420aa701e1d7df340d10c1a16f03ae46c690f1c77ea59413f0911c44d71542ef6cc6d8ae7474905b4a997714f1dc30e42b20f8dbe64f
 SHA512 
11083ccb14cba1fdcd629d22ad663c88bd7b0d37274e86f178f7cf0fe789ca3bd52a1f4ab9f2414ecee7590124d69e6a2813221dbfd0d74cc86e454157dbefc5
 DIST stripe-mock-0.145.0.tar.gz 579773 BLAKE2B 
f2661daf70f2073ce475b53e591d08ddb030e263c0b08211083f675ced05842e92d43c16183369658d32abed5569b48695e300f26b491f10983bcc6ec41a9e74
 SHA512 
55597c4911ef32c804a63289cc9d04c5ed4f6b673cdd85e794a039abab8b6741e6970d13f8c54c3734d1ed2948437d4ebfdb0ef45bd12dcabee530ae9baaae66
+DIST stripe-mock-0.146.0.tar.gz 561719 BLAKE2B 
30b7fb51de192e94157bdbe7d9c5598749b3bbf8f8f6e17b39bd4396da09ca8ded5fdfcdea1034274fd877a0e2356d5ea9820df05c75fd88a98c4a60e8bf7714
 SHA512 
d9680d41f20382a1bef5fec6ae5e0970781e169ad77151838b32ce2ffc4d2d024276c44dbc998f2a2a0a20b90e75241b78e6d6dfa282fafb9486990653af6c63

diff --git a/dev-util/stripe-mock/stripe-mock-0.146.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.146.0.ebuild
new file mode 100644
index ..89958510a463
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.146.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-11-11 Thread Michał Górny
commit: 4e5b7e7738ad18b113fb61a678b05444aeafd5d5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 11 14:20:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 11 14:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5b7e77

dev-util/stripe-mock: Bump to 0.145.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 +
 dev-util/stripe-mock/stripe-mock-0.145.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index c2aadf0a6153..41d872d9688a 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1 +1,2 @@
 DIST stripe-mock-0.141.0.tar.gz 583884 BLAKE2B 
bd6e8c19280047fe0aba420aa701e1d7df340d10c1a16f03ae46c690f1c77ea59413f0911c44d71542ef6cc6d8ae7474905b4a997714f1dc30e42b20f8dbe64f
 SHA512 
11083ccb14cba1fdcd629d22ad663c88bd7b0d37274e86f178f7cf0fe789ca3bd52a1f4ab9f2414ecee7590124d69e6a2813221dbfd0d74cc86e454157dbefc5
+DIST stripe-mock-0.145.0.tar.gz 579773 BLAKE2B 
f2661daf70f2073ce475b53e591d08ddb030e263c0b08211083f675ced05842e92d43c16183369658d32abed5569b48695e300f26b491f10983bcc6ec41a9e74
 SHA512 
55597c4911ef32c804a63289cc9d04c5ed4f6b673cdd85e794a039abab8b6741e6970d13f8c54c3734d1ed2948437d4ebfdb0ef45bd12dcabee530ae9baaae66

diff --git a/dev-util/stripe-mock/stripe-mock-0.145.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.145.0.ebuild
new file mode 100644
index ..89958510a463
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.145.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
+HOMEPAGE="https://github.com/stripe/stripe-mock/;
+SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT ISC BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   emake build
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   dobin stripe-mock
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-09-06 Thread Michał Górny
commit: d0710996b3ed21f59e0594d341eed04969f961ab
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  7 05:09:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  7 05:09:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0710996

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/stripe-mock/Manifest   |  1 -
 dev-util/stripe-mock/stripe-mock-0.136.0.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 1a93b39b46de..c2aadf0a6153 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1 @@
-DIST stripe-mock-0.136.0.tar.gz 581986 BLAKE2B 
6ee65d8beeec0bff9a97fd0963d0509c0174be49f7bffacbc2e5ba36c3d1711ccebb4c2acb377b9dba32688e8b8f9a4b4f80e5d88b23d6bc1d1f8cc48d0ddd93
 SHA512 
f5bc97739158e32382ebfc9c06b7db3a1b42e66821210a18dbbb7d36d31d5ee16313a518aaeb9aecfcfb383eb76eb5c05f11e600217f93b5ae10b9de2adc0327
 DIST stripe-mock-0.141.0.tar.gz 583884 BLAKE2B 
bd6e8c19280047fe0aba420aa701e1d7df340d10c1a16f03ae46c690f1c77ea59413f0911c44d71542ef6cc6d8ae7474905b4a997714f1dc30e42b20f8dbe64f
 SHA512 
11083ccb14cba1fdcd629d22ad663c88bd7b0d37274e86f178f7cf0fe789ca3bd52a1f4ab9f2414ecee7590124d69e6a2813221dbfd0d74cc86e454157dbefc5

diff --git a/dev-util/stripe-mock/stripe-mock-0.136.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.136.0.ebuild
deleted file mode 100644
index dd59db8ef887..
--- a/dev-util/stripe-mock/stripe-mock-0.136.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
-HOMEPAGE="https://github.com/stripe/stripe-mock/;
-SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake build
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   dobin stripe-mock
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-09-06 Thread Sam James
commit: 36dc0face01b0ab6c428960c06fd71eaa4f04ee0
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:25:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:25:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dc0fac

dev-util/stripe-mock: Stabilize 0.141.0 amd64, #868804

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

 dev-util/stripe-mock/stripe-mock-0.141.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
index 441710e6dec3..dd59db8ef887 100644
--- a/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 src_compile() {
emake build



[gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/

2022-09-06 Thread Sam James
commit: 935f6624c8594b0d8f7f632869a8595571d14b9e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:14:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:14:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935f6624

dev-util/stripe-mock: Stabilize 0.141.0 x86, #868804

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

 dev-util/stripe-mock/stripe-mock-0.141.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
index 89958510a463..441710e6dec3 100644
--- a/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.141.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 src_compile() {
emake build



  1   2   >