Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/hare/
Date: Wed, 28 Sep 2022 16:05:05
Message-Id: 1664317732.7140548ab56fa6eb363fd702bcbea370712abf56.tastytea@gentoo
1 commit: 7140548ab56fa6eb363fd702bcbea370712abf56
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Tue Sep 27 22:28:03 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Sep 27 22:28:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7140548a
7
8 dev-lang/hare: Fix PREFIX and QA_FLAGS_IGNORED
9
10 Closes: https://bugs.gentoo.org/866473
11 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
12
13 .../{hare-0_pre20220922.ebuild => hare-0_pre20220922-r1.ebuild} | 8 ++++----
14 dev-lang/hare/hare-9999.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-lang/hare/hare-0_pre20220922.ebuild b/dev-lang/hare/hare-0_pre20220922-r1.ebuild
18 similarity index 87%
19 rename from dev-lang/hare/hare-0_pre20220922.ebuild
20 rename to dev-lang/hare/hare-0_pre20220922-r1.ebuild
21 index 2497ea2c1..d8353170c 100644
22 --- a/dev-lang/hare/hare-0_pre20220922.ebuild
23 +++ b/dev-lang/hare/hare-0_pre20220922-r1.ebuild
24 @@ -30,8 +30,8 @@ BDEPEND="
25 "
26 RDEPEND="${DEPEND}"
27
28 -# hare and harec are built by hare
29 -QA_FLAGS_IGNORED="usr/bin/harec?"
30 +# hare and haredoc are built by hare
31 +QA_FLAGS_IGNORED="usr/bin/hare usr/bin/haredoc"
32
33 src_configure() {
34 local target_arch
35 @@ -46,8 +46,8 @@ src_configure() {
36 sed -i \
37 -e 's;=aarch64-;=;' \
38 -e 's;=riscv64-;=;' \
39 - -e "s;^ARCH =.*;ARCH=${target_arch};" \
40 - -e 's;^PREFIX=.*;PREFIX=/usr;' \
41 + -e "s;^ARCH =.*;ARCH = ${target_arch};" \
42 + -e 's;^PREFIX =.*;PREFIX = /usr;' \
43 -e 's;^AS =;AS ?=;' \
44 -e 's;^LD =;LD ?=;' \
45 -e 's;^AR =;AR ?=;' \
46
47 diff --git a/dev-lang/hare/hare-9999.ebuild b/dev-lang/hare/hare-9999.ebuild
48 index 2497ea2c1..d8353170c 100644
49 --- a/dev-lang/hare/hare-9999.ebuild
50 +++ b/dev-lang/hare/hare-9999.ebuild
51 @@ -30,8 +30,8 @@ BDEPEND="
52 "
53 RDEPEND="${DEPEND}"
54
55 -# hare and harec are built by hare
56 -QA_FLAGS_IGNORED="usr/bin/harec?"
57 +# hare and haredoc are built by hare
58 +QA_FLAGS_IGNORED="usr/bin/hare usr/bin/haredoc"
59
60 src_configure() {
61 local target_arch
62 @@ -46,8 +46,8 @@ src_configure() {
63 sed -i \
64 -e 's;=aarch64-;=;' \
65 -e 's;=riscv64-;=;' \
66 - -e "s;^ARCH =.*;ARCH=${target_arch};" \
67 - -e 's;^PREFIX=.*;PREFIX=/usr;' \
68 + -e "s;^ARCH =.*;ARCH = ${target_arch};" \
69 + -e 's;^PREFIX =.*;PREFIX = /usr;' \
70 -e 's;^AS =;AS ?=;' \
71 -e 's;^LD =;LD ?=;' \
72 -e 's;^AR =;AR ?=;' \