summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:03:14 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:03:14 -0700
commit0b2b282539a8ed0f4f57ba71f64285d46ec7e6c9 (patch)
tree7f6509b363118a5ec224bf5f66ca1bcbaea8b11d /sys-apps/lsvpd
parentprofiles/base: remove rust[parallel-compiler] stable mask (diff)
downloadgentoo-0b2b282539a8ed0f4f57ba71f64285d46ec7e6c9.tar.gz
gentoo-0b2b282539a8ed0f4f57ba71f64285d46ec7e6c9.tar.bz2
gentoo-0b2b282539a8ed0f4f57ba71f64285d46ec7e6c9.zip
sys-apps/lsvpd: add 1.7.13
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/lsvpd')
-rw-r--r--sys-apps/lsvpd/Manifest1
-rw-r--r--sys-apps/lsvpd/lsvpd-1.7.13.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest
index 0f40d9cb8173..423f32d1162b 100644
--- a/sys-apps/lsvpd/Manifest
+++ b/sys-apps/lsvpd/Manifest
@@ -1,2 +1,3 @@
DIST lsvpd-1.7.11.tar.gz 90366 BLAKE2B 2dfbbc92921106247580395ac663731bc4486d9380b052cfaa0867939a22b4c10d130adcb01260316e5c0fa5a093eb8c95c0d0b04a5ea17792e5891cb302a554 SHA512 68efdbee6bbfb4fd6673bc83d340aea6a121d48d1e75dcc4f9322521d8a3aa7b04fbe1acbb7e7343c5a7e2dd33f21ecf2e54a32ff5f6f2b9e1e5d6c34b8b25b5
DIST lsvpd-1.7.12.tar.gz 90806 BLAKE2B 1b55c463602105c36654f7baaf5d7c8f27ec045f35a648e87327f5b0b1c19ec62f5701a48d51114435dc5edfc503b78c35eb109a7982d6e6c10df4dd0d20e4a1 SHA512 0a37a580432004c359080edd2b07ea44a68dcf81621e0ec3a89cf7c4ca0f64a29143cee154a8d39c1411f64bf229a8a19f10d9f2c95971374b97a4c05b1c1523
+DIST lsvpd-1.7.13.tar.gz 93269 BLAKE2B 9b92de69b810314dd8c84e300fabcce2117b16373b68c7e414cd6035f1b64f90fec2e2c4f0b623263d0f7de1e499464139e7b8ffa30e2e13b76fce50ea67ff4c SHA512 99039b622051a24d1d17a014a81c6909a403c4b3746c2e4e62b0822f1d14319b3fcd5c82c13ec240ef2110c8a08de5b74a39ed0dea8a482977a475566cd83d3b
diff --git a/sys-apps/lsvpd/lsvpd-1.7.13.ebuild b/sys-apps/lsvpd/lsvpd-1.7.13.ebuild
new file mode 100644
index 000000000000..915b79c32135
--- /dev/null
+++ b/sys-apps/lsvpd/lsvpd-1.7.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2021 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/hwids
+ sys-apps/sg3_utils:0=
+ sys-libs/librtas
+ sys-libs/libvpd
+ sys-libs/zlib
+"
+
+DEPEND="${RDEPEND}
+ virtual/os-headers
+"
+
+BDEPEND=""
+
+src_prepare() {
+ default
+ eautoreconf
+}