From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AF2CB1395E2 for ; Sat, 12 Nov 2016 19:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E086821C072; Sat, 12 Nov 2016 19:36:52 +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 C2F6221C072 for ; Sat, 12 Nov 2016 19:36:52 +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 8DAE6341649 for ; Sat, 12 Nov 2016 19:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBFB1303 for ; Sat, 12 Nov 2016 19:36:49 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1478979395.f212e21413291baefdb55b9689d90d751508b9d9.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-swarm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild X-VCS-Directories: app-emulation/docker-swarm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f212e21413291baefdb55b9689d90d751508b9d9 X-VCS-Branch: master Date: Sat, 12 Nov 2016 19:36:49 +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: bc1dfd02-8931-419a-a070-66944c4321f0 X-Archives-Hash: 92b66ad2b96c2a624fb76431b0002fb5 commit: f212e21413291baefdb55b9689d90d751508b9d9 Author: Manuel Rüger gentoo org> AuthorDate: Sat Nov 12 19:36:35 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Nov 12 19:36:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f212e214 app-emulation/docker-swarm: Fix SRC_URI Package-Manager: portage-2.3.2 app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild index 213ad3f..7837458 100644 --- a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild +++ b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild @@ -6,7 +6,7 @@ EAPI=6 KEYWORDS="~amd64" EGO_PN=github.com/docker/${PN##*-}/... -SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz +SRC_URI="https://${EGO_PN%/*}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/gogo/protobuf/archive/v0.3.tar.gz -> gogo-protobuf-0.3.tar.gz https://github.com/gemnasium/logrus-airbrake-hook/archive/v2.1.1.tar.gz -> logrus-airbrake-hook-2.1.1.tar.gz https://github.com/airbrake/gobrake/archive/v2.0.8.tar.gz -> gobrake-2.0.8.tar.gz