From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D743139694 for ; Tue, 30 May 2017 14:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9236EE0ECC; Tue, 30 May 2017 14:09:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58039E0ECC for ; Tue, 30 May 2017 14:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C85B8341706 for ; Tue, 30 May 2017 14:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 907CB7468 for ; Tue, 30 May 2017 14:09:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1496153356.9ba9ff16002c9f76486cc3b433d3ebf378f71adf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/inxi/Manifest sys-apps/inxi/inxi-2.3.8_p20170114.ebuild X-VCS-Directories: sys-apps/inxi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ba9ff16002c9f76486cc3b433d3ebf378f71adf X-VCS-Branch: master Date: Tue, 30 May 2017 14:09:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8bd9fe3-99d7-47d0-b760-e3eb430d6508 X-Archives-Hash: f45d5ce8c78ce38a10c0163ea85a7064 commit: 9ba9ff16002c9f76486cc3b433d3ebf378f71adf Author: Jonas Stein gentoo org> AuthorDate: Thu May 25 20:03:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 30 14:09:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba9ff16 sys-apps/inxi: Version bump 2.3.8_p20170114 - cleaned ebuild - add dependency sys-apps/usbutils - more precise DESCRIPTION - unpack manpage .gz before doman Closes: https://github.com/gentoo/gentoo/pull/4777 sys-apps/inxi/Manifest | 1 + sys-apps/inxi/inxi-2.3.8_p20170114.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest index 2ca8aa8ef98..7a2542da7d8 100644 --- a/sys-apps/inxi/Manifest +++ b/sys-apps/inxi/Manifest @@ -1,2 +1,3 @@ DIST inxi-2.3.0_p20160807.tar.gz 407468 SHA256 da9bf61c2134291d8f65f5cd270a7026d83ea28f44450c7973e1f5f7aa529313 SHA512 58f91c7b44cfa6a53fba7fdd8300ab5b9bca86a1c558524ad6f26f79123f4e642531543f9d5d04134ca5028323bc9e6db128a15e0c17b41254ff9463db1080f9 WHIRLPOOL eb502482b76a55c2fa7d3c9972fa0b46ee4e12af208073bc2ff4b22d6880868ddd576b1c345905f19fae4ee6469d4dc5fdbdaef0acf4d944e8a390974fa54881 DIST inxi-2.3.4_p20161104.tar.gz 415379 SHA256 b4e1377e9c67dd7836542542edd9facdad6fa9cf37d3b8cc0c3c98bf31f463c0 SHA512 4803433bb483119a0c7b50eea07b39878a39005224fbda0ddc7e52bf88abbd0184c8476277b15c80a156d4d1b9d51297f15c8d1c63b95dc3e40399cc50afe850 WHIRLPOOL 9b0688a163a29dfb07d4228624cd9cfd2f8010f189b914ad06b3ba76ef62f8765d861986946d9045f257561716ebf1bbdfe7f305fe9614671992ca02e523ef6f +DIST inxi-2.3.8_p20170114.tar.gz 422139 SHA256 ecad1522c786555c7b11d3066878f94fc276b205fb63faad06c9ff6f708bf558 SHA512 400d6cceb9282f46f1de30d436f334813d725867e0614a0ef694dc33066139dd7daf4730c007186b7037705f5debb72fa0ad9357619cdbc93152b4d585ba17e6 WHIRLPOOL 0734dc38929c404c2ef08017606558aa55ccdc8c290adec8640db30e800d0ba4b1c8c89d3f9c221b5ea6e02f1f0ca8c429326fe8bec57e5c7a75999c95b24a23 diff --git a/sys-apps/inxi/inxi-2.3.8_p20170114.ebuild b/sys-apps/inxi/inxi-2.3.8_p20170114.ebuild new file mode 100644 index 00000000000..55d7955e7d3 --- /dev/null +++ b/sys-apps/inxi/inxi-2.3.8_p20170114.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_COMMIT=af0630e3067c138893e243896e1767c93d2a2856 #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 ~x86" +IUSE="" +DEPEND="" +RDEPEND=">=app-shells/bash-3.0 + sys-apps/pciutils + sys-apps/usbutils + " +S="${WORKDIR}/smxi-${PN}-${MY_COMMIT:0:7}" + +src_install() { + dobin "${PN}" + unpack "./${PN}.1.gz" + doman "${PN}.1" +}