From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B5671382C5 for ; Fri, 4 Jun 2021 23:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71944E0833; Fri, 4 Jun 2021 23:32:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 110C9E0833 for ; Fri, 4 Jun 2021 23:32:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1F69340CEE for ; Fri, 4 Jun 2021 23:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 273CC73A for ; Fri, 4 Jun 2021 23:32:53 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1622849549.dc8795bef6c7f966cd8580d7ebc29594bd7faf1d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsvpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lsvpd/Manifest sys-apps/lsvpd/lsvpd-1.7.12.ebuild X-VCS-Directories: sys-apps/lsvpd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: dc8795bef6c7f966cd8580d7ebc29594bd7faf1d X-VCS-Branch: master Date: Fri, 4 Jun 2021 23:32:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33ae3a77-9bee-4c9c-8748-147025db2c63 X-Archives-Hash: 3f45273199ff55c9695889bb22a22c9a commit: dc8795bef6c7f966cd8580d7ebc29594bd7faf1d Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jun 4 23:27:45 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jun 4 23:32:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8795be sys-apps/lsvpd: add 1.7.12 pull hwids as runtime dep Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/lsvpd/Manifest | 1 + sys-apps/lsvpd/lsvpd-1.7.12.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest index 1d5bcf84967..0f40d9cb817 100644 --- a/sys-apps/lsvpd/Manifest +++ b/sys-apps/lsvpd/Manifest @@ -1 +1,2 @@ DIST lsvpd-1.7.11.tar.gz 90366 BLAKE2B 2dfbbc92921106247580395ac663731bc4486d9380b052cfaa0867939a22b4c10d130adcb01260316e5c0fa5a093eb8c95c0d0b04a5ea17792e5891cb302a554 SHA512 68efdbee6bbfb4fd6673bc83d340aea6a121d48d1e75dcc4f9322521d8a3aa7b04fbe1acbb7e7343c5a7e2dd33f21ecf2e54a32ff5f6f2b9e1e5d6c34b8b25b5 +DIST lsvpd-1.7.12.tar.gz 90806 BLAKE2B 1b55c463602105c36654f7baaf5d7c8f27ec045f35a648e87327f5b0b1c19ec62f5701a48d51114435dc5edfc503b78c35eb109a7982d6e6c10df4dd0d20e4a1 SHA512 0a37a580432004c359080edd2b07ea44a68dcf81621e0ec3a89cf7c4ca0f64a29143cee154a8d39c1411f64bf229a8a19f10d9f2c95971374b97a4c05b1c1523 diff --git a/sys-apps/lsvpd/lsvpd-1.7.12.ebuild b/sys-apps/lsvpd/lsvpd-1.7.12.ebuild new file mode 100644 index 00000000000..915b79c3213 --- /dev/null +++ b/sys-apps/lsvpd/lsvpd-1.7.12.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 +}