From ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 29 Feb 2020 18:01:47 +0000 Subject: gentoo (leap year) resync : 29.02.2020 --- sys-apps/lsvpd/Manifest | 3 +++ sys-apps/lsvpd/lsvpd-1.7.10.ebuild | 34 ++++++++++++++++++++++++++++++++++ sys-apps/lsvpd/metadata.xml | 24 ++++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 sys-apps/lsvpd/Manifest create mode 100644 sys-apps/lsvpd/lsvpd-1.7.10.ebuild create mode 100644 sys-apps/lsvpd/metadata.xml (limited to 'sys-apps/lsvpd') diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest new file mode 100644 index 000000000000..5c3732a2919f --- /dev/null +++ b/sys-apps/lsvpd/Manifest @@ -0,0 +1,3 @@ +DIST lsvpd-1.7.10.tar.gz 89862 BLAKE2B a2fa6f85822313b5cf17ec9207ddd533ffb1cb4a3ee2e32416d6b646930f8499c3d8994ab6cd21b1d4d01be1c32f13e2bd1206cc073bbcbaf8cb9722993a1510 SHA512 0ee9b8329e9ea7eac6b502051a5ecc5af28642aa3f14af9cecd0217ea6637a548eaeab2e5631534041dfd849701e0905a0618b1ab62162b9af493ab0f8ad7ff4 +EBUILD lsvpd-1.7.10.ebuild 575 BLAKE2B c5f93a9b8e866ab6c07ab716f37aaa571c27a5bf9606c198fdf8107ea8bcc9936e3d0748f116d8bd1b8da32ba4c26093efa159681aa0aae0bfee0785e2ca9309 SHA512 8ca6d60982f851c230f9a95b4f6caff791af16f6bc9e9bf7f9eed5062bd14cf1462705f55abfdefefd9930b1436befd7489839dbd3b63cfeac01d383d5b27b7a +MISC metadata.xml 988 BLAKE2B 1029729819fe1c2f8b197e27a127de88fb0a72cd6671a27cb08effdb81108b2be892860bc97012f6cb903d509ca3eb9fe4bf0f59c0642f93b19e0f453e7f276f SHA512 f20dfdcc425ead51943d39d8a5dec0f38baa023cd204a446e63f0f50588d51519a83af3fb6004ede20aa0d0d63ef5d9523d491759fc849951fbceaf96bef254b 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..76b562ad8fee --- /dev/null +++ b/sys-apps/lsvpd/metadata.xml @@ -0,0 +1,24 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + ppc@gentoo.org + Gentoo Linux PowerPC Development + + + 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 + + -- cgit v1.2.3