diff options
author | Sergiy Borodych <Sergiy.Borodych@gmail.com> | 2016-07-27 15:42:07 +0300 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-07-29 16:51:58 +0200 |
commit | 135559cec12c061547f872a37a05a42828342e70 (patch) | |
tree | 6bc7e22b639493e75b6291f665cfde40fca089c1 /net-p2p | |
parent | net-p2p/syncthing: bump to 0.14.3 (diff) | |
download | gentoo-135559cec12c061547f872a37a05a42828342e70.tar.gz gentoo-135559cec12c061547f872a37a05a42828342e70.tar.bz2 gentoo-135559cec12c061547f872a37a05a42828342e70.zip |
net-p2p/syncthing: add missed einstalldocs call
also refactor use E-vars at start
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/syncthing/syncthing-0.14.3.ebuild | 6 |
1 files 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 6b30bdc1cf88..e18e316c5d88 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 |