Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/
Date: Sun, 25 Mar 2018 13:29:19
Message-Id: 1521984549.bd414d7f73b5c4efd46a742b70eb6ad3abf5350f.zlogene@gentoo
1 commit: bd414d7f73b5c4efd46a742b70eb6ad3abf5350f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 13:27:49 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 13:29:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd414d7f
7
8 sys-apps/i2c-tools: minor QA fixes
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 6 +++---
13 sys-apps/i2c-tools/i2c-tools-4.0.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
17 index 342d6295325..98c99d4b043 100644
18 --- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
19 +++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ EAPI=6
27 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 DISTUTILS_OPTIONAL="1"
29
30 -inherit flag-o-matic toolchain-funcs distutils-r1
31 +inherit distutils-r1 flag-o-matic toolchain-funcs
32
33 DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and more"
34 HOMEPAGE="http://www.lm-sensors.org/wiki/I2CTools"
35 @@ -45,7 +45,7 @@ src_compile() {
36 src_install() {
37 emake install prefix="${D}"/usr
38 dosbin eepromer/eepro{g,m{,er}}
39 - rm -rf "${D}"/usr/include # part of linux-headers
40 + rm -rf "${D}"/usr/include || die # part of linux-headers
41 dodoc CHANGES README
42 local d
43 for d in eeprom eepromer ; do
44
45 diff --git a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
46 index d5f248f7c28..32dffbf1e2b 100644
47 --- a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
48 +++ b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -6,7 +6,7 @@ EAPI=6
56 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
57 DISTUTILS_OPTIONAL="1"
58
59 -inherit flag-o-matic multilib toolchain-funcs distutils-r1
60 +inherit distutils-r1 flag-o-matic toolchain-funcs
61
62 DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and more"
63 HOMEPAGE="https://www.kernel.org/pub/software/utils/i2c-tools"