diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-28 18:53:51 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-28 18:54:07 -0700 |
commit | 2aa5357cab8ed1c256af1764983c4475ceebe60b (patch) | |
tree | 7d71b048c815cd56585f2a0aadc1bfae79067b04 /sys-apps/lsvpd | |
parent | profiles/package.mask: Update cinnamon mask (diff) | |
download | gentoo-2aa5357cab8ed1c256af1764983c4475ceebe60b.tar.gz gentoo-2aa5357cab8ed1c256af1764983c4475ceebe60b.tar.bz2 gentoo-2aa5357cab8ed1c256af1764983c4475ceebe60b.zip |
sys-apps/lsvpd: bump to 1.7.11
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/lsvpd')
-rw-r--r-- | sys-apps/lsvpd/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/lsvpd/lsvpd-1.7.11.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest index 3103b690fc6f..c6b05110407f 100644 --- a/sys-apps/lsvpd/Manifest +++ b/sys-apps/lsvpd/Manifest @@ -1 +1,2 @@ DIST lsvpd-1.7.10.tar.gz 89862 BLAKE2B a2fa6f85822313b5cf17ec9207ddd533ffb1cb4a3ee2e32416d6b646930f8499c3d8994ab6cd21b1d4d01be1c32f13e2bd1206cc073bbcbaf8cb9722993a1510 SHA512 0ee9b8329e9ea7eac6b502051a5ecc5af28642aa3f14af9cecd0217ea6637a548eaeab2e5631534041dfd849701e0905a0618b1ab62162b9af493ab0f8ad7ff4 +DIST lsvpd-1.7.11.tar.gz 90366 BLAKE2B 2dfbbc92921106247580395ac663731bc4486d9380b052cfaa0867939a22b4c10d130adcb01260316e5c0fa5a093eb8c95c0d0b04a5ea17792e5891cb302a554 SHA512 68efdbee6bbfb4fd6673bc83d340aea6a121d48d1e75dcc4f9322521d8a3aa7b04fbe1acbb7e7343c5a7e2dd33f21ecf2e54a32ff5f6f2b9e1e5d6c34b8b25b5 diff --git a/sys-apps/lsvpd/lsvpd-1.7.11.ebuild b/sys-apps/lsvpd/lsvpd-1.7.11.ebuild new file mode 100644 index 000000000000..8dfb6ff3bd44 --- /dev/null +++ b/sys-apps/lsvpd/lsvpd-1.7.11.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 +} |