From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-go/gox/
Date: Sun, 17 Apr 2016 12:53:14 +0000 (UTC) [thread overview]
Message-ID: <1460897546.d4692b02de8153809402f1489bc8779fa729755d.mrueg@gentoo> (raw)
commit: d4692b02de8153809402f1489bc8779fa729755d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 12:52:26 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 12:52:26 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d4692b02
dev-go/gox: Initial version
Package-Manager: portage-2.2.28
dev-go/gox/Manifest | 1 +
dev-go/gox/gox-0_pre20150331.ebuild | 24 ++++++++++++++++++++++++
dev-go/gox/metadata.xml | 8 ++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-go/gox/Manifest b/dev-go/gox/Manifest
new file mode 100644
index 0000000..207ba31
--- /dev/null
+++ b/dev-go/gox/Manifest
@@ -0,0 +1 @@
+DIST gox-0_pre20150331.tar.gz 15107 SHA256 c310452c2ba483a72e97e6d04d20531ca9997b1edd5126e1aac60f87635c32a6 SHA512 a8d2b743504aac57fa597d5ccd467799ebebae2162d54f57128f972c524e6e3c47e6af299d634818f89ad00893e31d306b8ef1548dfad5fe865b2d78a7ed938a WHIRLPOOL b5a0052bffa4686fa8b23e7bb3050e071ed8b0883dcf547069ef83e26d074a86ca0c8cebf3563e2cf5c2d66996ef464cc7009544328789bc83551b89e6a1be47
diff --git a/dev-go/gox/gox-0_pre20150331.ebuild b/dev-go/gox/gox-0_pre20150331.ebuild
new file mode 100644
index 0000000..e367f0e
--- /dev/null
+++ b/dev-go/gox/gox-0_pre20150331.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit golang-build golang-vcs-snapshot eutils
+
+EGO_PN="github.com/mitchellh/gox/..."
+EGIT_COMMIT="dc474e55926b34ea132178d975737fac74420f17"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A dead simple, no frills Go cross compile tool"
+HOMEPAGE="https://github.com/mitchellh/gox"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="MPL-2.0"
+SLOT="0/${PVR}"
+IUSE=""
+
+src_install() {
+ mkdir pkg || die
+ golang-build_src_install
+ dobin bin/*
+}
diff --git a/dev-go/gox/metadata.xml b/dev-go/gox/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-go/gox/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2016-04-17 12:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-17 12:53 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-17 12:53 [gentoo-commits] dev/mrueg:master commit in: dev-go/gox/ Manuel Rüger
2016-05-04 14:08 Manuel Rüger
2016-08-16 16:57 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460897546.d4692b02de8153809402f1489bc8779fa729755d.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox