Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/oxipng/
Date: Thu, 08 Apr 2021 10:12:11
Message-Id: 1617818578.7d93e60744c92ecaf99ded5c99ad85f5eebcb56f.andrewammerlaan@gentoo
1 commit: 7d93e60744c92ecaf99ded5c99ad85f5eebcb56f
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Wed Apr 7 18:01:13 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=7d93e607
7
8 media-gfx/oxipng: 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 media-gfx/oxipng/oxipng-2.3.0.ebuild | 4 +++-
17 media-gfx/oxipng/oxipng-3.0.1.ebuild | 4 +++-
18 media-gfx/oxipng/oxipng-4.0.0.ebuild | 4 +++-
19 media-gfx/oxipng/oxipng-4.0.2.ebuild | 4 +++-
20 media-gfx/oxipng/oxipng-4.0.3.ebuild | 2 ++
21 5 files changed, 14 insertions(+), 4 deletions(-)
22
23 diff --git a/media-gfx/oxipng/oxipng-2.3.0.ebuild b/media-gfx/oxipng/oxipng-2.3.0.ebuild
24 index 8366c7505..00906945c 100644
25 --- a/media-gfx/oxipng/oxipng-2.3.0.ebuild
26 +++ b/media-gfx/oxipng/oxipng-2.3.0.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2020 Gentoo Authors
29 +# Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 # Auto-Generated by cargo-ebuild 0.1.5
33 @@ -77,6 +77,8 @@ IUSE=""
34 DEPEND=""
35 RDEPEND=""
36
37 +QA_FLAGS_IGNORED="usr/bin/oxipng"
38 +
39 src_install() {
40 cargo_src_install
41
42
43 diff --git a/media-gfx/oxipng/oxipng-3.0.1.ebuild b/media-gfx/oxipng/oxipng-3.0.1.ebuild
44 index d4c25c802..bea8c77b3 100644
45 --- a/media-gfx/oxipng/oxipng-3.0.1.ebuild
46 +++ b/media-gfx/oxipng/oxipng-3.0.1.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 2017-2020 Gentoo Authors
49 +# Copyright 2017-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 # Auto-Generated by cargo-ebuild 0.3.1
53 @@ -98,6 +98,8 @@ IUSE=""
54 DEPEND=""
55 RDEPEND=""
56
57 +QA_FLAGS_IGNORED="usr/bin/oxipng"
58 +
59 src_install() {
60 cargo_src_install
61
62
63 diff --git a/media-gfx/oxipng/oxipng-4.0.0.ebuild b/media-gfx/oxipng/oxipng-4.0.0.ebuild
64 index 7a1969bd7..b1fa29cb3 100644
65 --- a/media-gfx/oxipng/oxipng-4.0.0.ebuild
66 +++ b/media-gfx/oxipng/oxipng-4.0.0.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 2017-2020 Gentoo Authors
69 +# Copyright 2017-2021 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 # Auto-Generated by cargo-ebuild 0.3.1
73 @@ -96,6 +96,8 @@ IUSE=""
74 DEPEND=""
75 RDEPEND=""
76
77 +QA_FLAGS_IGNORED="usr/bin/oxipng"
78 +
79 src_install() {
80 cargo_src_install
81
82
83 diff --git a/media-gfx/oxipng/oxipng-4.0.2.ebuild b/media-gfx/oxipng/oxipng-4.0.2.ebuild
84 index 2c128c107..9177be2d3 100644
85 --- a/media-gfx/oxipng/oxipng-4.0.2.ebuild
86 +++ b/media-gfx/oxipng/oxipng-4.0.2.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 2017-2020 Gentoo Authors
89 +# Copyright 2017-2021 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 # Auto-Generated by cargo-ebuild 0.3.1
93 @@ -92,6 +92,8 @@ LICENSE="Apache-2.0 MIT ZLIB"
94 SLOT="0"
95 KEYWORDS="~amd64 ~x86"
96
97 +QA_FLAGS_IGNORED="usr/bin/oxipng"
98 +
99 src_install() {
100 cargo_src_install
101
102
103 diff --git a/media-gfx/oxipng/oxipng-4.0.3.ebuild b/media-gfx/oxipng/oxipng-4.0.3.ebuild
104 index e7a2825c2..30cd48fe3 100644
105 --- a/media-gfx/oxipng/oxipng-4.0.3.ebuild
106 +++ b/media-gfx/oxipng/oxipng-4.0.3.ebuild
107 @@ -92,6 +92,8 @@ LICENSE="Apache-2.0 MIT ZLIB"
108 SLOT="0"
109 KEYWORDS="~amd64 ~x86"
110
111 +QA_FLAGS_IGNORED="usr/bin/oxipng"
112 +
113 src_install() {
114 cargo_src_install