Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/
Date: Thu, 01 Jan 2015 13:37:27
Message-Id: 1419062550.a71df49404a59790441ec9865dc51b6e84ee24dc.dev-zero@gentoo
1 commit: a71df49404a59790441ec9865dc51b6e84ee24dc
2 Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 20 08:02:30 2014 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 20 08:02:30 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a71df494
7
8 use $PV in SRC_URI (doh\!)
9
10 ---
11 dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
15 index 654d953..51e5629 100644
16 --- a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
17 +++ b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
18 @@ -11,7 +11,7 @@ inherit distutils-r1
19
20 DESCRIPTION="A python implementation of git up"
21 HOMEPAGE="https://github.com/msiemens/PyGitUp"
22 -SRC_URI="https://github.com/msiemens/PyGitUp/archive/v1.2.1.tar.gz -> ${P}.tar.gz"
23 +SRC_URI="https://github.com/msiemens/PyGitUp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24
25 LICENSE=""
26 SLOT="0"