Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: dev-go/goconvey/
Date: Tue, 03 Nov 2015 23:19:02
Message-Id: 1446590846.43f0d6a6c87867070cea8508ca40fd78bfc0895e.eva@gentoo
1 commit: 43f0d6a6c87867070cea8508ca40fd78bfc0895e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 22:38:30 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 22:47:26 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=43f0d6a6
7
8 dev-go/goconvey: initial ebuild
9
10 dev-go/goconvey/Manifest | 2 ++
11 dev-go/goconvey/goconvey-1.5.0.ebuild | 19 +++++++++++++++++++
12 dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild | 20 ++++++++++++++++++++
13 dev-go/goconvey/metadata.xml | 11 +++++++++++
14 4 files changed, 52 insertions(+)
15
16 diff --git a/dev-go/goconvey/Manifest b/dev-go/goconvey/Manifest
17 new file mode 100644
18 index 0000000..ed14436
19 --- /dev/null
20 +++ b/dev-go/goconvey/Manifest
21 @@ -0,0 +1,2 @@
22 +DIST goconvey-1.5.0.tar.gz 234457 SHA256 c4af6a1a63a49568fcd512cbc017c7a7319fe4259d4eb0929be44db45831693c SHA512 10bf44f09a90c7f88a15ad3aad8c8782d01b55c3fae4f9da4e16cd143eddf964b90af7017bfa8df8a67990f378eb6eda2eb42ad5398483432a011667a281ee5f WHIRLPOOL 921aa3f223c88818002fd8c0515866d0db2773099bba77d2201699f65dbf3bcc5331877dcfcf5b3ddafb46184b798b3f45802277b4768d3bfc379e11f8c9d811
23 +DIST goconvey-1.5.0_p20141231.tar.gz 1266550 SHA256 431c24df2c0ca3c6ccfc62b1e51e197917fda1d1a7967f91487d7eff0bb1ec3c SHA512 d121f6bc1cffd55fa8fe58cce8b9e6062aa4e7102f1b1c70a32a3068606409b6d4bc76f91f36be39bf58ee47effedaa0f200410b64aa2ea1ce20d2a03167306b WHIRLPOOL 323c30df359d7237f0c256bace1569cafb0de05ad93ed175d5c18bfa62a419417296bcc17b1f0aaf584aaf8057f346d42b76e60e03d3a1a0d273fe4883813ce9
24
25 diff --git a/dev-go/goconvey/goconvey-1.5.0.ebuild b/dev-go/goconvey/goconvey-1.5.0.ebuild
26 new file mode 100644
27 index 0000000..9071c4f
28 --- /dev/null
29 +++ b/dev-go/goconvey/goconvey-1.5.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +EGO_PN="github.com/smartystreets/goconvey"
37 +
38 +inherit golang-build golang-vcs-snapshot
39 +
40 +DESCRIPTION="Write behavioral tests in Go."
41 +HOMEPAGE="https://github.com/smartystreets/goconvey"
42 +SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0/${PV}"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +RDEPEND=""
49 +DEPEND=""
50
51 diff --git a/dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild b/dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild
52 new file mode 100644
53 index 0000000..28b573d
54 --- /dev/null
55 +++ b/dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild
56 @@ -0,0 +1,20 @@
57 +# Copyright 1999-2015 Gentoo Foundation
58 +# Distributed under the terms of the GNU General Public License v2
59 +# $Id$
60 +
61 +EAPI=5
62 +EGO_PN=github.com/smartystreets/goconvey
63 +EGIT_COMMIT=fbc0a1c8
64 +
65 +inherit golang-build golang-vcs-snapshot
66 +
67 +DESCRIPTION="Write behavioral tests in Go."
68 +HOMEPAGE="https://github.com/smartystreets/goconvey"
69 +SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
70 +
71 +LICENSE="BSD"
72 +SLOT="0/${PV}"
73 +KEYWORDS="~amd64 ~x86"
74 +
75 +RDEPEND=""
76 +DEPEND=""
77
78 diff --git a/dev-go/goconvey/metadata.xml b/dev-go/goconvey/metadata.xml
79 new file mode 100644
80 index 0000000..9cecb1d
81 --- /dev/null
82 +++ b/dev-go/goconvey/metadata.xml
83 @@ -0,0 +1,11 @@
84 +<?xml version="1.0" encoding="UTF-8"?>
85 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 +<pkgmetadata>
87 +<maintainer>
88 + <email>eva@g.o</email>
89 + <name>Gilles Dartiguelongue</name>
90 +</maintainer>
91 +<upstream>
92 + <remote-id type="github">smartystreets/goconvey</remote-id>
93 +</upstream>
94 +</pkgmetadata>