commit:     4f9c05b3684fea021cb00352086c0106ae50ebfe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 21:23:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 21:23:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9c05b3

dev-util/stripe-mock: Remove old

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

 dev-util/stripe-mock/Manifest                   |  3 ---
 dev-util/stripe-mock/stripe-mock-0.110.0.ebuild | 22 ----------------------
 dev-util/stripe-mock/stripe-mock-0.111.0.ebuild | 22 ----------------------
 dev-util/stripe-mock/stripe-mock-0.112.0.ebuild | 22 ----------------------
 4 files changed, 69 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 8bc8760850b..cbf3480c026 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,5 +1,2 @@
-DIST stripe-mock-0.110.0.tar.gz 604856 BLAKE2B 
ce8b83ce4787d56752ce47f919c049a32ad0addf67db0461a70fba2380406e5dbaf0e096011a3a371d897d9bd3ef6c573cdec1b66607b0d4b99c3fc11a931d19
 SHA512 
8501a8d41d0dbba77064abbf083162393453b884bcc9077793d7a75948a925fb056ff37ef74d5d789598d9081639f74016f06980954d3be84a9131ceb21539b2
-DIST stripe-mock-0.111.0.tar.gz 604494 BLAKE2B 
c9aad7c4b939a49c6a947cc3a2b2506b0c2b7e2c0e1f8841f92b7d53e1138a4e6333eaecf6f2a984861df6fb67800acd8d29b3774b8970e5e482f58fed4e9c53
 SHA512 
1b01136bb52543052bd66b1c7112181dc0834d5e17ff0590fd2dfad8fdc593eb21967e7ecc3ecac8ae7882e44410e752ddd203b9a87b34d6f4c1fea1cd3ebbb2
-DIST stripe-mock-0.112.0.tar.gz 627738 BLAKE2B 
7ce44762596de04edda1e544a6bc77c36f68dabbebb280881d9e992b3f08054c9a3dc6805fc6060cabed5c9fcf185ccdf89835c123c9145cd2dccbd57fdf4461
 SHA512 
8d78712e99c95ab07514406f850d4255ff69bcca804b030a23ec9cb6a19408ade26836a2b4be6262868bc57ad68542112816edf3c6508c01a9bcbc4202922a27
 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

diff --git a/dev-util/stripe-mock/stripe-mock-0.110.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.110.0.ebuild
deleted file mode 100644
index 07a1e00de87..00000000000
--- a/dev-util/stripe-mock/stripe-mock-0.110.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.111.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.111.0.ebuild
deleted file mode 100644
index 05a7220e34b..00000000000
--- a/dev-util/stripe-mock/stripe-mock-0.111.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.112.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.112.0.ebuild
deleted file mode 100644
index 05a7220e34b..00000000000
--- a/dev-util/stripe-mock/stripe-mock-0.112.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
-}

Reply via email to