public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsvpd/
Date: Fri, 21 Feb 2020 00:50:01 +0000 (UTC)	[thread overview]
Message-ID: <1582246155.a8e132c8bc1e4d737b1bf290a53199a74120338e.gyakovlev@gentoo> (raw)

commit:     a8e132c8bc1e4d737b1bf290a53199a74120338e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 00:47:03 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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 @@
+<?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>


             reply	other threads:[~2020-02-21  0:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-21  0:50 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-30 18:00 [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsvpd/ Georgy Yakovlev
2022-11-30  1:24 Sam James
2022-05-15 10:49 Georgy Yakovlev
2021-12-25  0:02 Mike Gilbert
2021-12-07 20:29 Sam James
2021-11-28 20:08 Mike Gilbert
2021-10-07 16:04 Georgy Yakovlev
2021-10-07 16:04 Georgy Yakovlev
2021-07-07  2:17 Sam James
2021-06-04 23:32 Georgy Yakovlev
2021-04-03 17:48 Mike Gilbert
2020-12-25 12:17 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-05-29  1:54 Georgy Yakovlev
2020-05-05 21:13 Georgy Yakovlev
2020-02-21  0:50 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582246155.a8e132c8bc1e4d737b1bf290a53199a74120338e.gyakovlev@gentoo \
    --to=gyakovlev@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox