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 E1E9513835B for ; Wed, 24 Jun 2020 15:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DBE8E090A; Wed, 24 Jun 2020 15:58:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ECA3EE090A for ; Wed, 24 Jun 2020 15:58:10 +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 E3DF834F15E for ; Wed, 24 Jun 2020 15:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52EDC2B2 for ; Wed, 24 Jun 2020 15:58:04 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593013109.79c4f6c07a44e3a1d039b84f4727766cd406358f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwts/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwts/Manifest sys-apps/fwts/fwts-20.05.00.ebuild X-VCS-Directories: sys-apps/fwts/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 79c4f6c07a44e3a1d039b84f4727766cd406358f X-VCS-Branch: master Date: Wed, 24 Jun 2020 15:58:04 +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: 57c1c7a9-c648-4179-b795-991d246ecb2b X-Archives-Hash: b30cf43c54f186b113dad1dbd423992d commit: 79c4f6c07a44e3a1d039b84f4727766cd406358f Author: Jeffrey Lin icurse nl> AuthorDate: Sun May 31 23:52:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 24 15:38:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c4f6c0 sys-apps/fwts: version bump to 20.05.00 Closes: https://bugs.gentoo.org/725662 Signed-off-by: Jeffrey Lin icurse.nl> Signed-off-by: Joonas Niilola gentoo.org> sys-apps/fwts/Manifest | 1 + sys-apps/fwts/fwts-20.05.00.ebuild | 45 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/sys-apps/fwts/Manifest b/sys-apps/fwts/Manifest index ca04d2ddd5f..d51d3003a09 100644 --- a/sys-apps/fwts/Manifest +++ b/sys-apps/fwts/Manifest @@ -1 +1,2 @@ DIST fwts_17.02.00.orig.tar.gz 3489625 BLAKE2B 04133b8fe251923b5cf4e146bd52d3d102c3080629a85c0205fd6aeb19b315f10657da28dc7de37ae4601599dc7033354268b88bb0768b56550fe1606bd000bf SHA512 1dcbd7f120b5c09127f1242d41d7cf5ec15e6b049fb0b0590fec221849c0195a18ee4b07b66c1de29cbb241ef39f6e11c26dcd2bc7c0a4c23bf2efaec5372b70 +DIST fwts_20.05.00.orig.tar.gz 3817917 BLAKE2B 10365979a1b6bf2768930e144baa3982d462f05b77b1ca81116f7b44b80487924f37e097e46602c49696e987d9061a1917e3613e016bdb126146d880699c38f8 SHA512 4f68f6fc8351024e877e6fa6c9b856c7c3720348c1936f33fc8b455f5e85df83c9dc39a5c2dc16e106c851d4ac622f0a1d23b70f2b7726689f92077dbca5d82f diff --git a/sys-apps/fwts/fwts-20.05.00.ebuild b/sys-apps/fwts/fwts-20.05.00.ebuild new file mode 100644 index 00000000000..fc43e91899e --- /dev/null +++ b/sys-apps/fwts/fwts-20.05.00.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools +DESCRIPTION="Firmware Test Suite" +HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts" +SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-libs/json-c-0.10-r1 + dev-libs/glib:2 + dev-libs/libpcre + sys-apps/pciutils + sys-power/iasl + sys-power/pmtools + sys-apps/dmidecode" +DEPEND="${RDEPEND} + sys-devel/libtool" + +S=${WORKDIR} + +src_prepare() { + default + sed -i -e 's/-Wall -Werror/-Wall/' configure.ac {,src/,src/lib/src/}Makefile.am || die + sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' src/lib/include/fwts_binpaths.h || die + + # Fix json-c includes + sed -e 's/^#include /#include /' \ + -i src/lib/include/fwts_json.h \ + src/utilities/kernelscan.c || die + sed -e 's/-ljson/-ljson-c/'\ + -i src/Makefile.am\ + src/lib/src/Makefile.am\ + src/utilities/Makefile.am || die + + eautoreconf +}