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/macaron/
Date: Tue, 03 Nov 2015 23:19:07
Message-Id: 1446592664.78ca09eae9448e1c7f46da2adc1784af3401d953.eva@gentoo
1 commit: 78ca09eae9448e1c7f46da2adc1784af3401d953
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 22:41:46 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 23:17:44 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=78ca09ea
7
8 dev-go/macaron: initial ebuild
9
10 dev-go/macaron/Manifest | 1 +
11 dev-go/macaron/macaron-0_pre20150318.ebuild | 24 ++++++++++++++++++++++++
12 dev-go/macaron/metadata.xml | 11 +++++++++++
13 3 files changed, 36 insertions(+)
14
15 diff --git a/dev-go/macaron/Manifest b/dev-go/macaron/Manifest
16 new file mode 100644
17 index 0000000..0ff2d53
18 --- /dev/null
19 +++ b/dev-go/macaron/Manifest
20 @@ -0,0 +1 @@
21 +DIST macaron-0_pre20150318.tar.gz 128726 SHA256 d0b5c6fdcc97dc6c710ee87427b9f6edd22a3b0c6a2a15c4906a66e13f98572d SHA512 f1dc59496ddc17bc1fed6f9fea59e8f6fba90c45c494fd2610d24130c4dca8dd3f0659f2864cecfebc0bf45059b2bc919461e8263042f1313e6baab85480eae6 WHIRLPOOL 367358b0f76f2597626cec085fc0c7614ee5e97950c94687791a4a6e823776d62933225dde67f0f37c9687e64d1f607ffb020e1034cb91f191e6dcbd8e3ca520
22
23 diff --git a/dev-go/macaron/macaron-0_pre20150318.ebuild b/dev-go/macaron/macaron-0_pre20150318.ebuild
24 new file mode 100644
25 index 0000000..4ec3c34
26 --- /dev/null
27 +++ b/dev-go/macaron/macaron-0_pre20150318.ebuild
28 @@ -0,0 +1,24 @@
29 +# Copyright 1999-2015 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Id$
32 +
33 +EAPI=5
34 +EGO_PN="github.com/Unknwon/macaron"
35 +EGIT_COMMIT=93de4f3
36 +
37 +inherit golang-build golang-vcs-snapshot
38 +
39 +DESCRIPTION="Web framework for Go."
40 +HOMEPAGE="https://github.com/Unknwon/macaron"
41 +SRC_URI="https://github.com/go-${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +RDEPEND=""
48 +DEPEND="
49 + dev-go/com:=
50 + dev-go/ini:1=
51 +"
52 +# inject got split further down the line
53
54 diff --git a/dev-go/macaron/metadata.xml b/dev-go/macaron/metadata.xml
55 new file mode 100644
56 index 0000000..0978439
57 --- /dev/null
58 +++ b/dev-go/macaron/metadata.xml
59 @@ -0,0 +1,11 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 +<maintainer>
64 + <email>eva@g.o</email>
65 + <name>Gilles Dartiguelongue</name>
66 +</maintainer>
67 +<upstream>
68 + <remote-id type="github">go-macaron/macaron</remote-id>
69 +</upstream>
70 +</pkgmetadata>