summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-12-24 16:46:00 -0500
committerMike Gilbert <floppym@gentoo.org>2021-12-24 19:02:16 -0500
commit40b99136a253c97fbe969514d74bae41ba8b7924 (patch)
treeb69dfc4b391237471f03126be01d5dca3c969799 /sys-apps/lsvpd
parentsys-apps/lshw: drop 02.19.2b_p20210121 (diff)
downloadgentoo-40b99136a253c97fbe969514d74bae41ba8b7924.tar.gz
gentoo-40b99136a253c97fbe969514d74bae41ba8b7924.tar.bz2
gentoo-40b99136a253c97fbe969514d74bae41ba8b7924.zip
sys-apps/lsvpd: drop 1.7.12
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/lsvpd')
-rw-r--r--sys-apps/lsvpd/Manifest1
-rw-r--r--sys-apps/lsvpd/lsvpd-1.7.12.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest
index 62a5ac3f608d..a3ef48f0461b 100644
--- a/sys-apps/lsvpd/Manifest
+++ b/sys-apps/lsvpd/Manifest
@@ -1,2 +1 @@
-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.12.ebuild b/sys-apps/lsvpd/lsvpd-1.7.12.ebuild
deleted file mode 100644
index cc68314bdd30..000000000000
--- a/sys-apps/lsvpd/lsvpd-1.7.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-}