From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6185958973 for ; Wed, 10 Feb 2016 18:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E3121C020; Wed, 10 Feb 2016 18:13:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44D9A21C020 for ; Wed, 10 Feb 2016 18:13:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AEBF340B23 for ; Wed, 10 Feb 2016 18:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD25CEB for ; Wed, 10 Feb 2016 18:13:54 +0000 (UTC) From: "Dirkjan Ochtman" 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" Message-ID: <1455128008.dc8df6f627351228b0a74075d03c23d219863ee6.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/Manifest net-p2p/syncthing/syncthing-0.12.17-r1.ebuild net-p2p/syncthing/syncthing-0.12.18.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: dc8df6f627351228b0a74075d03c23d219863ee6 X-VCS-Branch: master Date: Wed, 10 Feb 2016 18:13:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 535f03f7-5753-4581-8beb-0f0ef0db896a X-Archives-Hash: 24642f6ba37a3d41a708775df98e62b6 commit: dc8df6f627351228b0a74075d03c23d219863ee6 Author: Anthony Ryan gmail com> AuthorDate: Mon Feb 8 19:39:02 2016 +0000 Commit: Dirkjan Ochtman gentoo 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