public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/
Date: Sat, 18 Jan 2020 09:57:33 +0000 (UTC)	[thread overview]
Message-ID: <1579341449.e83b04d5000b5cc6f6180f01a22ddca35d8fc8d4.cedk@gentoo> (raw)

commit:     e83b04d5000b5cc6f6180f01a22ddca35d8fc8d4
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 09:56:53 2020 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 09:57:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83b04d5

dev-util/stripe-mock: Version bumps and clean old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 dev-util/stripe-mock/Manifest                      |  5 +----
 dev-util/stripe-mock/stripe-mock-0.34.1.ebuild     | 22 ----------------------
 dev-util/stripe-mock/stripe-mock-0.47.0.ebuild     | 22 ----------------------
 dev-util/stripe-mock/stripe-mock-0.63.0.ebuild     | 22 ----------------------
 ...ock-0.78.0.ebuild => stripe-mock-0.79.0.ebuild} |  2 +-
 5 files changed, 2 insertions(+), 71 deletions(-)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
index 219e4c7e36b..5eec199f14e 100644
--- a/dev-util/stripe-mock/Manifest
+++ b/dev-util/stripe-mock/Manifest
@@ -1,4 +1 @@
-DIST stripe-mock-0.34.1.tar.gz 340357 BLAKE2B 127d39b01bbd883141c75e63dc5e0b8834dbc86f375058768072b3de75d3f9e3fabebdfdd9d872c51ad52fec3e2057ae342887c25b496b987d64652c93b204bd SHA512 c9e35867c44bd7d127f91d0f668d39ff67ca9bb2937428f808122555360a77b91f9f5d5648478dc2c4fc04a7b9195fed0a927868fdd22b852022ae2fe0f1e695
-DIST stripe-mock-0.47.0.tar.gz 371383 BLAKE2B 0d619e62c9d071cd0706f0deeab5cb659d994f02df87fc638e319b346cda83548bec9a6068814b7c17a8f62e8f9c2206003bd62f66f844e8f38ee96b10f099fe SHA512 b387556526eea8b02fb3df74b345f5447bc81d7cc9e7f9fe9cd59dfdef7895bd31c882bc3c96c6815c69cc1e1fc3bed8390beb107ecfeb79e69aba4bc115a17e
-DIST stripe-mock-0.63.0.tar.gz 453992 BLAKE2B ece5c4b4141fedd4dc896e5505047c1138a27cea63b4df1ce96b12a41e6e4ddb636ec181bcd1063819a0aa0247302171181d86bd962d0a2063289339c35105c2 SHA512 0e23493808643326e91599620c481130df3b2c50f1d39c64f9f404c54708f71a61a48630f0e3cf4c924e53d29f21d442be5323925fa0096c3bea3e1582676578
-DIST stripe-mock-0.78.0.tar.gz 465275 BLAKE2B 2c55ebe41d378d633288cd667a86db4713f2598de1afe4885a2622f591eb93ff2f3db581d056227a8cc7e3b84bd834e3290e351b368247ed4c564545eedd5374 SHA512 a05ef71c231ce0df37494f4e18b42e6a6ebc341796b753b06704503017fceba7cd2fc2cfaa4764a85468df3f4e65a63fb12fe5841cca3a114e47c33f410c478c
+DIST stripe-mock-0.79.0.tar.gz 462829 BLAKE2B 7cb1365f3fabe4ad286b7f80bc4e1ef25764c86b090aacd543239ab35626271638fe5bde7131431cf233115451ba1c9e9df53a69ff9948c5e04965a67ed5038a SHA512 46f6900eb2d8ee37b1f8dc9a0603ee6182cc70889f92c2d9a8a976670211b2f37feb33d53d51364a05a91c130c4358cff3e0b15dfe61a7619132ef568266c27e

diff --git a/dev-util/stripe-mock/stripe-mock-0.34.1.ebuild b/dev-util/stripe-mock/stripe-mock-0.34.1.ebuild
deleted file mode 100644
index e3231b8082c..00000000000
--- a/dev-util/stripe-mock/stripe-mock-0.34.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_SRC="github.com/stripe/stripe-mock"
-EGO_PN=${EGO_SRC}/...
-inherit golang-build golang-vcs-snapshot
-
-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"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-
-src_install() {
-	golang-build_src_install
-	dobin bin/stripe-mock
-	rm -rf "${D%/}$(get_golibdir_gopath)" || die
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.47.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.47.0.ebuild
deleted file mode 100644
index e3231b8082c..00000000000
--- a/dev-util/stripe-mock/stripe-mock-0.47.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_SRC="github.com/stripe/stripe-mock"
-EGO_PN=${EGO_SRC}/...
-inherit golang-build golang-vcs-snapshot
-
-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"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-
-src_install() {
-	golang-build_src_install
-	dobin bin/stripe-mock
-	rm -rf "${D%/}$(get_golibdir_gopath)" || die
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.63.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.63.0.ebuild
deleted file mode 100644
index e3231b8082c..00000000000
--- a/dev-util/stripe-mock/stripe-mock-0.63.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_SRC="github.com/stripe/stripe-mock"
-EGO_PN=${EGO_SRC}/...
-inherit golang-build golang-vcs-snapshot
-
-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"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT ISC BSD-2"
-SLOT="0"
-
-src_install() {
-	golang-build_src_install
-	dobin bin/stripe-mock
-	rm -rf "${D%/}$(get_golibdir_gopath)" || die
-}

diff --git a/dev-util/stripe-mock/stripe-mock-0.78.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.79.0.ebuild
similarity index 93%
rename from dev-util/stripe-mock/stripe-mock-0.78.0.ebuild
rename to dev-util/stripe-mock/stripe-mock-0.79.0.ebuild
index e3231b8082c..03b73892d5d 100644
--- a/dev-util/stripe-mock/stripe-mock-0.78.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.79.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6


             reply	other threads:[~2020-01-18  9:57 UTC|newest]

Thread overview: 190+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-18  9:57 Cédric Krier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16 10:05 [gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/ Michał Górny
2024-11-16  9:25 Arthur Zamarin
2024-11-16  9:20 Michał Górny
2024-11-16  8:09 Michał Górny
2024-10-27 12:21 Michał Górny
2024-10-27  6:50 Arthur Zamarin
2024-10-26 15:21 Arthur Zamarin
2024-10-26 14:22 Arthur Zamarin
2024-10-22  3:10 Michał Górny
2024-10-19  6:03 Michał Górny
2024-09-26  4:50 Michał Górny
2024-09-02  3:02 Michał Górny
2024-09-01 19:46 Arthur Zamarin
2024-08-31 11:04 Arthur Zamarin
2024-08-31  8:52 Arthur Zamarin
2024-08-24 14:32 Michał Górny
2024-08-24 14:16 Arthur Zamarin
2024-08-24 10:01 Sam James
2024-08-13  4:55 Michał Górny
2024-08-08  3:08 Michał Górny
2024-06-01 17:38 Michał Górny
2024-06-01 17:29 Sam James
2024-06-01 11:03 Arthur Zamarin
2024-06-01  7:27 Arthur Zamarin
2024-05-17  6:25 Michał Górny
2024-05-02  1:37 Michał Górny
2024-05-01 23:38 Sam James
2024-05-01 16:48 Sam James
2024-05-01 16:48 Sam James
2024-04-25  4:43 Michał Górny
2024-04-13  5:35 Arthur Zamarin
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-30 14:34 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-15  5:06 Michał Górny
2024-03-03 13:06 Michał Górny
2024-03-03  4:05 Sam James
2024-03-02 11:25 Arthur Zamarin
2024-03-02  9:56 Jakov Smolić
2024-02-16  5:40 Michał Górny
2024-02-03 15:02 Michał Górny
2024-02-03 14:03 Arthur Zamarin
2024-02-03 11:03 Arthur Zamarin
2024-02-03 11:02 Sam James
2024-01-26  5:39 Michał Górny
2024-01-12  4:57 Michał Górny
2024-01-06 10:55 Michał Górny
2024-01-06 10:52 Michał Górny
2024-01-06 10:52 Michał Górny
2024-01-06 10:08 Michał Górny
2023-12-22  8:30 Michał Górny
2023-12-09 15:54 Michał Górny
2023-12-09 15:47 Michał Górny
2023-12-09 15:13 Michał Górny
2023-12-09 14:58 Michał Górny
2023-11-23 19:00 Michał Górny
2023-11-17  7:57 Michał Górny
2023-11-15 16:34 Arthur Zamarin
2023-11-15 16:34 Arthur Zamarin
2023-10-18 15:50 Michał Górny
2023-10-18  9:02 Sam James
2023-10-18  9:02 Sam James
2023-10-13  4:44 Michał Górny
2023-10-12  4:39 Michał Górny
2023-09-17 11:37 Michał Górny
2023-09-17  5:47 Sam James
2023-09-17  5:07 Arthur Zamarin
2023-09-15  3:36 Michał Górny
2023-09-08  5:49 Michał Górny
2023-09-02  3:22 Michał Górny
2023-08-29  4:20 Michał Górny
2023-08-26  5:16 Michał Górny
2023-08-17 18:55 Michał Górny
2023-08-04  2:42 Michał Górny
2023-08-03  6:17 Michał Górny
2023-08-03  6:01 Joonas Niilola
2023-08-03  6:01 Joonas Niilola
2023-07-27  3:21 Michał Górny
2023-07-26  6:03 Michał Górny
2023-07-14  5:33 Michał Górny
2023-06-30  2:46 Michał Górny
2023-06-27 12:01 Michał Górny
2023-06-27  6:40 Joonas Niilola
2023-06-27  6:37 Joonas Niilola
2023-05-26  3:57 Michał Górny
2023-05-23 13:37 Michał Górny
2023-05-23 10:37 Arthur Zamarin
2023-05-23 10:37 Arthur Zamarin
2023-05-23  5:07 Michał Górny
2023-04-28  5:56 Michał Górny
2023-04-21  4:34 Michał Górny
2023-04-14 13:16 Michał Górny
2023-04-14  4:04 Sam James
2023-04-14  4:04 Sam James
2023-04-14  3:59 Michał Górny
2023-03-24  5:21 Michał Górny
2023-03-18  6:00 Michał Górny
2023-03-14  5:02 Michał Górny
2023-03-07  7:08 Michał Górny
2023-03-04  5:48 Michał Górny
2023-02-24  4:50 Michał Górny
2023-02-23 20:45 Arthur Zamarin
2023-02-23 20:18 Arthur Zamarin
2023-02-03  7:19 Michał Górny
2023-01-21 17:34 Michał Górny
2023-01-21 16:53 Sam James
2023-01-21 16:53 Sam James
2023-01-21  5:14 Michał Górny
2023-01-21  5:14 Michał Górny
2023-01-06  5:35 Michał Górny
2022-12-16 15:36 Arthur Zamarin
2022-12-16 15:36 Arthur Zamarin
2022-12-16 11:32 Michał Górny
2022-11-19  9:42 Michał Górny
2022-11-17  6:15 Michał Górny
2022-11-11 14:31 Michał Górny
2022-09-07  5:16 Michał Górny
2022-09-06 21:25 Sam James
2022-09-06 21:15 Sam James
2022-08-07  8:54 Michał Górny
2022-07-11  7:59 Michał Górny
2022-07-10 23:08 Sam James
2022-07-10 22:28 Sam James
2022-07-01  6:53 Michał Górny
2022-06-18  6:47 Michał Górny
2022-06-06 11:33 Michał Górny
2022-06-06 10:22 Jakov Smolić
2022-06-06 10:22 Jakov Smolić
2022-05-24  6:16 Michał Górny
2022-05-20  8:29 Michał Górny
2022-05-06  7:41 Michał Górny
2022-05-05  8:16 Michał Górny
2022-05-01 13:04 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 12:20 Jakov Smolić
2022-04-21 20:48 Michał Górny
2022-04-17  8:39 Michał Górny
2022-04-17  8:07 Jakov Smolić
2022-04-17  8:07 Jakov Smolić
2022-03-30 18:45 Michał Górny
2022-03-29  8:33 Michał Górny
2022-03-16 10:06 Michał Górny
2022-02-27 18:58 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-02-12 23:03 Michał Górny
2022-02-12  9:15 Michał Górny
2022-01-19 22:59 Michał Górny
2021-12-12 21:32 Michał Górny
2021-12-12 20:55 Jakov Smolić
2021-12-12 20:04 Jakov Smolić
2021-11-17 20:46 Michał Górny
2021-11-16  7:49 Michał Górny
2021-11-13 21:24 Michał Górny
2021-11-13 21:09 Jakov Smolić
2021-11-13 12:51 Jakov Smolić
2021-11-12  9:40 Michał Górny
2021-10-29  9:16 Michał Górny
2021-10-09  7:08 Michał Górny
2021-10-09  7:08 Michał Górny
2021-08-18 12:58 Agostino Sarubbo
2021-08-16  5:13 Agostino Sarubbo
2021-08-11  6:46 Michał Górny
2021-07-24  8:23 Michał Górny
2021-07-13  6:33 Agostino Sarubbo
2021-07-13  6:26 Agostino Sarubbo
2021-07-11  9:21 Cédric Krier
2021-07-09  7:26 Michał Górny
2021-06-10 16:47 Michał Górny
2021-06-03 22:01 Michał Górny
2021-05-19  5:59 Michał Górny
2021-05-14  8:14 Michał Górny
2021-03-26 12:37 Michał Górny
2021-03-26 11:49 Agostino Sarubbo
2021-03-25 16:29 Agostino Sarubbo
2021-03-15 16:18 Agostino Sarubbo
2021-02-23  0:51 Michał Górny
2021-02-06  8:59 Michał Górny
2021-02-06  8:59 Michał Górny
2020-04-25  9:59 Cédric Krier
2020-04-25  8:45 Cédric Krier
2020-04-14 12:32 Agostino Sarubbo
2020-04-13 16:06 Agostino Sarubbo
2019-12-21 16:16 Cédric Krier
2019-09-21 16:59 Cédric Krier
2019-09-14 12:38 Cédric Krier
2019-03-28 23:12 Patrice Clement
2018-11-11 10:41 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579341449.e83b04d5000b5cc6f6180f01a22ddca35d8fc8d4.cedk@gentoo \
    --to=cedk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox