summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-12 22:31:59 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-12 22:32:17 +0100
commit395f606ea5501a5518228d529934d0a247e96541 (patch)
treedd8e2b2bbcb74cbbaf6580df16438c3befd47afc /dev-util
parentdev-python/stripe: Remove old (diff)
downloadgentoo-395f606ea5501a5518228d529934d0a247e96541.tar.gz
gentoo-395f606ea5501a5518228d529934d0a247e96541.tar.bz2
gentoo-395f606ea5501a5518228d529934d0a247e96541.zip
dev-util/stripe-mock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/stripe-mock/Manifest3
-rw-r--r--dev-util/stripe-mock/stripe-mock-0.113.0.ebuild22
-rw-r--r--dev-util/stripe-mock/stripe-mock-0.114.0.ebuild22
-rw-r--r--dev-util/stripe-mock/stripe-mock-0.115.0.ebuild22
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 2cc7026c0633..83cc7758aa88 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,4 +1 @@
-DIST stripe-mock-0.113.0.tar.gz 628049 BLAKE2B 5886bc5884bac74502014e1ad59bcc16f1c58f373142c9aca9129b7c8c70556bcfda23576f2c70d71fd9a99bed00f0f95a36e26e95cef58aebf9a37a21e42bbd SHA512 1a3687685a5c48de89946a4949ee4da367585b5adecf6e9d002493f8ab23b1eb8e38e87ec0b60d6157ddcbd8601ef5c1fef5d279a98e80eb34e0bd529f798185
-DIST stripe-mock-0.114.0.tar.gz 631280 BLAKE2B 6b5fc4b160363eaacda7d8fcc590c9812c05d8fa3bd305e52fd70aa54205620fa46bd7ae00044ad618ad03dc36bb318be27b311eeb9a5c77534dedc93a9d67c0 SHA512 e1df4318d34e5213eecb36b43ccfce327cbdf75bd9f786e8c5ff3cc793ebf3ecb376e5c24b41966d76874c1df80b543707ea2a4a857baf70a32fb7dac7d06066
-DIST stripe-mock-0.115.0.tar.gz 635087 BLAKE2B 7b2b9c9a1cfc5d3ba83b5699f07226bbcb020d7bc63d4f0e56d97092592254e436c459757c35c4dd9826ff231400394a57d87faef8086de9a60f9439ab156ad3 SHA512 025612d3e7870e1ecbeb8939d4df3291b354fea8ac1fda72074bdfc9c2de1d77329c8154858176469e86739aad4d43c7a43c0f379a5eccec4b5eab035c0b6832
DIST stripe-mock-0.116.0.tar.gz 631741 BLAKE2B 8b8d3e0db1b0cb9e6f54773ac0a2f340c7a609e147c398b55b3616638163a88e8924d3739150b040eb4068aed142bad7f3de3db3679a8bd111b028286ae0ac68 SHA512 bf6dd3abf0fdf4472047060ed28d6709b9215a7c708e40ee573a7ada4be7af1d68d26000c7f1517b15d04923479f5e5113cc952457e810ca29220284b76dd783
diff --git a/dev-util/stripe-mock/stripe-mock-0.113.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.113.0.ebuild
deleted file mode 100644
index 07a1e00de87f..000000000000
--- a/dev-util/stripe-mock/stripe-mock-0.113.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_SRC="github.com/stripe/stripe-mock"
-EGO_PN=${EGO_SRC}/...
-inherit golang-build golang-vcs-snapshot
-
-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"
-KEYWORDS="amd64 x86"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-
-src_install() {
- golang-build_src_install
- dobin bin/stripe-mock
- rm -rf "${D}$(get_golibdir_gopath)" || die
-}
diff --git a/dev-util/stripe-mock/stripe-mock-0.114.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.114.0.ebuild
deleted file mode 100644
index 05a7220e34b0..000000000000
--- a/dev-util/stripe-mock/stripe-mock-0.114.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_SRC="github.com/stripe/stripe-mock"
-EGO_PN=${EGO_SRC}/...
-inherit golang-build golang-vcs-snapshot
-
-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"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-
-src_install() {
- golang-build_src_install
- dobin bin/stripe-mock
- rm -rf "${D}$(get_golibdir_gopath)" || die
-}
diff --git a/dev-util/stripe-mock/stripe-mock-0.115.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.115.0.ebuild
deleted file mode 100644
index 05a7220e34b0..000000000000
--- a/dev-util/stripe-mock/stripe-mock-0.115.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_SRC="github.com/stripe/stripe-mock"
-EGO_PN=${EGO_SRC}/...
-inherit golang-build golang-vcs-snapshot
-
-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"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-
-src_install() {
- golang-build_src_install
- dobin bin/stripe-mock
- rm -rf "${D}$(get_golibdir_gopath)" || die
-}