Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, app-admin/sysstat/
Date: Thu, 12 Sep 2019 14:29:07
Message-Id: 1568298515.df8f22b8f8ccb23ed1be42db4ca3fb25e251c5da.mgorny@gentoo
1 commit: df8f22b8f8ccb23ed1be42db4ca3fb25e251c5da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 08:47:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 14:28:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8f22b8
7
8 app-admin/sysstat: Update for lm_sensors → lm-sensors
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/sysstat/sysstat-12.0.5.ebuild | 6 +++---
13 app-admin/sysstat/sysstat-12.0.6.ebuild | 6 +++---
14 app-admin/sysstat/sysstat-12.1.5.ebuild | 6 +++---
15 app-admin/sysstat/sysstat-12.1.6.ebuild | 6 +++---
16 app-admin/sysstat/sysstat-999999.ebuild | 6 +++---
17 profiles/arch/riscv/package.use.mask | 2 +-
18 6 files changed, 16 insertions(+), 16 deletions(-)
19
20 diff --git a/app-admin/sysstat/sysstat-12.0.5.ebuild b/app-admin/sysstat/sysstat-12.0.5.ebuild
21 index d28c04c0297..bad60fba75e 100644
22 --- a/app-admin/sysstat/sysstat-12.0.5.ebuild
23 +++ b/app-admin/sysstat/sysstat-12.0.5.ebuild
24 @@ -11,11 +11,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="alpha amd64 arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
28 -IUSE="debug nls lm_sensors selinux static"
29 +IUSE="debug nls lm-sensors selinux static"
30
31 CDEPEND="
32 nls? ( virtual/libintl )
33 - lm_sensors? ( sys-apps/lm_sensors:= )
34 + lm-sensors? ( sys-apps/lm-sensors:= )
35 "
36 DEPEND="
37 ${CDEPEND}
38 @@ -54,7 +54,7 @@ src_configure() {
39 conf_dir=/etc \
40 econf \
41 $(use_enable debug debuginfo) \
42 - $(use_enable lm_sensors sensors) \
43 + $(use_enable lm-sensors sensors) \
44 $(use_enable nls) \
45 --enable-copy-only \
46 --enable-documentation \
47
48 diff --git a/app-admin/sysstat/sysstat-12.0.6.ebuild b/app-admin/sysstat/sysstat-12.0.6.ebuild
49 index db640d7d5f9..a0e5561580a 100644
50 --- a/app-admin/sysstat/sysstat-12.0.6.ebuild
51 +++ b/app-admin/sysstat/sysstat-12.0.6.ebuild
52 @@ -11,11 +11,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 LICENSE="GPL-2"
54 SLOT="0"
55 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
56 -IUSE="debug nls lm_sensors selinux static"
57 +IUSE="debug nls lm-sensors selinux static"
58
59 CDEPEND="
60 nls? ( virtual/libintl )
61 - lm_sensors? ( sys-apps/lm_sensors:= )
62 + lm-sensors? ( sys-apps/lm-sensors:= )
63 "
64 DEPEND="
65 ${CDEPEND}
66 @@ -54,7 +54,7 @@ src_configure() {
67 conf_dir=/etc \
68 econf \
69 $(use_enable debug debuginfo) \
70 - $(use_enable lm_sensors sensors) \
71 + $(use_enable lm-sensors sensors) \
72 $(use_enable nls) \
73 --enable-copy-only \
74 --enable-documentation \
75
76 diff --git a/app-admin/sysstat/sysstat-12.1.5.ebuild b/app-admin/sysstat/sysstat-12.1.5.ebuild
77 index 88dd13ade1d..2938a1a2fe4 100644
78 --- a/app-admin/sysstat/sysstat-12.1.5.ebuild
79 +++ b/app-admin/sysstat/sysstat-12.1.5.ebuild
80 @@ -11,11 +11,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 LICENSE="GPL-2"
82 SLOT="0"
83 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
84 -IUSE="debug nls lm_sensors selinux static"
85 +IUSE="debug nls lm-sensors selinux static"
86
87 CDEPEND="
88 nls? ( virtual/libintl )
89 - lm_sensors? ( sys-apps/lm_sensors:= )
90 + lm-sensors? ( sys-apps/lm-sensors:= )
91 "
92 DEPEND="
93 ${CDEPEND}
94 @@ -54,7 +54,7 @@ src_configure() {
95 conf_dir=/etc \
96 econf \
97 $(use_enable debug debuginfo) \
98 - $(use_enable lm_sensors sensors) \
99 + $(use_enable lm-sensors sensors) \
100 $(use_enable nls) \
101 --enable-copy-only \
102 --enable-documentation \
103
104 diff --git a/app-admin/sysstat/sysstat-12.1.6.ebuild b/app-admin/sysstat/sysstat-12.1.6.ebuild
105 index fd3a1dd527e..79183431381 100644
106 --- a/app-admin/sysstat/sysstat-12.1.6.ebuild
107 +++ b/app-admin/sysstat/sysstat-12.1.6.ebuild
108 @@ -11,11 +11,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
109 LICENSE="GPL-2"
110 SLOT="0"
111 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
112 -IUSE="debug nls lm_sensors selinux static"
113 +IUSE="debug nls lm-sensors selinux static"
114
115 CDEPEND="
116 nls? ( virtual/libintl )
117 - lm_sensors? ( sys-apps/lm_sensors:= )
118 + lm-sensors? ( sys-apps/lm-sensors:= )
119 "
120 DEPEND="
121 ${CDEPEND}
122 @@ -54,7 +54,7 @@ src_configure() {
123 conf_dir=/etc \
124 econf \
125 $(use_enable debug debuginfo) \
126 - $(use_enable lm_sensors sensors) \
127 + $(use_enable lm-sensors sensors) \
128 $(use_enable nls) \
129 --enable-copy-only \
130 --enable-documentation \
131
132 diff --git a/app-admin/sysstat/sysstat-999999.ebuild b/app-admin/sysstat/sysstat-999999.ebuild
133 index 62f6cc193b2..fcefb54fdf3 100644
134 --- a/app-admin/sysstat/sysstat-999999.ebuild
135 +++ b/app-admin/sysstat/sysstat-999999.ebuild
136 @@ -11,11 +11,11 @@ EGIT_REPO_URI="https://github.com/sysstat/sysstat"
137 LICENSE="GPL-2"
138 SLOT="0"
139 KEYWORDS=""
140 -IUSE="debug nls lm_sensors selinux static"
141 +IUSE="debug nls lm-sensors selinux static"
142
143 CDEPEND="
144 nls? ( virtual/libintl )
145 - lm_sensors? ( sys-apps/lm_sensors:= )
146 + lm-sensors? ( sys-apps/lm-sensors:= )
147 "
148 DEPEND="
149 ${CDEPEND}
150 @@ -54,7 +54,7 @@ src_configure() {
151 conf_dir=/etc \
152 econf \
153 $(use_enable debug debuginfo) \
154 - $(use_enable lm_sensors sensors) \
155 + $(use_enable lm-sensors sensors) \
156 $(use_enable nls) \
157 --enable-copy-only \
158 --enable-documentation \
159
160 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
161 index 5806afdc7ab..cdac340949c 100644
162 --- a/profiles/arch/riscv/package.use.mask
163 +++ b/profiles/arch/riscv/package.use.mask
164 @@ -15,7 +15,7 @@ dev-vcs/git pcre-jit
165 # do not support python-3.7 yet.
166
167 app-admin/syslog-ng amqp dbi geoip geoip2 json kafka mongodb python redis spoof-source smtp snmp
168 -app-admin/sysstat lm_sensors
169 +app-admin/sysstat lm-sensors
170 app-arch/libarchive lz4 lzo zstd
171 app-arch/unzip natspec
172 app-crypt/gnupg smartcard tofu wks-server