Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/iasl/
Date: Sun, 16 Feb 2020 20:25:11
Message-Id: 1581884666.27fac0c5ab68b8104ad44188515bda0045a2193d.soap@gentoo
1 commit: 27fac0c5ab68b8104ad44188515bda0045a2193d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:24:26 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 20:24:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fac0c5
7
8 sys-power/iasl: [QA] inherit eutils.eclass directly
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-power/iasl/iasl-20180810.ebuild | 4 ++--
14 sys-power/iasl/iasl-20190215.ebuild | 6 +++---
15 sys-power/iasl/iasl-20190703.ebuild | 6 +++---
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-power/iasl/iasl-20180810.ebuild b/sys-power/iasl/iasl-20180810.ebuild
19 index 2b0abd4a9ee..398bc031438 100644
20 --- a/sys-power/iasl/iasl-20180810.ebuild
21 +++ b/sys-power/iasl/iasl-20180810.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -inherit toolchain-funcs flag-o-matic
30 +inherit eutils toolchain-funcs flag-o-matic
31
32 MY_PN=acpica-unix
33 MY_P="${MY_PN}-${PV}"
34
35 diff --git a/sys-power/iasl/iasl-20190215.ebuild b/sys-power/iasl/iasl-20190215.ebuild
36 index 2d2c166197d..d18b0fdd12a 100644
37 --- a/sys-power/iasl/iasl-20190215.ebuild
38 +++ b/sys-power/iasl/iasl-20190215.ebuild
39 @@ -1,9 +1,9 @@
40 -# Copyright 1999-2019 Gentoo Authors
41 +# Copyright 1999-2020 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45
46 -inherit toolchain-funcs flag-o-matic
47 +inherit eutils toolchain-funcs flag-o-matic
48
49 MY_PN=acpica-unix
50 MY_P="${MY_PN}-${PV}"
51 @@ -99,7 +99,7 @@ src_install() {
52 }
53
54 aslts_test() {
55 - export ASL="${S}"/generate/unix/bin/iasl \
56 + export ASL="${S}"/generate/unix/bin/iasl \
57 acpibin="${S}"/generate/unix/bin/acpibin \
58 acpiexec="${S}"/generate/unix/bin/acpiexec \
59 ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts
60
61 diff --git a/sys-power/iasl/iasl-20190703.ebuild b/sys-power/iasl/iasl-20190703.ebuild
62 index f9a87d8bd57..f3c565776e5 100644
63 --- a/sys-power/iasl/iasl-20190703.ebuild
64 +++ b/sys-power/iasl/iasl-20190703.ebuild
65 @@ -1,9 +1,9 @@
66 -# Copyright 1999-2019 Gentoo Authors
67 +# Copyright 1999-2020 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=7
71
72 -inherit toolchain-funcs flag-o-matic
73 +inherit eutils toolchain-funcs flag-o-matic
74
75 MY_PN=acpica-unix
76 MY_P="${MY_PN}-${PV}"
77 @@ -100,7 +100,7 @@ src_install() {
78 }
79
80 aslts_test() {
81 - export ASL="${S}"/generate/unix/bin/iasl \
82 + export ASL="${S}"/generate/unix/bin/iasl \
83 acpibin="${S}"/generate/unix/bin/acpibin \
84 acpiexec="${S}"/generate/unix/bin/acpiexec \
85 ASLTSDIR="${WORKDIR}/${MY_TESTS_P}"/tests/aslts