From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
Date: Thu, 30 Nov 2017 21:05:01 +0000 (UTC) [thread overview]
Message-ID: <1512075891.c9f9da38a3cc13877b0b0cc2d353529a23a87b88.jstein@gentoo> (raw)
commit: c9f9da38a3cc13877b0b0cc2d353529a23a87b88
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 21:04:51 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 21:04:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f9da38
sys-apps/inxi: Version bump to 2.3.48
Package-Manager: Portage-2.3.16, Repoman-2.3.5
sys-apps/inxi/Manifest | 1 +
sys-apps/inxi/inxi-2.3.48.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 234896d8854..7eaa8de9334 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -3,4 +3,5 @@ DIST inxi-2.3.36_p20170816.tar.gz 452116 SHA256 d5648d2b6a32da364bf5d9f9eb3b275a
DIST inxi-2.3.37.tar.gz 454862 SHA256 5c728fefbe33800ab7ce8d5536f52fbb0aff560f48ba525f148fc48e034fe1c1 SHA512 0a47cd920e80c518d6d6987945eb9526ee1ce7f6bf62754196e05736db44fbced615d29b6e12787bf55f769ed9963dff0088c96f9dbe13dae7f57744b0172802 WHIRLPOOL e4271b8d6493e4d48ad15fc8d5d4bb86fd3251bb1fc8b2292c2f538076f29b53aef156f97233bbbb0a9acae52fa987672797832fe33f29fd6a8b40b154608de5
DIST inxi-2.3.43.tar.gz 457941 BLAKE2B cbcdb3061643ba3516c93dc13e5e0e25d0740e4aa39519643467b03913a10e4ad1eed9cd52f62e7dd344b70f41124f248e48e7d1abacd55dbcb1401b07b1a88b SHA512 33c9ae788ab139f5a2511a3b5bd51276dafb3b847920345b02ad717e1da71f9a78fffc9e55b1085c91d014c2da940b1c64f72db9b59f7bb8d7e442bbbc0bd947
DIST inxi-2.3.47.tar.gz 462826 BLAKE2B c825b80b5b05fabfad22cbcee685d5c5caa7835493555f1e930dfc11aac35fbe7529fa4738d41dfaae4c6130211d42f576d77ba9f764864bfe89b70a4c0d602a SHA512 be2e0f1880e1b7604acd1f7b8f6595536e12fbe0998f85a195e0892bf1b9942c08f791779f99526a337d097259ea8d3cd0b04da465f8deb1b30bbba9fea4dc4e
+DIST inxi-2.3.48.tar.gz 467912 BLAKE2B e4d42fbcf073c5815451848d55ad24b782a0851d7701ca87f88ec97467a7968577d6ebe3818cd2b5a59017fecc11baa686d23ffaf0f18ab086bdba0393a07fba SHA512 5f32abb56f8466b5c166616680bc7b6ab5d38b76720ecf3d7d065c5ae08de0bdcf14c31b9ab207adaa7c46f4f292c9971022f27aabe5aa14bb3e828a01bff97c
DIST inxi-2.3.8_p20170114.tar.gz 422139 SHA256 ecad1522c786555c7b11d3066878f94fc276b205fb63faad06c9ff6f708bf558 SHA512 400d6cceb9282f46f1de30d436f334813d725867e0614a0ef694dc33066139dd7daf4730c007186b7037705f5debb72fa0ad9357619cdbc93152b4d585ba17e6 WHIRLPOOL 0734dc38929c404c2ef08017606558aa55ccdc8c290adec8640db30e800d0ba4b1c8c89d3f9c221b5ea6e02f1f0ca8c429326fe8bec57e5c7a75999c95b24a23
diff --git a/sys-apps/inxi/inxi-2.3.48.ebuild b/sys-apps/inxi/inxi-2.3.48.ebuild
new file mode 100644
index 00000000000..fbc8adc3542
--- /dev/null
+++ b/sys-apps/inxi/inxi-2.3.48.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_COMMIT="57996595b168845ccf2d8fe10052a51a3f1c3ff6"
+# ^^ because upstream refuses to tag commits with version numbers
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi"
+SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+DEPEND=""
+RDEPEND=">=app-shells/bash-3.0
+ sys-apps/pciutils
+ sys-apps/usbutils
+ bluetooth? ( net-wireless/bluez )
+ hddtemp? ( app-admin/hddtemp )
+ opengl? ( x11-apps/mesa-progs )
+ "
+
+S="${WORKDIR}/smxi-${PN}-${MY_COMMIT:0:7}"
+
+src_install() {
+ dobin ${PN}
+ unpack ./${PN}.1.gz
+ doman ${PN}.1
+}
next reply other threads:[~2017-11-30 21:05 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 21:05 Jonas Stein [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-20 21:58 [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ 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-03-19 22:08 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-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=1512075891.c9f9da38a3cc13877b0b0cc2d353529a23a87b88.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