diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-27 13:59:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-27 13:59:24 +0200 |
commit | a9936a54e55b5d34a2873824f32b7ff3643c1665 (patch) | |
tree | 2958089fab444138cf1be64e8ca91636a8817811 /dev-util/stripe-mock | |
parent | dev-python/pexpect: Remove old (diff) | |
download | gentoo-a9936a54e55b5d34a2873824f32b7ff3643c1665.tar.gz gentoo-a9936a54e55b5d34a2873824f32b7ff3643c1665.tar.bz2 gentoo-a9936a54e55b5d34a2873824f32b7ff3643c1665.zip |
dev-util/stripe-mock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/stripe-mock')
-rw-r--r-- | dev-util/stripe-mock/Manifest | 2 | ||||
-rw-r--r-- | dev-util/stripe-mock/stripe-mock-0.162.0.ebuild | 27 | ||||
-rw-r--r-- | dev-util/stripe-mock/stripe-mock-0.163.0.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest index aee5accf93c5..b85c2811b06c 100644 --- a/dev-util/stripe-mock/Manifest +++ b/dev-util/stripe-mock/Manifest @@ -1,3 +1 @@ -DIST stripe-mock-0.162.0.tar.gz 1232326 BLAKE2B 6767608c3cec80b20a547855c982b1e1751ce30cc93ba33700c1140f4233d1cff4c6575b1bc30f510f08a3af836139190365ff79bb02e50710e4d379cc1a2a60 SHA512 936ce2e73fdcc94c9d7acf1edf3bff086b15de15c7e6aa2f2e79a64f8f02cb55ac319e63c263c78aa43d9bf4616eb9b2cedeb21a95db88b4494773444e6f7f7c -DIST stripe-mock-0.163.0.tar.gz 1247893 BLAKE2B 526661385d98b73593a5e934f4546063f9e4f465eb26c1a84ea7d39a83f3e07cc0adf69f6364d7628f49cd80ff30bea5e537a630f9c87b889161d0aee0f1bcbe SHA512 1e283ef706142227244444e933e1ea220f8b49c0b48424b9fc49c107aeb4be990524e218653044e422daaec281a3f4dade94fbe163a585e364938ee82e2919fa DIST stripe-mock-0.164.0.tar.gz 1249727 BLAKE2B fda30a53eda51b9e001024c3dad9ae3bf0922ce9892a0e43a63f3a29f477acbc7f4b83d4af90c47ee9f78696a3fa97f051910f4ba005a5de72ef5cad48d9ed0c SHA512 3221f05e548252069797bad5d6a0413c3c0b26c033572fc55cf37bdf2a1e560f8f69de20c32260eca841feef0cae51e32335c2ae4264d7c141ebd9ec67f02519 diff --git a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild deleted file mode 100644 index 6c666b489577..000000000000 --- a/dev-util/stripe-mock/stripe-mock-0.162.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 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 x86" - -src_compile() { - emake build -} - -src_test() { - emake test -} - -src_install() { - dobin stripe-mock - einstalldocs -} diff --git a/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild deleted file mode 100644 index ca0f4e60efa7..000000000000 --- a/dev-util/stripe-mock/stripe-mock-0.163.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 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 ~x86" - -src_compile() { - emake build -} - -src_test() { - emake test -} - -src_install() { - dobin stripe-mock - einstalldocs -} |