commit:     dc8df6f627351228b0a74075d03c23d219863ee6
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Mon Feb  8 19:39:02 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:13:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8df6f6

net-p2p/syncthing: Version bump

-version was specified with an incorrect format that
prevented syncthing from launching.

Also add -no-upgrade telling it that we'll manage
updates with an external package manager.

Removed the old ebuild because it was broken anyway.

Package-Manager: portage-2.2.26

 net-p2p/syncthing/Manifest                                              | 2 +-
 .../syncthing/{syncthing-0.12.17-r1.ebuild => syncthing-0.12.18.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 2e98805..127d573 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1 +1 @@
-DIST syncthing-0.12.17.tar.gz 4046320 SHA256 
e9ac76e28423ac9d01c29b560ea6c4c61e881dd706676eb07d66aa5993310c60 SHA512 
9c0e3bc0e23d2ec8ef9c888dc66cdc1aeac07bbffd03d4eae00539215cf0798db83da2b607b6570880bc941a8eac0b07c9b0257ad16546ebf63056a37807186b
 WHIRLPOOL 
055a799cf5d544c11167fa11c1304a3a2978557578052a1392efa19ad363182a310401e3024317a7101859fa83647e79e6cc3559c12e79371a1135a22708d810
+DIST syncthing-0.12.18.tar.gz 4046127 SHA256 
e0d1af4f29c9e2325507a7daf4bf97098c87c321a7e075125b66ddaa34b37eb4 SHA512 
2f2351a983b3d384e9fe65c87d67b81f20fc20b7b43b8d2fab882131bd4e4119f0cf099571d617f22f0125c43224c653e93329392204f3e0ff6c6a3bba7d8263
 WHIRLPOOL 
cfe491241e9ef4ebd19042a3cc3188771cf64d67c0faa29feda7da5980f86a38c1e284938074271e25bbfb881eca1ca56f237bf81a61be4d836287cbfab27eb2

diff --git a/net-p2p/syncthing/syncthing-0.12.17-r1.ebuild 
b/net-p2p/syncthing/syncthing-0.12.18.ebuild
similarity index 91%
rename from net-p2p/syncthing/syncthing-0.12.17-r1.ebuild
rename to net-p2p/syncthing/syncthing-0.12.18.ebuild
index 679860a..ee3fa53 100644
--- a/net-p2p/syncthing/syncthing-0.12.17-r1.ebuild
+++ b/net-p2p/syncthing/syncthing-0.12.18.ebuild
@@ -24,7 +24,7 @@ RDEPEND=""
 src_compile() {
        export GOPATH="${S}:$(get_golibdir_gopath)"
        cd src/${EGO_PN}
-       go run build.go -version "${PV}" || die "build failed"
+       go run build.go -version "v${PV}" -no-upgrade || die "build failed"
 }
 
 #go test: -race is only supported on amd64 platforms

Reply via email to