From: Georgy Yakovlev Date: Fri, 21 Feb 2020 00:47:03 +0000 (-0800) Subject: sys-apps/lsvpd: new package, ppc64 system info utilities X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8e132c8bc1e4d737b1bf290a53199a74120338e;p=gentoo.git sys-apps/lsvpd: new package, ppc64 system info utilities Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest new file mode 100644 index 000000000000..3103b690fc6f --- /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 000000000000..8dfb6ff3bd44 --- /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 000000000000..a0e8a1109e57 --- /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 + +