summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-27 13:19:55 +0100
committerMichał Górny <mgorny@gentoo.org>2024-10-27 13:21:26 +0100
commit013198ddd3fff5765bf27c641d48aea29d922090 (patch)
tree611436bc73ecc490fad6155f3e0f069f76c4decf /dev-util/stripe-mock/stripe-mock-0.191.0.ebuild
parentdev-python/bitarray: Remove old (diff)
downloadgentoo-013198ddd3fff5765bf27c641d48aea29d922090.tar.gz
gentoo-013198ddd3fff5765bf27c641d48aea29d922090.tar.bz2
gentoo-013198ddd3fff5765bf27c641d48aea29d922090.zip
dev-util/stripe-mock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/stripe-mock/stripe-mock-0.191.0.ebuild')
-rw-r--r--dev-util/stripe-mock/stripe-mock-0.191.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/stripe-mock/stripe-mock-0.191.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.191.0.ebuild
deleted file mode 100644
index 352d14e2ce00..000000000000
--- a/dev-util/stripe-mock/stripe-mock-0.191.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
-}