Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/tokei/
Date: Thu, 08 Apr 2021 10:12:10
Message-Id: 1617818578.bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28.andrewammerlaan@gentoo
1 commit: bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Wed Apr 7 18:00:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 7 18:02:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdc0b354
7
8 dev-util/tokei: Specify QA_FLAGS_IGNORED
9
10 CFLAGS/LDFLAGS won't be respected since the application is written
11 in Rust.
12
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>
15
16 dev-util/tokei/tokei-12.0.4.ebuild | 4 +++-
17 dev-util/tokei/tokei-12.1.0.ebuild | 4 +++-
18 dev-util/tokei/tokei-12.1.1.ebuild | 4 +++-
19 dev-util/tokei/tokei-12.1.2.ebuild | 2 ++
20 4 files changed, 11 insertions(+), 3 deletions(-)
21
22 diff --git a/dev-util/tokei/tokei-12.0.4.ebuild b/dev-util/tokei/tokei-12.0.4.ebuild
23 index afecf5608..82bbba74e 100644
24 --- a/dev-util/tokei/tokei-12.0.4.ebuild
25 +++ b/dev-util/tokei/tokei-12.0.4.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 2017-2020 Gentoo Authors
28 +# Copyright 2017-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 # Auto-Generated by cargo-ebuild 0.3.1
32 @@ -170,6 +170,8 @@ IUSE=""
33 DEPEND=""
34 RDEPEND=""
35
36 +QA_FLAGS_IGNORED="usr/bin/tokei"
37 +
38 src_compile() {
39 cargo_src_compile --features all
40 }
41
42 diff --git a/dev-util/tokei/tokei-12.1.0.ebuild b/dev-util/tokei/tokei-12.1.0.ebuild
43 index 0a42937bf..6bac29595 100644
44 --- a/dev-util/tokei/tokei-12.1.0.ebuild
45 +++ b/dev-util/tokei/tokei-12.1.0.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 2017-2020 Gentoo Authors
48 +# Copyright 2017-2021 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 # Auto-Generated by cargo-ebuild 0.3.1
52 @@ -179,6 +179,8 @@ IUSE=""
53 DEPEND=""
54 RDEPEND=""
55
56 +QA_FLAGS_IGNORED="usr/bin/tokei"
57 +
58 src_compile() {
59 cargo_src_compile --features all
60 }
61
62 diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild
63 index c37678555..5f4120715 100644
64 --- a/dev-util/tokei/tokei-12.1.1.ebuild
65 +++ b/dev-util/tokei/tokei-12.1.1.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 2017-2020 Gentoo Authors
68 +# Copyright 2017-2021 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 # Auto-Generated by cargo-ebuild 0.3.1
72 @@ -179,6 +179,8 @@ IUSE=""
73 DEPEND=""
74 RDEPEND=""
75
76 +QA_FLAGS_IGNORED="usr/bin/tokei"
77 +
78 src_compile() {
79 cargo_src_compile --features all
80 }
81
82 diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild
83 index fa4e8174f..4d1240a2b 100644
84 --- a/dev-util/tokei/tokei-12.1.2.ebuild
85 +++ b/dev-util/tokei/tokei-12.1.2.ebuild
86 @@ -175,6 +175,8 @@ IUSE=""
87 DEPEND=""
88 RDEPEND=""
89
90 +QA_FLAGS_IGNORED="usr/bin/tokei"
91 +
92 src_compile() {
93 cargo_src_compile --features all
94 }