Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/
Date: Mon, 06 Jun 2022 11:33:47
Message-Id: 1654514899.d93e88a09f79e2835a512d2daaa25a0c212d4abb.mgorny@gentoo
1 commit: d93e88a09f79e2835a512d2daaa25a0c212d4abb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:28:19 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:28:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93e88a0
7
8 dev-util/stripe-mock: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/stripe-mock/Manifest | 4 ----
13 dev-util/stripe-mock/stripe-mock-0.124.0.ebuild | 27 -------------------------
14 dev-util/stripe-mock/stripe-mock-0.125.0.ebuild | 27 -------------------------
15 dev-util/stripe-mock/stripe-mock-0.126.0.ebuild | 27 -------------------------
16 dev-util/stripe-mock/stripe-mock-0.129.0.ebuild | 27 -------------------------
17 5 files changed, 112 deletions(-)
18
19 diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
20 index f1698549a38a..78e2bf6f52d5 100644
21 --- a/dev-util/stripe-mock/Manifest
22 +++ b/dev-util/stripe-mock/Manifest
23 @@ -1,5 +1 @@
24 -DIST stripe-mock-0.124.0.tar.gz 519495 BLAKE2B 66bd344a112bad3793490f3b5f08728db1a6f1d80cbe85562c121a92ee3c3d5e54f7145e5d6d4efeecb079cc6efde4d3c0d9e7009e9e800f3566511b3be04ed3 SHA512 347633be263bfef5a744a46d53c4218491752960acd59447006caba0ae40f8c1a7d17f754c4b6b2d08506f4c98b19fc3b8b49ef3e0d7c2869a92984be67b7a7f
25 -DIST stripe-mock-0.125.0.tar.gz 528175 BLAKE2B cb58d9eb14faa6957a9d0ddc8eadb4175eefc139e6071bfc9c21d9fb6ed18091f5a6622fd43cfee98df43c5c745d24c820d1ac9e03fb0a7f0f8aabe3b516faf7 SHA512 bba161df4f6e5a6f69811682af3bd53b1cfdbce55077c1fe5b2d4474c4f5c7bca4f86a71a058ba2808338048a215ecba54334697699ad2b5adea4faf2f4c83e6
26 -DIST stripe-mock-0.126.0.tar.gz 543235 BLAKE2B 4bf4a121f3077dd657b7cb2c5bd909c84a0f14cb716c8f9d4b3119b2143ca709f0b9adc3fecc90e0517515ac1422bfae8f1646d7d4d23ebd74bac811800c65fc SHA512 60e459617278a6bf5688667d5bbd64f6f645838f39504e518c68683d9d5acfe2239be98daaf657f23e09bc5043967a6273838d801d688373765734858e8274ae
27 -DIST stripe-mock-0.129.0.tar.gz 570070 BLAKE2B 4f6dc90151612cfe28dffde1c5a2eab5ffd39c9bf696bb1b2c3ca7a4e775be9f88aec6f46db04ee5d47a1f98c75d1394e1ff7dd022b3d887edb72305b7792ae5 SHA512 53e3c974f5d5a1e7dffb64da5038f0280cb168f5c6a5ba55932d983a2ad18472737e0547b50eb28fbd50b66a808a4265120212492fcc0631ee3d2a172773fb52
28 DIST stripe-mock-0.130.0.tar.gz 572453 BLAKE2B b97a1b54f4da158140e91abf68c8b476f18d7e96ea96587cd6a54be451776e5066a0dfc2da6c4b7234e08315b646d395f21099b8e30f20b9bce1b3c90f03c199 SHA512 7796ce75a77cf84c475cb8b957b76280ef7ba616dbfdabe2b6fbc4af135c0068777e0acc5f7a0c058a930988f66ae9d08c69a71cf119fadd9a79f210dddf7be5
29
30 diff --git a/dev-util/stripe-mock/stripe-mock-0.124.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.124.0.ebuild
31 deleted file mode 100644
32 index f69efe4b5061..000000000000
33 --- a/dev-util/stripe-mock/stripe-mock-0.124.0.ebuild
34 +++ /dev/null
35 @@ -1,27 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -inherit go-module
42 -
43 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
44 -HOMEPAGE="https://github.com/stripe/stripe-mock"
45 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT ISC BSD-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -src_compile() {
52 - emake build
53 -}
54 -
55 -src_test() {
56 - emake test
57 -}
58 -
59 -src_install() {
60 - dobin stripe-mock
61 - einstalldocs
62 -}
63
64 diff --git a/dev-util/stripe-mock/stripe-mock-0.125.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.125.0.ebuild
65 deleted file mode 100644
66 index 586567a061dc..000000000000
67 --- a/dev-util/stripe-mock/stripe-mock-0.125.0.ebuild
68 +++ /dev/null
69 @@ -1,27 +0,0 @@
70 -# Copyright 1999-2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -inherit go-module
76 -
77 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
78 -HOMEPAGE="https://github.com/stripe/stripe-mock"
79 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="MIT ISC BSD-2"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -
85 -src_compile() {
86 - emake build
87 -}
88 -
89 -src_test() {
90 - emake test
91 -}
92 -
93 -src_install() {
94 - dobin stripe-mock
95 - einstalldocs
96 -}
97
98 diff --git a/dev-util/stripe-mock/stripe-mock-0.126.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.126.0.ebuild
99 deleted file mode 100644
100 index 586567a061dc..000000000000
101 --- a/dev-util/stripe-mock/stripe-mock-0.126.0.ebuild
102 +++ /dev/null
103 @@ -1,27 +0,0 @@
104 -# Copyright 1999-2022 Gentoo Authors
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=8
108 -
109 -inherit go-module
110 -
111 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
112 -HOMEPAGE="https://github.com/stripe/stripe-mock"
113 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
114 -
115 -LICENSE="MIT ISC BSD-2"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~x86"
118 -
119 -src_compile() {
120 - emake build
121 -}
122 -
123 -src_test() {
124 - emake test
125 -}
126 -
127 -src_install() {
128 - dobin stripe-mock
129 - einstalldocs
130 -}
131
132 diff --git a/dev-util/stripe-mock/stripe-mock-0.129.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.129.0.ebuild
133 deleted file mode 100644
134 index 586567a061dc..000000000000
135 --- a/dev-util/stripe-mock/stripe-mock-0.129.0.ebuild
136 +++ /dev/null
137 @@ -1,27 +0,0 @@
138 -# Copyright 1999-2022 Gentoo Authors
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=8
142 -
143 -inherit go-module
144 -
145 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
146 -HOMEPAGE="https://github.com/stripe/stripe-mock"
147 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
148 -
149 -LICENSE="MIT ISC BSD-2"
150 -SLOT="0"
151 -KEYWORDS="~amd64 ~x86"
152 -
153 -src_compile() {
154 - emake build
155 -}
156 -
157 -src_test() {
158 - emake test
159 -}
160 -
161 -src_install() {
162 - dobin stripe-mock
163 - einstalldocs
164 -}