commit: 94693585e6ed4ce539d45c43fe3aabfc2d9cb071
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 18:26:15 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 18:26:15 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=94693585
dev-go/gitlab-workhorse: Remove superfluous variables
Package-Manager: portage-2.2.28
dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild
b/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild
index 871bb2c..ccbf9cb 100644
--- a/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild
+++ b/dev-go/gitlab-workhorse/gitlab-workhorse-0.7.1.ebuild
@@ -5,15 +5,11 @@
EAPI=5
inherit golang-base vcs-snapshot
-EGO_SRC=gitlab.com/gitlab-org/${PN}
-EGO_PN=${EGO_SRC}/...
-
-ARCHIVE_URI="https://${EGO_SRC}/repository/archive.tar.gz?ref=v${PV} ->
${P}.tar.gz"
-KEYWORDS="~amd64"
-
DESCRIPTION="A smart reverse proxy for GitLab written in Go"
HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-workhorse"
-SRC_URI="${ARCHIVE_URI}"
+SRC_URI="https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${PV}
-> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0/${PVR}"
IUSE=""