Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:33
Message-Id: 1617156176.949d6f573ad8376e0fd3f34cb0037332eaae08f3.sam@gentoo
1 commit: 949d6f573ad8376e0fd3f34cb0037332eaae08f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 01:18:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949d6f57
7
8 cargo.eclass: consistent comment whitespace
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/20208
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/cargo.eclass | 5 +----
15 1 file changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
18 index e763ac3468c..e2894b4588b 100644
19 --- a/eclass/cargo.eclass
20 +++ b/eclass/cargo.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: cargo.eclass
27 @@ -204,7 +204,6 @@ cargo_src_unpack() {
28 # @FUNCTION: cargo_live_src_unpack
29 # @DESCRIPTION:
30 # Runs 'cargo fetch' and vendors downloaded crates for offline use, used in live ebuilds
31 -
32 cargo_live_src_unpack() {
33 debug-print-function ${FUNCNAME} "$@"
34
35 @@ -316,7 +315,6 @@ cargo_live_src_unpack() {
36 # In some cases crates may need '--no-default-features' option,
37 # as there is no way to disable single feature, except disabling all.
38 # It can be passed directly to cargo_src_configure().
39 -
40 cargo_src_configure() {
41 debug-print-function ${FUNCNAME} "$@"
42
43 @@ -361,7 +359,6 @@ cargo_src_compile() {
44 # In come case workspaces need alternative --path parameter
45 # default is '--path ./' if nothing specified.
46 # '--path ./somedir' can be passed directly to cargo_src_install()
47 -
48 cargo_src_install() {
49 debug-print-function ${FUNCNAME} "$@"