commit: 135559cec12c061547f872a37a05a42828342e70
Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 12:42:07 2016 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 14:51:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135559ce
net-p2p/syncthing: add missed einstalldocs call
also refactor use E-vars at start
net-p2p/syncthing/syncthing-0.14.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-p2p/syncthing/syncthing-0.14.3.ebuild
b/net-p2p/syncthing/syncthing-0.14.3.ebuild
index 6b30bdc..e18e316 100644
--- a/net-p2p/syncthing/syncthing-0.14.3.ebuild
+++ b/net-p2p/syncthing/syncthing-0.14.3.ebuild
@@ -4,14 +4,13 @@
EAPI=6
-EGO_PN="github.com/syncthing/syncthing"
-EGIT_COMMIT=v${PV}
+EGO_PN="github.com/${PN}/${PN}"
inherit golang-vcs-snapshot systemd user versionator
DESCRIPTION="Open Source Continuous File Synchronization"
HOMEPAGE="https://syncthing.net"
-SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
@@ -63,6 +62,7 @@ src_test() {
src_install() {
cd src/${EGO_PN} || die
doman man/*.[157]
+ einstalldocs
if use tools ; then
dobin bin/syncthing