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 B0350138350 for ; Fri, 6 Mar 2020 15:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D29BE0819; Fri, 6 Mar 2020 15:26:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 461B0E0819 for ; Fri, 6 Mar 2020 15:26:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7D05A34EE15 for ; Fri, 6 Mar 2020 15:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB35C101 for ; Fri, 6 Mar 2020 15:26:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1583508365.bc2bb596101c147201c06f6c0c5be00e4d4a4378.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/files/, sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/files/fwupd-1.3.9-fwupdtool_path.patch sys-apps/fwupd/fwupd-1.3.9-r1.ebuild sys-apps/fwupd/fwupd-1.3.9.ebuild X-VCS-Directories: sys-apps/fwupd/files/ sys-apps/fwupd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: bc2bb596101c147201c06f6c0c5be00e4d4a4378 X-VCS-Branch: master Date: Fri, 6 Mar 2020 15:26:17 +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: 072be9a1-6dbe-45f1-b24b-b01a6cb442d2 X-Archives-Hash: 13bca31430d12796e0a9beecf0c4e3a9 commit: bc2bb596101c147201c06f6c0c5be00e4d4a4378 Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 6 15:26:05 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 6 15:26:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2bb596 sys-apps/fwupd: Revbump to fix path to fwupdtool Thanks-to: Joakim Tjernlund infinera.com> Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> .../fwupd/files/fwupd-1.3.9-fwupdtool_path.patch | 20 ++++++++++++++++++++ .../{fwupd-1.3.9.ebuild => fwupd-1.3.9-r1.ebuild} | 1 + 2 files changed, 21 insertions(+) diff --git a/sys-apps/fwupd/files/fwupd-1.3.9-fwupdtool_path.patch b/sys-apps/fwupd/files/fwupd-1.3.9-fwupdtool_path.patch new file mode 100644 index 00000000000..a01e5fbe570 --- /dev/null +++ b/sys-apps/fwupd/files/fwupd-1.3.9-fwupdtool_path.patch @@ -0,0 +1,20 @@ +From 4e381f2a61c6ea4eb7438c14f76b8301762a800c Mon Sep 17 00:00:00 2001 +From: Dennis Kadioglu +Date: Thu, 5 Mar 2020 09:37:56 +0100 +Subject: [PATCH] fix fwupd.shutdown.in according to the movement of fwupdtool + to bindir + +--- + data/fwupd.shutdown.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/fwupd.shutdown.in b/data/fwupd.shutdown.in +index 4c027e7ab..53b334555 100755 +--- a/data/fwupd.shutdown.in ++++ b/data/fwupd.shutdown.in +@@ -4,4 +4,4 @@ + [ -f @localstatedir@/lib/fwupd/pending.db ] || exit 0 + + # activate firmware when we have a read-only filesysten +-@libexecdir@/fwupd/fwupdtool activate ++@bindir@/fwupdtool activate diff --git a/sys-apps/fwupd/fwupd-1.3.9.ebuild b/sys-apps/fwupd/fwupd-1.3.9-r1.ebuild similarity index 99% rename from sys-apps/fwupd/fwupd-1.3.9.ebuild rename to sys-apps/fwupd/fwupd-1.3.9-r1.ebuild index 03fab547386..6f4ebb4daa9 100644 --- a/sys-apps/fwupd/fwupd-1.3.9.ebuild +++ b/sys-apps/fwupd/fwupd-1.3.9-r1.ebuild @@ -94,6 +94,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}/${PN}-1.3.9-logind_plugin.patch" "${FILESDIR}/${P}-optional_agent_man_page.patch" + "${FILESDIR}/${P}-fwupdtool_path.patch" ) pkg_setup() {