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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB555158090 for ; Sun, 15 May 2022 10:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC388E08BD; Sun, 15 May 2022 10:49:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4549E08BB for ; Sun, 15 May 2022 10:49:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC35C341CF2 for ; Sun, 15 May 2022 10:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 615A7462 for ; Sun, 15 May 2022 10:49:22 +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: <1652611740.912136ba082d2661647e813bf782f1e4733a40f2.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.14.ebuild sys-apps/lsvpd/metadata.xml X-VCS-Directories: sys-apps/lsvpd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 912136ba082d2661647e813bf782f1e4733a40f2 X-VCS-Branch: master Date: Sun, 15 May 2022 10:49:22 +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: b8b26692-4a4e-4b0e-850a-7e3b7d1a9644 X-Archives-Hash: 2cd2f1b8c580dea42f0cfc9402d4fba3 commit: 912136ba082d2661647e813bf782f1e4733a40f2 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun May 15 10:27:19 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun May 15 10:49:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912136ba sys-apps/lsvpd: add 1.7.14 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/lsvpd/Manifest | 1 + sys-apps/lsvpd/lsvpd-1.7.14.ebuild | 35 +++++++++++++++++++++++++++++++++++ sys-apps/lsvpd/metadata.xml | 1 + 3 files changed, 37 insertions(+) diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest index a3ef48f0461b..58de2937c2bf 100644 --- a/sys-apps/lsvpd/Manifest +++ b/sys-apps/lsvpd/Manifest @@ -1 +1,2 @@ DIST lsvpd-1.7.13.tar.gz 93269 BLAKE2B 9b92de69b810314dd8c84e300fabcce2117b16373b68c7e414cd6035f1b64f90fec2e2c4f0b623263d0f7de1e499464139e7b8ffa30e2e13b76fce50ea67ff4c SHA512 99039b622051a24d1d17a014a81c6909a403c4b3746c2e4e62b0822f1d14319b3fcd5c82c13ec240ef2110c8a08de5b74a39ed0dea8a482977a475566cd83d3b +DIST lsvpd-1.7.14.tar.gz 93419 BLAKE2B a79706993678b5732896141017ade419fe4ffb15cae0c8c68d8f9e64ce7d4f007a5f5d80b1e6c0935e23f41641f95ee1becdacb1515b34278eb7d7cc23df129b SHA512 f9c507db1e5e16adeccf50ce94a0bb891e4907724ed36da88fa94cdca11436124dc6615b3c9287a1a26ee1beb51a0d3c203c58b15e7bcf9a4338087ae4ff8018 diff --git a/sys-apps/lsvpd/lsvpd-1.7.14.ebuild b/sys-apps/lsvpd/lsvpd-1.7.14.ebuild new file mode 100644 index 000000000000..3e1d9c5a79f2 --- /dev/null +++ b/sys-apps/lsvpd/lsvpd-1.7.14.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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/hwdata + sys-apps/sg3_utils:0= + sys-libs/librtas + >=sys-libs/libvpd-2.2.9:= + 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 index 8526d81e6097..e6e188d96782 100644 --- a/sys-apps/lsvpd/metadata.xml +++ b/sys-apps/lsvpd/metadata.xml @@ -20,5 +20,6 @@ power-ras/lsvpd + https://github.com/power-ras/lsvpd/blob/master/ChangeLog