summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-11-03 22:41:46 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2015-11-04 00:17:44 +0100
commit78ca09eae9448e1c7f46da2adc1784af3401d953 (patch)
treef06cb16d0b6ecc9d51d37c3bc8ef1d70cb845cdf
parentdev-go/libpq: initial ebuild (diff)
downloadeva-78ca09ea.tar.gz
eva-78ca09ea.tar.bz2
eva-78ca09ea.zip
dev-go/macaron: initial ebuild
-rw-r--r--dev-go/macaron/Manifest1
-rw-r--r--dev-go/macaron/macaron-0_pre20150318.ebuild24
-rw-r--r--dev-go/macaron/metadata.xml11
3 files changed, 36 insertions, 0 deletions
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>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+<upstream>
+ <remote-id type="github">go-macaron/macaron</remote-id>
+</upstream>
+</pkgmetadata>