Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Fri, 29 Jul 2016 14:53:37
Message-Id: 1469803918.135559cec12c061547f872a37a05a42828342e70.djc@gentoo
1 commit: 135559cec12c061547f872a37a05a42828342e70
2 Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 27 12:42:07 2016 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 14:51:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135559ce
7
8 net-p2p/syncthing: add missed einstalldocs call
9
10 also refactor use E-vars at start
11
12 net-p2p/syncthing/syncthing-0.14.3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-p2p/syncthing/syncthing-0.14.3.ebuild b/net-p2p/syncthing/syncthing-0.14.3.ebuild
16 index 6b30bdc..e18e316 100644
17 --- a/net-p2p/syncthing/syncthing-0.14.3.ebuild
18 +++ b/net-p2p/syncthing/syncthing-0.14.3.ebuild
19 @@ -4,14 +4,13 @@
20
21 EAPI=6
22
23 -EGO_PN="github.com/syncthing/syncthing"
24 -EGIT_COMMIT=v${PV}
25 +EGO_PN="github.com/${PN}/${PN}"
26
27 inherit golang-vcs-snapshot systemd user versionator
28
29 DESCRIPTION="Open Source Continuous File Synchronization"
30 HOMEPAGE="https://syncthing.net"
31 -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
32 +SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="MPL-2.0"
35 SLOT="0"
36 @@ -63,6 +62,7 @@ src_test() {
37 src_install() {
38 cd src/${EGO_PN} || die
39 doman man/*.[157]
40 + einstalldocs
41
42 if use tools ; then
43 dobin bin/syncthing