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 6568A1389E2 for ; Thu, 1 Jan 2015 13:37:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED1AE0879; Thu, 1 Jan 2015 13:37:26 +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 C91A7E0879 for ; Thu, 1 Jan 2015 13:37:25 +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 AA9173406A1 for ; Thu, 1 Jan 2015 13:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B184EA3F for ; Thu, 1 Jan 2015 13:37:22 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1419062550.a71df49404a59790441ec9865dc51b6e84ee24dc.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild X-VCS-Directories: dev-vcs/PyGitUp/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: a71df49404a59790441ec9865dc51b6e84ee24dc X-VCS-Branch: master Date: Thu, 1 Jan 2015 13:37:22 +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: a2a103f4-aa72-471a-9c17-67f2168c915b X-Archives-Hash: e2add0f7cf496244ec0099ac7e6897cf commit: a71df49404a59790441ec9865dc51b6e84ee24dc Author: Tiziano Müller gentoo org> AuthorDate: Sat Dec 20 08:02:30 2014 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Sat Dec 20 08:02:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a71df494 use $PV in SRC_URI (doh\!) --- dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild index 654d953..51e5629 100644 --- a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild +++ b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="A python implementation of git up" HOMEPAGE="https://github.com/msiemens/PyGitUp" -SRC_URI="https://github.com/msiemens/PyGitUp/archive/v1.2.1.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/msiemens/PyGitUp/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="" SLOT="0"