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:09:31
Message-Id: 1551503358.16ca359a4ce4663b3591cb8cc399aa3685e3f709.floppym@gentoo
1 commit: 16ca359a4ce4663b3591cb8cc399aa3685e3f709
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 05:06:25 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 05:09:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ca359a
7
8 app-admin/cli53: bump to 0.8.14
9
10 Closes: https://bugs.gentoo.org/679110
11 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 app-admin/cli53/Manifest | 1 +
15 app-admin/cli53/{cli53-9999.ebuild => cli53-0.8.14.ebuild} | 4 +++-
16 app-admin/cli53/cli53-9999.ebuild | 4 +++-
17 3 files changed, 7 insertions(+), 2 deletions(-)
18
19 diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest
20 index 8b8b988d69b..f58334fe415 100644
21 --- a/app-admin/cli53/Manifest
22 +++ b/app-admin/cli53/Manifest
23 @@ -1,2 +1,3 @@
24 DIST cli53-0.8.12.tar.gz 973966 BLAKE2B 9011b036a2673a32170accf3be80d1e18d7fab4a1f83e0c3c9c84029e27a9aedc14642822e22bbeaafb12381bffb76c8ad926521bb68c3f6e2091de4730ebe18 SHA512 abe5e092fb570336b2d50099934d1cc5e722e394155b86de2dc2315df70eb1a89bb57f131913ec2dd588b6476c900c9d07daab0e8396e8364548f92651377fea
25 +DIST cli53-0.8.14.tar.gz 9263235 BLAKE2B 2df06c3de9372e5f3adb2fabdfa74525a880d41f9d28d356fda291baf576525b42ea3e42f354b9dd91b063485752d936710823d5a5c777cc1a4972dcdd382140 SHA512 b2e97ffea855ad1ac06ceb76b5cdffcd890d237a67abb0f3e9be035ca4438af0b0ccdfd86e7dc7e485ebd5ee12783c6e24c818757c29e80c8c4d6b67ed9f77cf
26 DIST cli53-0.8.9.tar.gz 4372517 BLAKE2B 9780883159cb2fb4ecedee58e4df57d03e55576cb0d81cfadacf42fa7c7b679d21ad182bce5cc32652c102b4d663f162f3ac7bec520e9ec32bd12cc565ce28e5 SHA512 14db2d69feaa5af9e82c77b6c837be55a5d97e438eb6efbb71857fa1630ec1aa5ec77648d0979ce69ca8fcf72478b55c55c12a5e5dbac20415e656fd9c8d0beb
27
28 diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-0.8.14.ebuild
29 similarity index 87%
30 copy from app-admin/cli53/cli53-9999.ebuild
31 copy to app-admin/cli53/cli53-0.8.14.ebuild
32 index 6b40b7aa848..18bd66892b3 100644
33 --- a/app-admin/cli53/cli53-9999.ebuild
34 +++ b/app-admin/cli53/cli53-0.8.14.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 2016-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -21,6 +21,8 @@ EGO_PN="github.com/barnybug/cli53"
42 S="${WORKDIR}/${P}/src/${EGO_PN}"
43
44 src_compile() {
45 + # https://bugs.gentoo.org/679110
46 + unset XDG_CACHE_HOME
47 GOPATH="${WORKDIR}/${P}" emake build
48 }
49
50
51 diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild
52 index 6b40b7aa848..18bd66892b3 100644
53 --- a/app-admin/cli53/cli53-9999.ebuild
54 +++ b/app-admin/cli53/cli53-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 2016-2019 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -21,6 +21,8 @@ EGO_PN="github.com/barnybug/cli53"
62 S="${WORKDIR}/${P}/src/${EGO_PN}"
63
64 src_compile() {
65 + # https://bugs.gentoo.org/679110
66 + unset XDG_CACHE_HOME
67 GOPATH="${WORKDIR}/${P}" emake build
68 }