Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patchbin/
Date: Wed, 07 Feb 2018 19:26:35
Message-Id: 1518031578.9362eafe12aa7f513ac8ee2073fc90dde8af0b67.mgorny@gentoo
1 commit: 9362eafe12aa7f513ac8ee2073fc90dde8af0b67
2 Author: Lucian Poston <lucian.poston <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 2 22:21:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 19:26:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9362eafe
7
8 dev-util/patchbin: Use correct ${S} with git-r3.eclass
9
10 Closes: https://github.com/gentoo/gentoo/pull/7027
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 dev-util/patchbin/patchbin-20160208.ebuild | 3 +--
14 dev-util/patchbin/patchbin-99999999.ebuild | 3 +--
15 2 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/patchbin/patchbin-20160208.ebuild b/dev-util/patchbin/patchbin-20160208.ebuild
18 index 8fa59483c5c..1f883b3bfbc 100644
19 --- a/dev-util/patchbin/patchbin-20160208.ebuild
20 +++ b/dev-util/patchbin/patchbin-20160208.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,6 @@ if [[ ${PV} == 99999999 ]]; then
28 inherit git-r3
29 EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
30 KEYWORDS=""
31 - S="${WORKDIR}/wine-staging"
32 else
33 SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
34 SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"
35
36 diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild
37 index 8da830cccac..3f22e8921aa 100644
38 --- a/dev-util/patchbin/patchbin-99999999.ebuild
39 +++ b/dev-util/patchbin/patchbin-99999999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -7,7 +7,6 @@ if [[ ${PV} == 99999999 ]]; then
47 inherit git-r3
48 EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging"
49 KEYWORDS=""
50 - S="${WORKDIR}/wine-staging"
51 else
52 SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
53 SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"