commit:     78ca09eae9448e1c7f46da2adc1784af3401d953
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 22:41:46 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 23:17:44 2015 +0000
URL:        https://gitweb.gentoo.org/dev/eva.git/commit/?id=78ca09ea

dev-go/macaron: initial ebuild

 dev-go/macaron/Manifest                     |  1 +
 dev-go/macaron/macaron-0_pre20150318.ebuild | 24 ++++++++++++++++++++++++
 dev-go/macaron/metadata.xml                 | 11 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-go/macaron/Manifest b/dev-go/macaron/Manifest
new file mode 100644
index 0000000..0ff2d53
--- /dev/null
+++ b/dev-go/macaron/Manifest
@@ -0,0 +1 @@
+DIST macaron-0_pre20150318.tar.gz 128726 SHA256 
d0b5c6fdcc97dc6c710ee87427b9f6edd22a3b0c6a2a15c4906a66e13f98572d SHA512 
f1dc59496ddc17bc1fed6f9fea59e8f6fba90c45c494fd2610d24130c4dca8dd3f0659f2864cecfebc0bf45059b2bc919461e8263042f1313e6baab85480eae6
 WHIRLPOOL 
367358b0f76f2597626cec085fc0c7614ee5e97950c94687791a4a6e823776d62933225dde67f0f37c9687e64d1f607ffb020e1034cb91f191e6dcbd8e3ca520

diff --git a/dev-go/macaron/macaron-0_pre20150318.ebuild 
b/dev-go/macaron/macaron-0_pre20150318.ebuild
new file mode 100644
index 0000000..4ec3c34
--- /dev/null
+++ b/dev-go/macaron/macaron-0_pre20150318.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="github.com/Unknwon/macaron"
+EGIT_COMMIT=93de4f3
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Web framework for Go."
+HOMEPAGE="https://github.com/Unknwon/macaron";
+SRC_URI="https://github.com/go-${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="
+       dev-go/com:=
+       dev-go/ini:1=
+"
+# inject got split further down the line

diff --git a/dev-go/macaron/metadata.xml b/dev-go/macaron/metadata.xml
new file mode 100644
index 0000000..0978439
--- /dev/null
+++ b/dev-go/macaron/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer>
+       <email>e...@gentoo.org</email>
+       <name>Gilles Dartiguelongue</name>
+</maintainer>
+<upstream>
+       <remote-id type="github">go-macaron/macaron</remote-id>
+</upstream>
+</pkgmetadata>

Reply via email to