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

dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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 
1e283ef706142227244444e933e1ea220f8b49c0b48424b9fc49c107aeb4be990524e218653044e422daaec281a3f4dade94fbe163a585e364938ee82e2919fa

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..000000000000
--- 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..000000000000
--- 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..000000000000
--- 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
-}

Reply via email to