2017-03-29 12:22:36 +02:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
inherit eutils golang-build golang-vcs-snapshot user
|
|
|
|
|
|
|
|
EGO_PN="gitlab.com/gitlab-org/gitlab-pages/..."
|
|
|
|
|
2017-07-08 14:52:37 +02:00
|
|
|
MY_PN="gitaly"
|
2017-03-29 12:22:36 +02:00
|
|
|
MY_PV="v${PV/_/-}"
|
|
|
|
MY_GIT_HASH="fdcb2c9"
|
|
|
|
|
|
|
|
DESCRIPTION="Stop relying on NFS for horizontal scaling. Speed up Git access using caching."
|
|
|
|
HOMEPAGE="https://gitlab.com/gitlab-org/gitaly"
|
2017-07-08 14:52:37 +02:00
|
|
|
SRC_URI="https://gitlab.com/gitlab-org/${MY_PN}/repository/archive.tar.bz2?ref=v${PV} -> ${P}.tar.bz2"
|
2017-03-29 12:22:36 +02:00
|
|
|
|
|
|
|
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0/${PVR}"
|
|
|
|
|
|
|
|
DEPEND=">=dev-lang/go-1.5"
|
|
|
|
|
|
|
|
RESTRICT="test mirror"
|
|
|
|
|
|
|
|
pkg_setup() {
|
|
|
|
eerror "This ebuild is but a dummy placeholder. Gitaly is not yet supported."
|
|
|
|
die "Gitaly is not yet supported."
|
|
|
|
}
|