Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dtc/
Date: Mon, 04 Jan 2016 22:26:14
Message-Id: 1451946336.92201b7499fb376ae9a907bfcec77b9be7157d7b.vapier@gentoo
1 commit: 92201b7499fb376ae9a907bfcec77b9be7157d7b
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 4 21:19:15 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 4 22:25:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92201b74
7
8 sys-apps/dtc: update to EAPI=5 and keyword everywhere
9
10 sys-apps/dtc/dtc-1.4.1-r1.ebuild | 11 +++--------
11 sys-apps/dtc/dtc-9999.ebuild | 12 ++++--------
12 2 files changed, 7 insertions(+), 16 deletions(-)
13
14 diff --git a/sys-apps/dtc/dtc-1.4.1-r1.ebuild b/sys-apps/dtc/dtc-1.4.1-r1.ebuild
15 index a4f80e2..4fe56df 100644
16 --- a/sys-apps/dtc/dtc-1.4.1-r1.ebuild
17 +++ b/sys-apps/dtc/dtc-1.4.1-r1.ebuild
18 @@ -1,8 +1,8 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 -EAPI="4"
25 +EAPI="5"
26
27 inherit multilib toolchain-funcs eutils
28 if [[ ${PV} == "9999" ]] ; then
29 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
30 inherit git-2
31 else
32 SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
33 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
34 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
35 fi
36
37 DESCRIPTION="Open Firmware device tree compiler"
38 @@ -40,11 +40,6 @@ src_prepare() {
39 export V=1
40 }
41
42 -src_test() {
43 - # Enable parallel tests.
44 - emake check
45 -}
46 -
47 src_install() {
48 default
49 use static-libs || find "${ED}" -name '*.a' -delete
50
51 diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
52 index 7550c05..43d0f35 100644
53 --- a/sys-apps/dtc/dtc-9999.ebuild
54 +++ b/sys-apps/dtc/dtc-9999.ebuild
55 @@ -1,8 +1,8 @@
56 -# Copyright 1999-2014 Gentoo Foundation
57 +# Copyright 1999-2016 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 -EAPI="4"
62 +EAPI="5"
63
64 inherit multilib toolchain-funcs
65 if [[ ${PV} == "9999" ]] ; then
66 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
67 inherit git-2
68 else
69 SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
70 - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
71 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
72 fi
73
74 DESCRIPTION="Open Firmware device tree compiler"
75 @@ -38,12 +38,8 @@ src_prepare() {
76 export V=1
77 }
78
79 -src_test() {
80 - emake check
81 -}
82 -
83 src_install() {
84 - emake DESTDIR="${D}" install
85 + default
86 use static-libs || find "${ED}" -name '*.a' -delete
87 dodoc Documentation/manual.txt
88 }