Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/hex/
Date: Thu, 08 Apr 2021 10:12:12
Message-Id: 1617818578.0032b00dd1d7650e9353402a034d1a4fda76ef92.andrewammerlaan@gentoo
1 commit: 0032b00dd1d7650e9353402a034d1a4fda76ef92
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Wed Apr 7 18:02:48 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=0032b00d
7
8 sys-apps/hex: 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 sys-apps/hex/hex-0.3.2.ebuild | 4 +++-
17 sys-apps/hex/hex-0.4.0.ebuild | 4 +++-
18 sys-apps/hex/hex-0.4.1.ebuild | 2 ++
19 3 files changed, 8 insertions(+), 2 deletions(-)
20
21 diff --git a/sys-apps/hex/hex-0.3.2.ebuild b/sys-apps/hex/hex-0.3.2.ebuild
22 index bfc055044..945fdc99d 100644
23 --- a/sys-apps/hex/hex-0.3.2.ebuild
24 +++ b/sys-apps/hex/hex-0.3.2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 2017-2020 Gentoo Authors
27 +# Copyright 2017-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 # Auto-Generated by cargo-ebuild 0.3.1
31 @@ -47,6 +47,8 @@ IUSE=""
32 DEPEND=""
33 RDEPEND=""
34
35 +QA_FLAGS_IGNORED="usr/bin/hx"
36 +
37 src_install() {
38 cargo_src_install
39
40
41 diff --git a/sys-apps/hex/hex-0.4.0.ebuild b/sys-apps/hex/hex-0.4.0.ebuild
42 index 837cde3b4..718ad7402 100644
43 --- a/sys-apps/hex/hex-0.4.0.ebuild
44 +++ b/sys-apps/hex/hex-0.4.0.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 2017-2020 Gentoo Authors
47 +# Copyright 2017-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -43,6 +43,8 @@ SLOT="0"
52 KEYWORDS="~amd64 ~x86"
53 RESTRICT="mirror"
54
55 +QA_FLAGS_IGNORED="usr/bin/hx"
56 +
57 src_install() {
58 cargo_src_install
59
60
61 diff --git a/sys-apps/hex/hex-0.4.1.ebuild b/sys-apps/hex/hex-0.4.1.ebuild
62 index e5a260d22..7141edd33 100644
63 --- a/sys-apps/hex/hex-0.4.1.ebuild
64 +++ b/sys-apps/hex/hex-0.4.1.ebuild
65 @@ -49,6 +49,8 @@ IUSE=""
66 DEPEND=""
67 RDEPEND=""
68
69 +QA_FLAGS_IGNORED="usr/bin/hx"
70 +
71 src_install() {
72 cargo_src_install