Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/xmr-stak/
Date: Sun, 11 Aug 2019 11:20:55
Message-Id: 1565522410.28f34f289c0d96d6254d4bd46830ffa8230a6fd7.soap@gentoo
1 commit: 28f34f289c0d96d6254d4bd46830ffa8230a6fd7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:20:10 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:20:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f34f28
7
8 net-p2p/xmr-stak: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild | 2 +-
14 net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild | 2 +-
15 net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild | 2 +-
16 net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild | 2 +-
17 net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild | 2 +-
18 net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild | 2 +-
19 net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild | 2 +-
20 net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild | 2 +-
21 net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild | 2 +-
22 net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild | 2 +-
23 net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild | 2 +-
24 net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild | 2 +-
25 net-p2p/xmr-stak/xmr-stak-9999.ebuild | 4 ++--
26 13 files changed, 14 insertions(+), 14 deletions(-)
27
28 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild
29 index 3244143bb5f..07ffbf9c103 100644
30 --- a/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild
31 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.0.ebuild
32 @@ -55,7 +55,7 @@ src_install() {
33 }
34
35 pkg_postinst() {
36 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
37 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
38 ewarn "To use xmr-stack:"
39 if use cuda || use opencl; then
40 ewarn "As root or as a user that is a member of the 'video' group,"
41
42 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild
43 index 3244143bb5f..07ffbf9c103 100644
44 --- a/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild
45 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.1.ebuild
46 @@ -55,7 +55,7 @@ src_install() {
47 }
48
49 pkg_postinst() {
50 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
51 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
52 ewarn "To use xmr-stack:"
53 if use cuda || use opencl; then
54 ewarn "As root or as a user that is a member of the 'video' group,"
55
56 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild
57 index 3244143bb5f..07ffbf9c103 100644
58 --- a/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild
59 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild
60 @@ -55,7 +55,7 @@ src_install() {
61 }
62
63 pkg_postinst() {
64 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
65 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
66 ewarn "To use xmr-stack:"
67 if use cuda || use opencl; then
68 ewarn "As root or as a user that is a member of the 'video' group,"
69
70 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild
71 index 3244143bb5f..07ffbf9c103 100644
72 --- a/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild
73 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.3.ebuild
74 @@ -55,7 +55,7 @@ src_install() {
75 }
76
77 pkg_postinst() {
78 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
79 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
80 ewarn "To use xmr-stack:"
81 if use cuda || use opencl; then
82 ewarn "As root or as a user that is a member of the 'video' group,"
83
84 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild
85 index 3244143bb5f..07ffbf9c103 100644
86 --- a/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild
87 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild
88 @@ -55,7 +55,7 @@ src_install() {
89 }
90
91 pkg_postinst() {
92 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
93 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
94 ewarn "To use xmr-stack:"
95 if use cuda || use opencl; then
96 ewarn "As root or as a user that is a member of the 'video' group,"
97
98 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild
99 index 3244143bb5f..07ffbf9c103 100644
100 --- a/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild
101 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.5.ebuild
102 @@ -55,7 +55,7 @@ src_install() {
103 }
104
105 pkg_postinst() {
106 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
107 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
108 ewarn "To use xmr-stack:"
109 if use cuda || use opencl; then
110 ewarn "As root or as a user that is a member of the 'video' group,"
111
112 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild
113 index 3244143bb5f..07ffbf9c103 100644
114 --- a/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild
115 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild
116 @@ -55,7 +55,7 @@ src_install() {
117 }
118
119 pkg_postinst() {
120 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
121 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
122 ewarn "To use xmr-stack:"
123 if use cuda || use opencl; then
124 ewarn "As root or as a user that is a member of the 'video' group,"
125
126 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild
127 index 3244143bb5f..07ffbf9c103 100644
128 --- a/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild
129 +++ b/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild
130 @@ -55,7 +55,7 @@ src_install() {
131 }
132
133 pkg_postinst() {
134 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
135 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
136 ewarn "To use xmr-stack:"
137 if use cuda || use opencl; then
138 ewarn "As root or as a user that is a member of the 'video' group,"
139
140 diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild
141 index 3244143bb5f..07ffbf9c103 100644
142 --- a/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild
143 +++ b/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild
144 @@ -55,7 +55,7 @@ src_install() {
145 }
146
147 pkg_postinst() {
148 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
149 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
150 ewarn "To use xmr-stack:"
151 if use cuda || use opencl; then
152 ewarn "As root or as a user that is a member of the 'video' group,"
153
154 diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild b/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild
155 index 3244143bb5f..07ffbf9c103 100644
156 --- a/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild
157 +++ b/net-p2p/xmr-stak/xmr-stak-2.8.2.ebuild
158 @@ -55,7 +55,7 @@ src_install() {
159 }
160
161 pkg_postinst() {
162 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
163 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
164 ewarn "To use xmr-stack:"
165 if use cuda || use opencl; then
166 ewarn "As root or as a user that is a member of the 'video' group,"
167
168 diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild b/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild
169 index 3244143bb5f..07ffbf9c103 100644
170 --- a/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild
171 +++ b/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild
172 @@ -55,7 +55,7 @@ src_install() {
173 }
174
175 pkg_postinst() {
176 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
177 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
178 ewarn "To use xmr-stack:"
179 if use cuda || use opencl; then
180 ewarn "As root or as a user that is a member of the 'video' group,"
181
182 diff --git a/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild
183 index 3244143bb5f..07ffbf9c103 100644
184 --- a/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild
185 +++ b/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild
186 @@ -55,7 +55,7 @@ src_install() {
187 }
188
189 pkg_postinst() {
190 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
191 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
192 ewarn "To use xmr-stack:"
193 if use cuda || use opencl; then
194 ewarn "As root or as a user that is a member of the 'video' group,"
195
196 diff --git a/net-p2p/xmr-stak/xmr-stak-9999.ebuild b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
197 index b0edfc7d216..07ffbf9c103 100644
198 --- a/net-p2p/xmr-stak/xmr-stak-9999.ebuild
199 +++ b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
200 @@ -1,4 +1,4 @@
201 -# Copyright 1999-2018 Gentoo Foundation
202 +# Copyright 1999-2019 Gentoo Authors
203 # Distributed under the terms of the GNU General Public License v2
204
205 EAPI=7
206 @@ -55,7 +55,7 @@ src_install() {
207 }
208
209 pkg_postinst() {
210 - if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
211 + if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
212 ewarn "To use xmr-stack:"
213 if use cuda || use opencl; then
214 ewarn "As root or as a user that is a member of the 'video' group,"