commit: a747dc5599298deede81b4df4f979c870e428140
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 18:34:30 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 19:12:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a747dc55
sys-fs/etcd-fs: RESTRICT=test for bug 623342
Package-Manager: Portage-2.3.6, Repoman-2.3.2
sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
b/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
index 645be323745..080636ee059 100644
--- a/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
+++ b/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
@@ -1,20 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+inherit golang-base
+
KEYWORDS="~amd64"
+EGO_PN="github.com/xetorthio/${PN}"
DESCRIPTION="Use etcd as a FUSE filesystem"
-HOMEPAGE="https://github.com/xetorthio/${PN}"
+HOMEPAGE="https://${EGO_PN}"
EGIT_COMMIT="395eacbaebccccc5f03ed11dc887ea2f1af300a0"
SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
-DEPEND="
- >=dev-lang/go-1.3
- dev-db/go-etcd
- dev-libs/go-fuse"
+RESTRICT="test"
+DEPEND="app-arch/unzip
+ dev-db/go-etcd:=
+ dev-libs/go-fuse:="
RDEPEND=""
S=${WORKDIR}/${PN}-${EGIT_COMMIT}