summaryrefslogtreecommitdiff
path: root/dev-vcs/hub
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/hub')
-rw-r--r--dev-vcs/hub/Manifest4
-rw-r--r--dev-vcs/hub/hub-2.14.2-r1.ebuild (renamed from dev-vcs/hub/hub-2.14.2.ebuild)8
-rw-r--r--dev-vcs/hub/metadata.xml2
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
index 63743b13602d..ca9e8c424bd7 100644
--- a/dev-vcs/hub/Manifest
+++ b/dev-vcs/hub/Manifest
@@ -1,3 +1,3 @@
DIST hub-2.14.2.tar.gz 2080107 BLAKE2B b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163 SHA512 4809d12966cc983f42c8aef482e07bc4226e25fc4deba838e418664ce14ac9d2ac42842d0721a46466a80c0e492392542ecfaaccc2cea0efdd60df8b60a3ca02
-EBUILD hub-2.14.2.ebuild 795 BLAKE2B bf936f7a785cd3e32ed17de4515396cda3aaa8243ac76eb92077fdf6ee9184accc91bd222e2c0cc61e999537325f8ffec455f3e4431ca0ede9379e21e235e232 SHA512 a428dddac5ff71302476e6245e90e788fc2b38c5decb1484bc032728bb34e80f7fe9d15492db7aa1ff9dae98a23cd48b632c2041524b6be632d1b605d81dfbfa
-MISC metadata.xml 334 BLAKE2B c10c297b5f493184b2191daf7c8c8df963054d3bd682aec7c9768784171f2eacb267fec32b817ea93a85d57e1bc248f5454ab8984270b94c997287b4ab983cfd SHA512 448ebf7bab89832d682b7e99a2fde5e04f242c7cca13272f5827f680077a310d670ff1f201073d07d779b8fb1905e066cd0de7b4f82879233ea6f366b0992f7a
+EBUILD hub-2.14.2-r1.ebuild 1115 BLAKE2B 2eb9a4982cd866740c6155922144a1480aa1183442a72aabc20fa5e52ea9c750b36b252c8d5b295d9239b6aee8a38eb2e8ba43505758ceeb6e684dfac86654cd SHA512 80c50bac844272df73d5c79b3ffd5b17ce7bdfd91d4cd98fb647c9e3a778d6af395b17114f51a494c13c2ec9062d559e31b1ccae3220476fd9501208453899fe
+MISC metadata.xml 333 BLAKE2B 6b8558935ba9cdc2e58411fe56c98ab9283d96ce2aee0ddf42a810944899784a2d6ca24d7c9411e5f08405fbd10ee13a660bf3bac5fb2550be046a4383dc334a SHA512 3d41f908ebda62b211a6b9097205a25acbcdfc983e260577720c10d9546b5dcb65a1177cd3b05b69707e27f3b896998590e50ab7ae449c0d17dd6cece5522dc0
diff --git a/dev-vcs/hub/hub-2.14.2.ebuild b/dev-vcs/hub/hub-2.14.2-r1.ebuild
index 6f8110005117..783e6080a8f5 100644
--- a/dev-vcs/hub/hub-2.14.2.ebuild
+++ b/dev-vcs/hub/hub-2.14.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,9 +13,15 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+BDEPEND="sys-apps/groff"
RDEPEND=">=dev-vcs/git-1.7.3"
src_compile() {
+ # The eclass setting GOFLAGS at all overrides this default
+ # in the upstream Makefile. It'll *FALL BACK* to bundled/vendored
+ # modules but without this, it'll try fetching. On platforms
+ # without network-sandbox (or relying on it), this is not okay.
+ export GOFLAGS="${GOFLAGS} -mod=vendor"
emake bin/hub man-pages
}
diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml
index cfaa84c658f3..1034740608da 100644
--- a/dev-vcs/hub/metadata.xml
+++ b/dev-vcs/hub/metadata.xml
@@ -6,6 +6,6 @@
<name>William Hubbs</name>
</maintainer>
<upstream>
- <remote-id type="github">defunkt/hub</remote-id>
+ <remote-id type="github">github/hub</remote-id>
</upstream>
</pkgmetadata>