From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
Date: Tue, 19 Mar 2024 22:08:13 +0000 (UTC) [thread overview]
Message-ID: <1710885986.62f3dcef3531241fda1ec6e7cd646656a53917cb.jstein@gentoo> (raw)
commit: 62f3dcef3531241fda1ec6e7cd646656a53917cb
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 21:57:25 2024 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 22:06:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f3dcef
sys-apps/inxi: bump to 3.3.33.1 add optfeatures
Version bump to 3.3.33.1
Add optional dependencies with optfeature
Upstream moved from github to codeberg
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
sys-apps/inxi/Manifest | 1 +
sys-apps/inxi/inxi-3.3.27.1.ebuild | 2 +-
sys-apps/inxi/inxi-3.3.29.1.ebuild | 4 +-
sys-apps/inxi/inxi-3.3.30.1.ebuild | 4 +-
sys-apps/inxi/inxi-3.3.31.2.ebuild | 4 +-
sys-apps/inxi/inxi-3.3.33.1.ebuild | 76 ++++++++++++++++++++++++++++++++++++++
sys-apps/inxi/metadata.xml | 1 +
7 files changed, 85 insertions(+), 7 deletions(-)
diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 3c5d17648696..0d2777a69699 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -2,3 +2,4 @@ DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 1a312255340bfe361eb10dd725cc9fb1421d8df
DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763 SHA512 09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c
DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7 SHA512 dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4 SHA512 d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae
+DIST inxi-3.3.33.1.tar.gz 679978 BLAKE2B 7445989e64cbb4beb39d6b415230ed70f5b7be90a9b4155104abdb4d57d490ea5ae09cd48871ed3745ba7b719fe4eb49e9706ad168f59245c66f8f576cf022f3 SHA512 7537da7175fe1578a09567e169a309c5258cbb1fd1ae7e58d98df800110cd03333775f8a73f672a5a6a8f0a950123f4f5908a15023648da9150f43464d25be10
diff --git a/sys-apps/inxi/inxi-3.3.27.1.ebuild b/sys-apps/inxi/inxi-3.3.27.1.ebuild
index 151dbb74bbbb..1ed63b070e2a 100644
--- a/sys-apps/inxi/inxi-3.3.27.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.27.1.ebuild
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
# It was also the last Bash based release. Later versions are Perl based
DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi"
+HOMEPAGE="https://codeberg.org/smxi/inxi"
SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
diff --git a/sys-apps/inxi/inxi-3.3.29.1.ebuild b/sys-apps/inxi/inxi-3.3.29.1.ebuild
index 1b3918e6aebe..5b9fb0891c53 100644
--- a/sys-apps/inxi/inxi-3.3.29.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.29.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
# It was also the last Bash based release. Later versions are Perl based
DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi"
+HOMEPAGE="https://codeberg.org/smxi/inxi"
SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
diff --git a/sys-apps/inxi/inxi-3.3.30.1.ebuild b/sys-apps/inxi/inxi-3.3.30.1.ebuild
index a706e26a71c6..b6c6cb35e9a5 100644
--- a/sys-apps/inxi/inxi-3.3.30.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.30.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
# It was also the last Bash based release. Later versions are Perl based
DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi"
+HOMEPAGE="https://codeberg.org/smxi/inxi"
SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
diff --git a/sys-apps/inxi/inxi-3.3.31.2.ebuild b/sys-apps/inxi/inxi-3.3.31.2.ebuild
index 1b3918e6aebe..5b9fb0891c53 100644
--- a/sys-apps/inxi/inxi-3.3.31.2.ebuild
+++ b/sys-apps/inxi/inxi-3.3.31.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
# It was also the last Bash based release. Later versions are Perl based
DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi"
+HOMEPAGE="https://codeberg.org/smxi/inxi"
SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
diff --git a/sys-apps/inxi/inxi-3.3.33.1.ebuild b/sys-apps/inxi/inxi-3.3.33.1.ebuild
new file mode 100644
index 000000000000..990d547acf19
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.33.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+
+inherit optfeature
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://codeberg.org/smxi/inxi"
+SRC_URI="https://codeberg.org/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="dev-lang/perl
+ sys-apps/pciutils
+ "
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+ dodoc README.txt
+}
+
+pkg_postinst() {
+ # All packages are in the same order as displayed by inxi --recommends
+ # including duplicates in order to keep track of changes in the future.
+ optfeature_header "Optional features as suggested by inxi --recommends:"
+
+ optfeature "blockdev: --admin -p/-P (filesystem blocksize)" sys-apps/util-linux
+ optfeature "bt-adapter: -E bluetooth data (if no hciconfig, btmgmt)" net-wireless/bluez-tools
+ optfeature "btmgmt: -E bluetooth data (if no hciconfig)" net-wireless/bluez
+ optfeature "dig: -i wlan IP" net-dns/bind-tools
+ optfeature "dmidecode: -M if no sys machine data; -m" sys-apps/dmidecode
+ optfeature "doas: -Dx hddtemp-user; -o file-user (alt for sudo)" app-admin/doas
+ optfeature "fdisk: -D partition scheme (fallback)" sys-apps/util-linux
+
+ # currently implicit dependency:
+ # optfeature "file: -o unmounted file system (if no lsblk)" sys-apps/file
+ # not packaged yet:
+ # fruid_print: -M machine data, Elbrus only
+
+ optfeature "hciconfig: -E bluetooth data (deprecated, good report)" net-wireless/bluez
+ optfeature "hddtemp: -Dx show hdd temp, if no drivetemp module" app-admin/hddtemp
+ optfeature "ifconfig: -i ip LAN (deprecated)" sys-apps/net-tools
+ optfeature "ip: -i ip LAN" sys-apps/iproute2
+ optfeature "ipmitool: -s IPMI sensors (servers)" sys-apps/ipmitool
+ optfeature "ipmi-sensors: -s IPMI sensors (servers)" sys-libs/freeipmi
+ optfeature "lsblk: -L LUKS/bcache; -o unmounted file system (best option)" sys-apps/util-linux
+ optfeature "lsusb: -A usb audio; -J (optional); -N usb networking" sys-apps/usbutils
+ optfeature "lvs: -L LVM data" sys-fs/lvm2
+ optfeature "mdadm: -Ra advanced mdraid data" sys-fs/mdadm
+ optfeature "modinfo: Ax; -Nx module version" sys-apps/kmod
+ optfeature "runlevel: -I fallback to Perl" sys-apps/sysvinit
+ optfeature "sensors: -s sensors output (optional, /sys supplies most)" sys-apps/lm-sensors
+ optfeature "smartctl: -Da advanced data" sys-apps/smartmontools
+ # TODO optfeature "strings: -I sysvinit version" sys-devel/llvm-toolchain-symlinks
+ optfeature "sudo: -Dx hddtemp-user; -o file-user (try doas!)" app-admin/sudo
+ optfeature "tree: --debugger 20,21 /sys tree" app-text/tree
+ optfeature "udevadm: -m ram data for non-root, or no dmidecode" sys-apps/systemd
+ optfeature "upower: -sx attached device battery info" sys-power/upower
+ optfeature "uptime: -I uptime" sys-process/procps
+ optfeature "eglinfo: -G X11/Wayland EGL info" x11-apps/mesa-progs
+ optfeature "glxinfo: -G X11 GLX info" x11-apps/mesa-progs
+ optfeature "vulkaninfo: -G Vulkan API info" dev-util/vulkan-tools
+ optfeature "wayland-info: -G Wayland data (not for X)" app-misc/wayland-utils
+ optfeature "wmctrl: -S active window manager (fallback)" x11-misc/wmctrl
+ optfeature "xdpyinfo: -G (X) Screen resolution, dpi; -Ga Screen size" x11-apps/xdpyinfo
+ optfeature "xprop: -S (X) desktop data" x11-apps/xprop
+ optfeature "xdriinfo: -G (X) DRI driver (if missing, fallback to Xorg log)" x11-apps/xdriinfo
+ optfeature "xrandr: -G (X) monitors(s) resolution; -Ga monitor data" x11-apps/xrandr
+}
diff --git a/sys-apps/inxi/metadata.xml b/sys-apps/inxi/metadata.xml
index 6e7c8477e73c..facad1bc6f11 100644
--- a/sys-apps/inxi/metadata.xml
+++ b/sys-apps/inxi/metadata.xml
@@ -6,6 +6,7 @@
<name>Jonas Stein</name>
</maintainer>
<upstream>
+ <remote-id type="codeberg">smxi/inxi</remote-id>
<remote-id type="github">smxi/inxi</remote-id>
</upstream>
<longdescription>inxi is a script to print information about the system. It was forked from infobash. The script parses files in /proc but can also collects information from other tools such as glxinfo or dmidecode. See a full list of supported tools with inxi --recommends.</longdescription>
next reply other threads:[~2024-03-19 22:08 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-19 22:08 Jonas Stein [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-09 18:02 [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ Jonas Stein
2025-01-09 17:59 Jonas Stein
2024-11-21 13:47 Jakov Smolić
2024-11-18 10:28 Arthur Zamarin
2024-11-18 10:28 Arthur Zamarin
2024-11-18 3:13 Sam James
2024-11-18 1:43 Sam James
2024-11-18 1:43 Sam James
2024-11-18 1:43 Sam James
2024-10-20 21:58 Jonas Stein
2024-06-19 21:13 Jonas Stein
2024-04-21 23:57 Jonas Stein
2024-04-20 23:53 Sam James
2024-04-20 23:53 Sam James
2024-04-20 23:53 Sam James
2024-04-20 23:53 Sam James
2024-04-20 23:53 Sam James
2024-04-20 23:53 Sam James
2024-04-20 23:53 Sam James
2024-04-20 21:35 Jonas Stein
2024-04-20 21:24 Jonas Stein
2024-01-21 0:40 Jonas Stein
2024-01-18 0:28 Sam James
2024-01-18 0:28 Sam James
2023-12-22 13:43 Arthur Zamarin
2023-12-22 7:21 Arthur Zamarin
2023-12-22 7:21 Arthur Zamarin
2023-12-22 5:07 Sam James
2023-12-22 5:07 Sam James
2023-12-21 19:15 Jonas Stein
2023-10-17 21:30 Jonas Stein
2023-08-26 8:13 Jonas Stein
2023-08-09 21:58 Jonas Stein
2023-08-09 21:55 Jonas Stein
2023-08-02 13:19 Sam James
2023-07-02 23:35 Sam James
2023-07-02 23:35 Sam James
2023-07-02 23:34 Jonas Stein
2023-07-02 23:16 Sam James
2023-07-02 23:15 Sam James
2023-05-20 13:09 Jonas Stein
2023-03-21 10:12 Jonas Stein
2023-03-20 2:22 Sam James
2023-03-20 2:22 Sam James
2023-03-20 2:22 Sam James
2023-03-20 2:22 Sam James
2023-03-20 2:22 Sam James
2022-10-01 6:19 Arthur Zamarin
2022-09-16 19:01 Jonas Stein
2022-09-14 19:18 Arthur Zamarin
2022-08-13 16:00 WANG Xuerui
2022-07-31 11:10 Agostino Sarubbo
2022-07-31 11:09 Agostino Sarubbo
2022-07-31 11:06 Agostino Sarubbo
2022-07-30 21:19 Sam James
2022-07-30 21:19 Sam James
2022-07-29 22:16 Jonas Stein
2022-07-29 22:12 Jonas Stein
2022-06-12 12:43 Jonas Stein
2022-05-25 16:50 Jakov Smolić
2022-03-12 12:16 Arthur Zamarin
2022-03-10 9:13 Agostino Sarubbo
2022-03-10 9:12 Agostino Sarubbo
2022-03-10 7:51 Jakov Smolić
2022-03-10 7:51 Jakov Smolić
2022-03-09 17:50 Jonas Stein
2022-01-31 18:51 Sam James
2022-01-31 18:51 Sam James
2022-01-31 6:44 Sam James
2022-01-31 1:03 Sam James
2022-01-31 1:03 Sam James
2022-01-31 0:21 Jonas Stein
2021-11-17 2:19 Sam James
2021-11-11 17:37 Jonas Stein
2021-08-25 22:47 Ulrich Müller
2021-08-25 22:47 Ulrich Müller
2021-05-15 15:50 Jonas Stein
2020-12-16 11:12 Sam James
2020-12-11 23:10 Sergei Trofimovich
2020-12-11 23:07 Sergei Trofimovich
2020-12-06 18:45 Sam James
2020-12-06 17:05 Thomas Deutschmann
2020-08-22 14:04 Jonas Stein
2020-04-13 1:35 Jonas Stein
2020-04-13 1:01 Jonas Stein
2019-09-26 20:55 Jonas Stein
2019-09-26 17:03 Jonas Stein
2019-08-02 15:39 Jonas Stein
2019-07-07 14:19 Jonas Stein
2019-04-17 21:00 Jonas Stein
2019-04-14 18:12 Jonas Stein
2018-04-13 23:22 Aaron Bauman
2018-04-06 23:25 Jonas Stein
2018-01-17 3:34 Jonas Stein
2017-12-08 17:14 Jonas Stein
2017-12-08 17:14 Jonas Stein
2017-11-30 21:10 Jonas Stein
2017-11-30 21:05 Jonas Stein
2017-11-27 9:36 Jonas Stein
2017-11-04 23:45 Jonas Stein
2017-11-04 22:53 Jonas Stein
2017-10-14 14:46 Sergei Trofimovich
2017-10-12 9:23 Sergei Trofimovich
2017-09-07 21:17 Jonas Stein
2017-08-21 5:18 Jonas Stein
2017-08-05 20:59 Amy Liffey
2017-06-30 13:18 Patrice Clement
2017-05-30 14:09 Michał Górny
2016-11-23 23:12 Patrice Clement
2016-11-23 23:12 Patrice Clement
2016-08-18 8:55 Kristian Fiskerstrand
2016-08-17 19:00 Sebastian Pipping
2016-08-17 18:01 Sebastian Pipping
2016-08-17 18:01 Sebastian Pipping
2016-08-17 18:01 Sebastian Pipping
2016-08-06 8:12 Pacho Ramos
2015-09-01 20:06 Tobias Klausmann
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=1710885986.62f3dcef3531241fda1ec6e7cd646656a53917cb.jstein@gentoo \
--to=jstein@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