From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-894122-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7207C13832E
	for <garchives@archives.gentoo.org>; Fri, 29 Jul 2016 14:53:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5BEB6E080C;
	Fri, 29 Jul 2016 14:53:28 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DA1FDE0838
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2016 14:53:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 812E1340D96
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2016 14:53:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D5F97DC
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2016 14:53:23 +0000 (UTC)
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" <djc@gentoo.org>
Message-ID: <1469803918.135559cec12c061547f872a37a05a42828342e70.djc@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/syncthing/syncthing-0.14.3.ebuild
X-VCS-Directories: net-p2p/syncthing/
X-VCS-Committer: djc
X-VCS-Committer-Name: Dirkjan Ochtman
X-VCS-Revision: 135559cec12c061547f872a37a05a42828342e70
X-VCS-Branch: master
Date: Fri, 29 Jul 2016 14:53:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 1400587a-6f04-4533-a018-8a8ce5937058
X-Archives-Hash: ea99526604c4f5189b823384350cae5e

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