commit: e8a4508b4cd68960285607b42ce2afde7e0ae566 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Tue Nov 3 22:37:49 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Tue Nov 3 22:47:26 2015 +0000 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=e8a4508b
dev-go/gls: initial ebuild dev-go/gls/Manifest | 1 + dev-go/gls/gls-0_pre20141103.ebuild | 22 ++++++++++++++++++++++ dev-go/gls/metadata.xml | 11 +++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-go/gls/Manifest b/dev-go/gls/Manifest new file mode 100644 index 0000000..a4ed40c --- /dev/null +++ b/dev-go/gls/Manifest @@ -0,0 +1 @@ +DIST gls-0_pre20141103.tar.gz 5506 SHA256 8a5d46bdf48922c9896ad64818b11f674ffb71d21220ca18668b2477b737f4f2 SHA512 b2b0a812075aa1a86ead19392a7e099b072039a83bcf2dfe037b1e40f807ff272b6b2b39af1427f48f63b9d2edd65947a8c9f73b9e7d5307123ebc3aea5dba58 WHIRLPOOL 313bef02f9311b375905eada2fd36fc925bf5755485963dc0d82bcf867b8f43e5dbc2c3afcc1e35f8e6be43d04ec6ccb4ee1ad93e6181a163d0d1dc8f7536fa2 diff --git a/dev-go/gls/gls-0_pre20141103.ebuild b/dev-go/gls/gls-0_pre20141103.ebuild new file mode 100644 index 0000000..9daf3ec --- /dev/null +++ b/dev-go/gls/gls-0_pre20141103.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGO_PN=github.com/jtolds/gls +EGIT_COMMIT=f1ac7f4 + +inherit golang-build golang-vcs-snapshot + +DESCRIPTION="Goroutine local storage." +HOMEPAGE="https://github.com/jtolds/gls" +SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="" diff --git a/dev-go/gls/metadata.xml b/dev-go/gls/metadata.xml new file mode 100644 index 0000000..555b238 --- /dev/null +++ b/dev-go/gls/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>[email protected]</email> + <name>Gilles Dartiguelongue</name> +</maintainer> +<upstream> + <remote-id type="github">jtolds/gls</remote-id> +</upstream> +</pkgmetadata>
