Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cli53/
Date: Sat, 02 Mar 2019 05:21:15
Message-Id: 1551504064.826ae5e1de55e2c2d0b6943b5051ae585b32b088.floppym@gentoo
1 commit: 826ae5e1de55e2c2d0b6943b5051ae585b32b088
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 05:21:04 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 05:21:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826ae5e1
7
8 app-admin/cli53: EAPI 7
9
10 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-admin/cli53/cli53-0.8.14.ebuild | 4 +---
14 app-admin/cli53/cli53-9999.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/app-admin/cli53/cli53-0.8.14.ebuild b/app-admin/cli53/cli53-0.8.14.ebuild
18 index 18bd66892b3..437a0b2c9da 100644
19 --- a/app-admin/cli53/cli53-0.8.14.ebuild
20 +++ b/app-admin/cli53/cli53-0.8.14.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 2016-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 if [[ ${PV} == 9999 ]]; then
29 inherit golang-vcs
30 @@ -21,8 +21,6 @@ EGO_PN="github.com/barnybug/cli53"
31 S="${WORKDIR}/${P}/src/${EGO_PN}"
32
33 src_compile() {
34 - # https://bugs.gentoo.org/679110
35 - unset XDG_CACHE_HOME
36 GOPATH="${WORKDIR}/${P}" emake build
37 }
38
39
40 diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild
41 index 18bd66892b3..437a0b2c9da 100644
42 --- a/app-admin/cli53/cli53-9999.ebuild
43 +++ b/app-admin/cli53/cli53-9999.ebuild
44 @@ -1,7 +1,7 @@
45 # Copyright 2016-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 -EAPI=6
49 +EAPI=7
50
51 if [[ ${PV} == 9999 ]]; then
52 inherit golang-vcs
53 @@ -21,8 +21,6 @@ EGO_PN="github.com/barnybug/cli53"
54 S="${WORKDIR}/${P}/src/${EGO_PN}"
55
56 src_compile() {
57 - # https://bugs.gentoo.org/679110
58 - unset XDG_CACHE_HOME
59 GOPATH="${WORKDIR}/${P}" emake build
60 }