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 A37CB138350 for ; Fri, 21 Feb 2020 00:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF1DE0858; Fri, 21 Feb 2020 00:50:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E52BE0858 for ; Fri, 21 Feb 2020 00:50:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A42EB34EEA7 for ; Fri, 21 Feb 2020 00:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C0B116 for ; Fri, 21 Feb 2020 00:50:01 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1582246155.a8e132c8bc1e4d737b1bf290a53199a74120338e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsvpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lsvpd/Manifest sys-apps/lsvpd/lsvpd-1.7.10.ebuild sys-apps/lsvpd/metadata.xml X-VCS-Directories: sys-apps/lsvpd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a8e132c8bc1e4d737b1bf290a53199a74120338e X-VCS-Branch: master Date: Fri, 21 Feb 2020 00:50:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f50d9743-096c-4983-99a9-7e8652bcabe8 X-Archives-Hash: d8c7a92af835c7613ed354ea52071f01 commit: a8e132c8bc1e4d737b1bf290a53199a74120338e Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Feb 21 00:47:03 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Feb 21 00:49:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e132c8 sys-apps/lsvpd: new package, ppc64 system info utilities Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/lsvpd/Manifest | 1 + sys-apps/lsvpd/lsvpd-1.7.10.ebuild | 34 ++++++++++++++++++++++++++++++++++ sys-apps/lsvpd/metadata.xml | 20 ++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest new file mode 100644 index 00000000000..3103b690fc6 --- /dev/null +++ b/sys-apps/lsvpd/Manifest @@ -0,0 +1 @@ +DIST lsvpd-1.7.10.tar.gz 89862 BLAKE2B a2fa6f85822313b5cf17ec9207ddd533ffb1cb4a3ee2e32416d6b646930f8499c3d8994ab6cd21b1d4d01be1c32f13e2bd1206cc073bbcbaf8cb9722993a1510 SHA512 0ee9b8329e9ea7eac6b502051a5ecc5af28642aa3f14af9cecd0217ea6637a548eaeab2e5631534041dfd849701e0905a0618b1ab62162b9af493ab0f8ad7ff4 diff --git a/sys-apps/lsvpd/lsvpd-1.7.10.ebuild b/sys-apps/lsvpd/lsvpd-1.7.10.ebuild new file mode 100644 index 00000000000..8dfb6ff3bd4 --- /dev/null +++ b/sys-apps/lsvpd/lsvpd-1.7.10.ebuild @@ -0,0 +1,34 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Utility to List Device Vital Product Data (VPD)" +HOMEPAGE="https://github.com/power-ras/lsvpd" +SRC_URI="https://github.com/power-ras/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +KEYWORDS="~ppc64" +IUSE="" + +RDEPEND=" + dev-db/sqlite:3 + sys-apps/sg3_utils + sys-libs/librtas + sys-libs/libvpd + sys-libs/zlib +" + +DEPEND="${RDEPEND} + virtual/os-headers +" + +BDEPEND="" + +src_prepare() { + default + eautoreconf +} diff --git a/sys-apps/lsvpd/metadata.xml b/sys-apps/lsvpd/metadata.xml new file mode 100644 index 00000000000..a0e8a1109e5 --- /dev/null +++ b/sys-apps/lsvpd/metadata.xml @@ -0,0 +1,20 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + The lsvpd package contains all of the lsvpd, lscfg and lsmcode commands. + These commands, along with a scanning program called vpdupdate, constitute + a hardware inventory system. The lsvpd command provides Vital Product Data + (VPD) about hardware components to higher-level serviceability tools. The + lscfg command provides a more human-readable format of the VPD, as well as + some system-specific information. lsmcode lists microcode and firmware + levels. lsvio lists virtual devices. + + + power-ras/lsvpd + +