sys-apps/lsvpd: new package, ppc64 system info utilities
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 21 Feb 2020 00:47:03 +0000 (16:47 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 21 Feb 2020 00:49:15 +0000 (16:49 -0800)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-apps/lsvpd/Manifest [new file with mode: 0644]
sys-apps/lsvpd/lsvpd-1.7.10.ebuild [new file with mode: 0644]
sys-apps/lsvpd/metadata.xml [new file with mode: 0644]

diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest
new file mode 100644 (file)
index 0000000..3103b69
--- /dev/null
@@ -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 (file)
index 0000000..8dfb6ff
--- /dev/null
@@ -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 (file)
index 0000000..a0e8a11
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>gyakovlev@gentoo.org</email>
+               <name>Georgy Yakovlev</name>
+       </maintainer>
+       <longdescription>
+               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.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">power-ras/lsvpd</remote-id>
+       </upstream>
+</pkgmetadata>