commit:     21c757b81c4849f36f90eb5c3a5dd6d236ea2f29
Author:     Michael Seifert <m.seifert <AT> digitalernachschub <DOT> de>
AuthorDate: Mon Oct 22 17:40:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 10:41:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c757b8

dev-util/stripe-mock: New ebuild for v0.34.1.

Bug: https://bugs.gentoo.org/668782
Signed-off-by: Michael Seifert <m.seifert <AT> digitalernachschub.de>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/stripe-mock/Manifest                  |  1 +
 dev-util/stripe-mock/metadata.xml              | 15 +++++++++++++++
 dev-util/stripe-mock/stripe-mock-0.34.1.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-util/stripe-mock/Manifest b/dev-util/stripe-mock/Manifest
new file mode 100644
index 00000000000..74581965fda
--- /dev/null
+++ b/dev-util/stripe-mock/Manifest
@@ -0,0 +1 @@
+DIST stripe-mock-0.34.1.tar.gz 340357 BLAKE2B 
127d39b01bbd883141c75e63dc5e0b8834dbc86f375058768072b3de75d3f9e3fabebdfdd9d872c51ad52fec3e2057ae342887c25b496b987d64652c93b204bd
 SHA512 
c9e35867c44bd7d127f91d0f668d39ff67ca9bb2937428f808122555360a77b91f9f5d5648478dc2c4fc04a7b9195fed0a927868fdd22b852022ae2fe0f1e695

diff --git a/dev-util/stripe-mock/metadata.xml 
b/dev-util/stripe-mock/metadata.xml
new file mode 100644
index 00000000000..afb8d27c3fa
--- /dev/null
+++ b/dev-util/stripe-mock/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>m.seif...@digitalernachschub.de</email>
+    <name>Michael Seifert</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-ma...@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">stripe/stripe-mock</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-util/stripe-mock/stripe-mock-0.34.1.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.34.1.ebuild
new file mode 100644
index 00000000000..9e701cfd247
--- /dev/null
+++ b/dev-util/stripe-mock/stripe-mock-0.34.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"
+SLOT="0"
+
+src_install() {
+       golang-build_src_install
+       dobin bin/stripe-mock
+       rm -rf "${D%/}$(get_golibdir_gopath)" || die
+}

Reply via email to