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: Sun, 01 May 2022 13:04:11
Message-Id: 1651410221.125d05b12f7ebed28d738d2f9cb0ab0a22758112.mgorny@gentoo
1 commit: 125d05b12f7ebed28d738d2f9cb0ab0a22758112
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 13:03:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 13:03:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125d05b1
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 | 5 ----
13 dev-util/stripe-mock/stripe-mock-0.118.0-r1.ebuild | 27 ----------------------
14 dev-util/stripe-mock/stripe-mock-0.119.0.ebuild | 27 ----------------------
15 dev-util/stripe-mock/stripe-mock-0.121.0.ebuild | 27 ----------------------
16 dev-util/stripe-mock/stripe-mock-0.122.0.ebuild | 27 ----------------------
17 dev-util/stripe-mock/stripe-mock-0.123.0.ebuild | 27 ----------------------
18 6 files changed, 140 deletions(-)
19
20 diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
21 index c1ed88446376..bae7a2095335 100644
22 --- a/dev-util/stripe-mock/Manifest
23 +++ b/dev-util/stripe-mock/Manifest
24 @@ -1,6 +1 @@
25 -DIST stripe-mock-0.118.0.tar.gz 651234 BLAKE2B b6651dda1ee23ce0143688458fc695f4f3fbaf8a8320228599033e0907bac611de2cc3dfd9845f3c27b5a1a07864ca6aa744d11029b078c25b73fd0a8cf99cb5 SHA512 3fa18acd747bee7e17f8ddbe02dda0dc38b9d2fe332d3606e44a3ad75b9acb5b34bd04aace875b4c1b67e172656d7032def6dd08b364939cf76e58a5cc736015
26 -DIST stripe-mock-0.119.0.tar.gz 659745 BLAKE2B 6db7f4006130388794e0398cc8ea1f38bd24544a2a7a520b7959b4f183a922d904742a774e18fa3da1f595687016e927864cd38334feb4c955fa70693920e8c4 SHA512 e6c38aecd8ff2f8e0dee3605b2590c42c0e4f2e101cdb4a3eee2cece0577266cec16626045a63684b98b8c20984a794c9235378713f7310123578e2773e96cf7
27 -DIST stripe-mock-0.121.0.tar.gz 672044 BLAKE2B 72256620a6e7507c041aba79b32bb06329bbd6250fe878da516f1abcb9dbd7ff5205fdc468882ac2331d006f3b92d6bd7683061ace8b0556c6c6898ee936f93f SHA512 680b7abcee0004b08798a79682256feb4d906b62fff6108f556e245207b92ce0fca2e1d9f38f69da06ea6677896692b2e56a24ddbcc189e7b86b89844e3d21b2
28 -DIST stripe-mock-0.122.0.tar.gz 508060 BLAKE2B 961f05948c4e5657b634fe9ebc3910b8b0b02251c0d8a44474253af7119a3de7b4a628d9f40f8113dbadcf723b6614ae790eb71a354e4d711ed341f117382d39 SHA512 a867e6b92b30fc6ae447d9ab58729b255a68889b6509e6856a63c1c112610566ce37e4566127984c623588295808db8f4adfb8ba66c7afd5d7d585b5abc03ed0
29 -DIST stripe-mock-0.123.0.tar.gz 518660 BLAKE2B 01d988e9d08a055046637c037e9401bf09b7c351536920aeab79e2b8abc0f7ac4c1b1df57b98e8038619c6cd0c247ecff1009215c8760686f14c85264ec4d746 SHA512 164b6cea95b2bc9a6858d9069e0353338027d9d6dbc5433f7fa24e8e20993b6740e6f21c844264dd0798dceb7b948e8583e84469880e7f594744f910f5e9b459
30 DIST stripe-mock-0.124.0.tar.gz 519495 BLAKE2B 66bd344a112bad3793490f3b5f08728db1a6f1d80cbe85562c121a92ee3c3d5e54f7145e5d6d4efeecb079cc6efde4d3c0d9e7009e9e800f3566511b3be04ed3 SHA512 347633be263bfef5a744a46d53c4218491752960acd59447006caba0ae40f8c1a7d17f754c4b6b2d08506f4c98b19fc3b8b49ef3e0d7c2869a92984be67b7a7f
31
32 diff --git a/dev-util/stripe-mock/stripe-mock-0.118.0-r1.ebuild b/dev-util/stripe-mock/stripe-mock-0.118.0-r1.ebuild
33 deleted file mode 100644
34 index f69efe4b5061..000000000000
35 --- a/dev-util/stripe-mock/stripe-mock-0.118.0-r1.ebuild
36 +++ /dev/null
37 @@ -1,27 +0,0 @@
38 -# Copyright 1999-2022 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -inherit go-module
44 -
45 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
46 -HOMEPAGE="https://github.com/stripe/stripe-mock"
47 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT ISC BSD-2"
50 -SLOT="0"
51 -KEYWORDS="amd64 x86"
52 -
53 -src_compile() {
54 - emake build
55 -}
56 -
57 -src_test() {
58 - emake test
59 -}
60 -
61 -src_install() {
62 - dobin stripe-mock
63 - einstalldocs
64 -}
65
66 diff --git a/dev-util/stripe-mock/stripe-mock-0.119.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.119.0.ebuild
67 deleted file mode 100644
68 index 586567a061dc..000000000000
69 --- a/dev-util/stripe-mock/stripe-mock-0.119.0.ebuild
70 +++ /dev/null
71 @@ -1,27 +0,0 @@
72 -# Copyright 1999-2022 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=8
76 -
77 -inherit go-module
78 -
79 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
80 -HOMEPAGE="https://github.com/stripe/stripe-mock"
81 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -
83 -LICENSE="MIT ISC BSD-2"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -src_compile() {
88 - emake build
89 -}
90 -
91 -src_test() {
92 - emake test
93 -}
94 -
95 -src_install() {
96 - dobin stripe-mock
97 - einstalldocs
98 -}
99
100 diff --git a/dev-util/stripe-mock/stripe-mock-0.121.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.121.0.ebuild
101 deleted file mode 100644
102 index 586567a061dc..000000000000
103 --- a/dev-util/stripe-mock/stripe-mock-0.121.0.ebuild
104 +++ /dev/null
105 @@ -1,27 +0,0 @@
106 -# Copyright 1999-2022 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=8
110 -
111 -inherit go-module
112 -
113 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
114 -HOMEPAGE="https://github.com/stripe/stripe-mock"
115 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
116 -
117 -LICENSE="MIT ISC BSD-2"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -
121 -src_compile() {
122 - emake build
123 -}
124 -
125 -src_test() {
126 - emake test
127 -}
128 -
129 -src_install() {
130 - dobin stripe-mock
131 - einstalldocs
132 -}
133
134 diff --git a/dev-util/stripe-mock/stripe-mock-0.122.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.122.0.ebuild
135 deleted file mode 100644
136 index f69efe4b5061..000000000000
137 --- a/dev-util/stripe-mock/stripe-mock-0.122.0.ebuild
138 +++ /dev/null
139 @@ -1,27 +0,0 @@
140 -# Copyright 1999-2022 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=8
144 -
145 -inherit go-module
146 -
147 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
148 -HOMEPAGE="https://github.com/stripe/stripe-mock"
149 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
150 -
151 -LICENSE="MIT ISC BSD-2"
152 -SLOT="0"
153 -KEYWORDS="amd64 x86"
154 -
155 -src_compile() {
156 - emake build
157 -}
158 -
159 -src_test() {
160 - emake test
161 -}
162 -
163 -src_install() {
164 - dobin stripe-mock
165 - einstalldocs
166 -}
167
168 diff --git a/dev-util/stripe-mock/stripe-mock-0.123.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.123.0.ebuild
169 deleted file mode 100644
170 index 586567a061dc..000000000000
171 --- a/dev-util/stripe-mock/stripe-mock-0.123.0.ebuild
172 +++ /dev/null
173 @@ -1,27 +0,0 @@
174 -# Copyright 1999-2022 Gentoo Authors
175 -# Distributed under the terms of the GNU General Public License v2
176 -
177 -EAPI=8
178 -
179 -inherit go-module
180 -
181 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
182 -HOMEPAGE="https://github.com/stripe/stripe-mock"
183 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
184 -
185 -LICENSE="MIT ISC BSD-2"
186 -SLOT="0"
187 -KEYWORDS="~amd64 ~x86"
188 -
189 -src_compile() {
190 - emake build
191 -}
192 -
193 -src_test() {
194 - emake test
195 -}
196 -
197 -src_install() {
198 - dobin stripe-mock
199 - einstalldocs
200 -}