mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-util/stripe-mock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
ab73002ade
commit
7b019f1632
@ -1,2 +1 @@
|
||||
DIST stripe-mock-0.196.0.tar.gz 1894345 BLAKE2B ae1481690c9d9979d87f1934b2b8e0470419c2d19f88348384b11dcd8a89cc5f99b03c10c8cd02435dd97b03a664f602edda1114aca8b829bfe0e3dbf523ec0a SHA512 ced189b23ee745263097b1c0748a75c4da6f764413e783737262fdde98ec2063b2a2e7471ab8d10bc4ca65e287b07d16c58ecc013de9c9cadce747c6ca2b2d39
|
||||
DIST stripe-mock-0.197.0.tar.gz 1914378 BLAKE2B 7dba4dc81bd1672a60a9445674061749a6c38a09ee207fe59af5416bc7b6a123accbc3d3c0a0cac963bae141d48015269c8270acbcdd34460bb401eb09b5e119 SHA512 809e2c23fcbebe12eaf9c39efec5d632e6dbf1e4c641a71624d0c2ccd513913e8fbec5a246147ff8d8235f738cd7bac7fe0554c8cdeb1eb77ccef10a12b1ce63
|
||||
|
||||
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user