dev-util/stripe-mock: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-04 16:50:49 +02:00
parent 873339f648
commit 484794233f
4 changed files with 0 additions and 84 deletions

View File

@@ -1,4 +1 @@
DIST stripe-mock-0.197.0.tar.gz 1914378 BLAKE2B 7dba4dc81bd1672a60a9445674061749a6c38a09ee207fe59af5416bc7b6a123accbc3d3c0a0cac963bae141d48015269c8270acbcdd34460bb401eb09b5e119 SHA512 809e2c23fcbebe12eaf9c39efec5d632e6dbf1e4c641a71624d0c2ccd513913e8fbec5a246147ff8d8235f738cd7bac7fe0554c8cdeb1eb77ccef10a12b1ce63
DIST stripe-mock-0.199.0.tar.gz 2022882 BLAKE2B e0f1a86a5d335e5e6fe7d4e7b846a9f7a35cd47eb2949b6cfebeac09ea429c3547ce993c120850b1c662edcd91bba482985d0142f7422813a61abd1f314d4cc3 SHA512 dbfc17415afb6528f73d6590ab28816adfc3ea999c93f65cd610c4ae0ca2d3ddad421afd5938bd8eff0d6b29e2f382b9926ba451d593606e0bedf24a21b06725
DIST stripe-mock-0.200.0.tar.gz 2131669 BLAKE2B 4f183950215cc4c41ccb3b5ba3162f71b3abaf43f8f9d06a3656cf0deb597577dc33df10645cedd037cea68b17fbbc480de70983c1980b735a5a4755ed5c36c9 SHA512 eec9a4a4c086c576a9717359c3c8f0baaaff26a9f46f217d051ca5b8ea06627dd538e6b4329e7e7e88309a02416e0540521b0550be8dc12b277b44e8c7883409
DIST stripe-mock-0.201.0.tar.gz 2131646 BLAKE2B 74792c9f4fa4a7c389466e69a0b39fee40e6f2d909be90278c8efb5c3d52a70560b981e5259a1372792b29cda7abc8715ab46a74c21f0ad2e55b0c039e2264c1 SHA512 25081afea5bda9fa1fe4053173f4abef43caae2e441bc81aebe6e9a1f6e6f038b014fde610a8c7760a53feb7bae758f245249c24b74c6dd101d39f1234a73d23

View File

@@ -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
}

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
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
}

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
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
}