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, 27 Feb 2022 18:58:54
Message-Id: 1645988285.cc988d981ee911437fe1030d29ada95d4e3d5048.mgorny@gentoo
1 commit: cc988d981ee911437fe1030d29ada95d4e3d5048
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:58:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:58:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc988d98
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 | 2 --
13 dev-util/stripe-mock/stripe-mock-0.116.0.ebuild | 22 ----------------------
14 dev-util/stripe-mock/stripe-mock-0.117.0.ebuild | 22 ----------------------
15 dev-util/stripe-mock/stripe-mock-0.118.0.ebuild | 22 ----------------------
16 4 files changed, 68 deletions(-)
17
18 diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
19 index f8468ee557ca..54254af2df52 100644
20 --- a/dev-util/stripe-mock/Manifest
21 +++ b/dev-util/stripe-mock/Manifest
22 @@ -1,3 +1 @@
23 -DIST stripe-mock-0.116.0.tar.gz 631741 BLAKE2B 8b8d3e0db1b0cb9e6f54773ac0a2f340c7a609e147c398b55b3616638163a88e8924d3739150b040eb4068aed142bad7f3de3db3679a8bd111b028286ae0ac68 SHA512 bf6dd3abf0fdf4472047060ed28d6709b9215a7c708e40ee573a7ada4be7af1d68d26000c7f1517b15d04923479f5e5113cc952457e810ca29220284b76dd783
24 -DIST stripe-mock-0.117.0.tar.gz 649146 BLAKE2B c7e51c932f43b012df28cd83a4232e0cf5a4892e60bdf6d6fc5a8e34d1ba480a69b7f86a7bb61eff0509bd22b1ac67e9292daea874aa1a291cac78d1c9b86001 SHA512 2a3b7979180be47bd0ade3f920fc17b5a341e38999cf6492e36a572be4308bc10225b0ba9de0f61d5826b2ae189a2c98f99f89e51235faccadaa00db80dd8d91
25 DIST stripe-mock-0.118.0.tar.gz 651234 BLAKE2B b6651dda1ee23ce0143688458fc695f4f3fbaf8a8320228599033e0907bac611de2cc3dfd9845f3c27b5a1a07864ca6aa744d11029b078c25b73fd0a8cf99cb5 SHA512 3fa18acd747bee7e17f8ddbe02dda0dc38b9d2fe332d3606e44a3ad75b9acb5b34bd04aace875b4c1b67e172656d7032def6dd08b364939cf76e58a5cc736015
26
27 diff --git a/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild
28 deleted file mode 100644
29 index 07a1e00de87f..000000000000
30 --- a/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -EGO_SRC="github.com/stripe/stripe-mock"
39 -EGO_PN=${EGO_SRC}/...
40 -inherit golang-build golang-vcs-snapshot
41 -
42 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
43 -HOMEPAGE="https://github.com/stripe/stripe-mock"
44 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -KEYWORDS="amd64 x86"
46 -
47 -LICENSE="MIT ISC BSD-2"
48 -SLOT="0"
49 -
50 -src_install() {
51 - golang-build_src_install
52 - dobin bin/stripe-mock
53 - rm -rf "${D}$(get_golibdir_gopath)" || die
54 -}
55
56 diff --git a/dev-util/stripe-mock/stripe-mock-0.117.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.117.0.ebuild
57 deleted file mode 100644
58 index 0f98e7040d17..000000000000
59 --- a/dev-util/stripe-mock/stripe-mock-0.117.0.ebuild
60 +++ /dev/null
61 @@ -1,22 +0,0 @@
62 -# Copyright 1999-2022 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=7
66 -
67 -EGO_SRC="github.com/stripe/stripe-mock"
68 -EGO_PN=${EGO_SRC}/...
69 -inherit golang-build golang-vcs-snapshot
70 -
71 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
72 -HOMEPAGE="https://github.com/stripe/stripe-mock"
73 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74 -KEYWORDS="~amd64 ~x86"
75 -
76 -LICENSE="MIT ISC BSD-2"
77 -SLOT="0"
78 -
79 -src_install() {
80 - golang-build_src_install
81 - dobin bin/stripe-mock
82 - rm -rf "${D}$(get_golibdir_gopath)" || die
83 -}
84
85 diff --git a/dev-util/stripe-mock/stripe-mock-0.118.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.118.0.ebuild
86 deleted file mode 100644
87 index 0f98e7040d17..000000000000
88 --- a/dev-util/stripe-mock/stripe-mock-0.118.0.ebuild
89 +++ /dev/null
90 @@ -1,22 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -
96 -EGO_SRC="github.com/stripe/stripe-mock"
97 -EGO_PN=${EGO_SRC}/...
98 -inherit golang-build golang-vcs-snapshot
99 -
100 -DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
101 -HOMEPAGE="https://github.com/stripe/stripe-mock"
102 -SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -KEYWORDS="~amd64 ~x86"
104 -
105 -LICENSE="MIT ISC BSD-2"
106 -SLOT="0"
107 -
108 -src_install() {
109 - golang-build_src_install
110 - dobin bin/stripe-mock
111 - rm -rf "${D}$(get_golibdir_gopath)" || die
112 -}