public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpu-x/
Date: Fri, 19 Aug 2022 16:36:24 +0000 (UTC)	[thread overview]
Message-ID: <1660926979.c041c2713a0901a701e844f2dd26785bcb9f13f6.bkohler@gentoo> (raw)

commit:     c041c2713a0901a701e844f2dd26785bcb9f13f6
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 16:33:11 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 16:36:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c041c271

sys-apps/cpu-x: clean up USE flags a bit

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/cpu-x/cpu-x-4.3.1.ebuild | 10 +++++-----
 sys-apps/cpu-x/metadata.xml       | 14 ++++++--------
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
index 8f7959b187aa..61d96cc1ce04 100644
--- a/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
+++ b/sys-apps/cpu-x/cpu-x-4.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/X0rg/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="-* ~amd64"
-IUSE="+bandwidth +dmidecode force-libstatgrab +gtk +libcpuid +libglfw +libpci +ncurses +nls opencl test"
+IUSE="+cpu force-libstatgrab +gpu +gui +ncurses +nls opencl +pci test"
 RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
@@ -23,11 +23,11 @@ COMMON_DEPEND="
 	x11-libs/pango
 	force-libstatgrab? ( sys-libs/libstatgrab )
 	!force-libstatgrab? ( sys-process/procps:= )
-	gtk? ( >=x11-libs/gtk+-3.12:3 )
-	libcpuid? ( >=dev-libs/libcpuid-0.3.0:= )
-	libglfw? ( >=media-libs/glfw-3.3
+	gui? ( >=x11-libs/gtk+-3.12:3 )
+	cpu? ( >=dev-libs/libcpuid-0.3.0:= )
+	gpu? ( >=media-libs/glfw-3.3
 		media-libs/libglvnd )
-	libpci? ( sys-apps/pciutils )
+	pci? ( sys-apps/pciutils )
 	ncurses? ( sys-libs/ncurses:=[tinfo] )
 	opencl? ( virtual/opencl )
 "

diff --git a/sys-apps/cpu-x/metadata.xml b/sys-apps/cpu-x/metadata.xml
index 475445e45d94..52d661f4aca7 100644
--- a/sys-apps/cpu-x/metadata.xml
+++ b/sys-apps/cpu-x/metadata.xml
@@ -6,33 +6,31 @@
 		<name>Ben Kohler</name>
 	</maintainer>
 	<longdescription>
-		<pkg>sys-process/cpu-x</pkg> is similar to CPU-Z (Windows), but, unlike
+		<pkg>sys-apps/cpu-x</pkg> is similar to CPU-Z (Windows), but, unlike
 		the latter, it is a Free and Open Source software, written in C and
 		designed for GNU/Linux. It can also be used in graphical mode by using
 		<pkg>x11-libs/gtk+</pkg>, than in text-based mode with the use of
 		<pkg>sys-libs/ncurses</pkg>.
 	</longdescription>
 	<longdescription lang="fr">
-		<pkg>sys-process/cpu-x</pkg> est similaire à CPU-Z (Windows), mais,
+		<pkg>sys-apps/cpu-x</pkg> est similaire à CPU-Z (Windows), mais,
 		contrairement à ce dernier, c'est un logiciel Libre et Open Source,
 		écrit en C et concu pour GNU/Linux. Il peut être aussi bien utilisé en
 		mode graphique en utlisant <pkg>x11-libs/gtk+</pkg>, qu'en mode textuel
 		avec l'utilisation de <pkg>sys-libs/ncurses</pkg>.
 	</longdescription>
 	<use>
-		<flag name="bandwidth">Integrate bandwidth</flag>
-		<flag name="dmidecode">Integrate dmidecode</flag>
 		<flag name="force-libstatgrab">Use <pkg>sys-libs/libstatgrab</pkg> to instead of <pkg>sys-process/procps</pkg></flag>
-		<flag name="libcpuid">Use the <pkg>sys-libs/libcpuid</pkg> library</flag>
-		<flag name="libglfw">Use the <pkg>media-libs/glfw</pkg> library</flag>
-		<flag name="libpci">Use the <pkg>sys-apps/pciutils</pkg> library</flag>
+		<flag name="cpu">Use the <pkg>dev-libs/libcpuid</pkg> library for CPU info</flag>
+		<flag name="gpu">Use the <pkg>media-libs/glfw</pkg> library for GPU info</flag>
+		<flag name="pci">Use the <pkg>sys-apps/pciutils</pkg> library for PCI info</flag>
 		<flag name="opencl">Use the <pkg>virtual/opencl</pkg> library</flag>
 	</use>
 	<use lang="fr">
 		<flag name="bandwidth">Intégrer bandwidth</flag>
 		<flag name="dmidecode">Intégrer dmidecode</flag>
 		<flag name="force-libstatgrab">Utiliser <pkg>sys-libs/libstatgrab</pkg> à la place de <pkg>sys-process/procps</pkg></flag>
-		<flag name="libcpuid">Utiliser la bibliothèque <pkg>sys-libs/libcpuid</pkg></flag>
+		<flag name="libcpuid">Utiliser la bibliothèque <pkg>dev-libs/libcpuid</pkg></flag>
 		<flag name="libglfw">Utiliser la bibliothèque <pkg>media-libs/glfw</pkg></flag>
 		<flag name="libpci">Utiliser la bibliothèque <pkg>sys-apps/pciutils</pkg></flag>
 		<flag name="opencl">Utiliser la bibliothèque <pkg>virtual/opencl</pkg></flag>


             reply	other threads:[~2022-08-19 16:36 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19 16:36 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 16:04 [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpu-x/ Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-01-06 15:33 Ben Kohler
2024-01-06 15:33 Ben Kohler
2023-11-13 12:55 Ben Kohler
2023-11-06 12:34 Ben Kohler
2023-10-27 18:00 Ben Kohler
2023-10-27 18:00 Ben Kohler
2023-10-16 15:25 Ben Kohler
2023-10-16 15:25 Ben Kohler
2023-10-16 15:25 Ben Kohler
2023-06-24 12:24 Ben Kohler
2023-05-23  2:52 Sam James
2023-04-03 13:15 Ben Kohler
2023-04-03 13:15 Ben Kohler
2023-04-03 13:15 Ben Kohler
2022-11-12 23:21 Ben Kohler
2022-11-12 23:21 Ben Kohler
2022-11-01 15:56 Ben Kohler
2022-11-01 15:56 Ben Kohler
2022-10-25 12:50 Ben Kohler
2022-10-10 16:16 Ben Kohler
2022-09-29 14:32 Ben Kohler
2022-09-29 14:32 Ben Kohler
2022-08-29 13:00 Ben Kohler
2022-08-19 19:07 Ben Kohler
2022-08-19 15:56 Ben Kohler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660926979.c041c2713a0901a701e844f2dd26785bcb9f13f6.bkohler@gentoo \
    --to=bkohler@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox