From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
Date: Sun, 7 Jul 2019 14:19:01 +0000 (UTC) [thread overview]
Message-ID: <1562509122.1ab327659aeb37821ddefff614b86c367cf9a884.jstein@gentoo> (raw)
commit: 1ab327659aeb37821ddefff614b86c367cf9a884
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 14:17:35 2019 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 14:18:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab32765
sys-apps/inxi: Version bump
Bump to 3.0.34.1
Package-Manager: Portage-2.3.68, Repoman-2.3.14
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
sys-apps/inxi/Manifest | 1 +
sys-apps/inxi/inxi-3.0.34.1.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index dc4af3a33ed..ea3d49cfd1e 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -4,3 +4,4 @@ DIST inxi-2.3.50.tar.gz 467912 BLAKE2B e4d42fbcf073c5815451848d55ad24b782a0851d7
DIST inxi-2.3.55.tar.gz 471764 BLAKE2B 0615ab13b4d3164ea180b3c34ec6e2d4cacad9712d1c7d3161821398498ee31515db8a84019ac64f7e5c8bfda12473341869432dada4649d4d0e65f411eb0903 SHA512 4b5ca427bfe77bbce95f2889e118cc051c7219328f26c1281d8c4fff5b6de1a34c9813367a79d1a92f5808cbd13c669e463d6a5b965def7c3d4ed29c2aa91148
DIST inxi-2.3.56.tar.gz 227754 BLAKE2B e3edc0cbe2bc98304b950f420f39f25d52717f7ebda83e7106b35e6b04c8fcef118108f95ebce53140ef50a017d3be1c02dd58653940c23b5e3049c3731c3b5b SHA512 db14a63f59cecf490cc456a4b9d7d7d42ee8c1041785c4635611634e3fbe653d2bcd39eeec3becb42e85d100bcb2d2fadba806566eeb8a6182cd0485e97ac1cd
DIST inxi-3.0.33.1.tar.gz 306370 BLAKE2B 9ebd8d6e00fe241d5fdf52ddbfc01bdb03682f10baf79cf600a4ad94d36870cd5676fb74cbaebd5edfe9288df3c8f649e4f99dd6bbcd12681663423554f74114 SHA512 7239920311e8066f08a6d81525f3608bb555d229bc4f9e33d45442cef4ee219266bdd7c4a7a25de386db8079d1ef496e3fc22620ada772ce6a51c04cb7023256
+DIST inxi-3.0.34.1.tar.gz 308373 BLAKE2B 290a0887a7885b040f614140a99cbd7e0a8f8b89943e2f39cf00f033fb88fbe6a65dd4b5848f4ff7758f5fe81112404abef6102c44f4732308cda0e4ce887766 SHA512 cfc221ce5cd87dd2418ef0a6f916b17ed4a90aa9c6485ffc40a37d87d337f18d1ad98ae53fa366dc56b5250f2e95dc14c528b14d8f796b6d1b26b982cbf0b22b
diff --git a/sys-apps/inxi/inxi-3.0.34.1.ebuild b/sys-apps/inxi/inxi-3.0.34.1.ebuild
new file mode 100644
index 00000000000..430ac49c150
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.0.34.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# 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"
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+DEPEND=""
+RDEPEND="dev-lang/perl
+ sys-apps/pciutils
+ sys-apps/usbutils
+ bluetooth? ( net-wireless/bluez )
+ hddtemp? ( app-admin/hddtemp )
+ opengl? ( x11-apps/mesa-progs )
+ "
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+}
next reply other threads:[~2019-07-07 14:19 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-07 14:19 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-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=1562509122.1ab327659aeb37821ddefff614b86c367cf9a884.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