commit:     10593841e6c64f924eb02d20b1247173e9a4e930
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 14:28:40 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 14:28:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10593841

dev-util/stripe-mock: Remove old

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

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

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index cc2ab1d4a721..b83d29376624 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,2 +1 @@
-DIST stripe-mock-0.194.0.tar.gz 1796494 BLAKE2B 
d310431c72ad4083a7c128a12df8c6e8398872839060671cc34dede2e31e9cf0ea181a16e16356ebe1e6fcf84bb12ed06d155a7935d3d29ee8633b7e702e2025
 SHA512 
83f0df7731b7c96597d93b4b6780ba8ea400865b303620189893fd0e3da9c445076f426ecc8cdacf46ebd2751184ef56056d28216bee6b77af3dfb67352cc061
 DIST stripe-mock-0.195.0.tar.gz 1820995 BLAKE2B 
0d75d3e00bceb8d34429348b3ae4ad3245af1746996e3ed87b7fd61a7acd323de3bedfaff96d0e1c4dc51463ece1316a1d15b82690fc7ad400ac2eb808ca7f30
 SHA512 
4085e855a2e32ea7b8029c19cf2b226a42fc69328ee8955a580e24430d38308339ccc37c4a56164ebeec2d5a05186e6b92c4eb2d03c145a58be8d15b6ecc8ef4

diff --git a/dev-util/stripe-mock/stripe-mock-0.194.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.194.0.ebuild
deleted file mode 100644
index 95925fdb0cf4..000000000000
--- a/dev-util/stripe-mock/stripe-mock-0.194.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 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
-}

Reply via email to