From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3697015807A for ; Sat, 07 Jun 2025 14:29:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F2F9343103 for ; Sat, 07 Jun 2025 14:29:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5610911047D; Sat, 07 Jun 2025 14:29:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4CCFC11047D for ; Sat, 07 Jun 2025 14:29:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06F14343078 for ; Sat, 07 Jun 2025 14:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7DE3290D for ; Sat, 07 Jun 2025 14:29:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1749306520.10593841e6c64f924eb02d20b1247173e9a4e930.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/stripe-mock/Manifest dev-util/stripe-mock/stripe-mock-0.194.0.ebuild X-VCS-Directories: dev-util/stripe-mock/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10593841e6c64f924eb02d20b1247173e9a4e930 X-VCS-Branch: master Date: Sat, 07 Jun 2025 14:29:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bedf94c-5d56-4d4f-b65d-3645846f3005 X-Archives-Hash: 891a946c04f214e314c552fd2e93e134 commit: 10593841e6c64f924eb02d20b1247173e9a4e930 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 7 14:28:40 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 7 14:28:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10593841 dev-util/stripe-mock: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/stripe-mock/Manifest | 1 - dev-util/stripe-mock/stripe-mock-0.194.0.ebuild | 27 ------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest index cc2ab1d4a721..b83d29376624 100644 --- a/dev-util/stripe-mock/Manifest +++ b/dev-util/stripe-mock/Manifest @@ -1,2 +1 @@ -DIST stripe-mock-0.194.0.tar.gz 1796494 BLAKE2B d310431c72ad4083a7c128a12df8c6e8398872839060671cc34dede2e31e9cf0ea181a16e16356ebe1e6fcf84bb12ed06d155a7935d3d29ee8633b7e702e2025 SHA512 83f0df7731b7c96597d93b4b6780ba8ea400865b303620189893fd0e3da9c445076f426ecc8cdacf46ebd2751184ef56056d28216bee6b77af3dfb67352cc061 DIST stripe-mock-0.195.0.tar.gz 1820995 BLAKE2B 0d75d3e00bceb8d34429348b3ae4ad3245af1746996e3ed87b7fd61a7acd323de3bedfaff96d0e1c4dc51463ece1316a1d15b82690fc7ad400ac2eb808ca7f30 SHA512 4085e855a2e32ea7b8029c19cf2b226a42fc69328ee8955a580e24430d38308339ccc37c4a56164ebeec2d5a05186e6b92c4eb2d03c145a58be8d15b6ecc8ef4 diff --git a/dev-util/stripe-mock/stripe-mock-0.194.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.194.0.ebuild deleted file mode 100644 index 95925fdb0cf4..000000000000 --- a/dev-util/stripe-mock/stripe-mock-0.194.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -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" - -LICENSE="MIT ISC BSD-2" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -src_compile() { - emake build -} - -src_test() { - emake test -} - -src_install() { - dobin stripe-mock - einstalldocs -}