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 548B4158014 for ; Mon, 30 Aug 2021 00:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FB8E0857; Mon, 30 Aug 2021 00:15:47 +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 54A1FE0857 for ; Mon, 30 Aug 2021 00:15:47 +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 D7C1F335DC8 for ; Mon, 30 Aug 2021 00:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DD4B81 for ; Mon, 30 Aug 2021 00:15:44 +0000 (UTC) From: "Ryan Fox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Fox" Message-ID: <1630282480.c1e848ca064a52e6860685758a6da0a0c2a8ce3b.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot-terminfo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild gui-apps/foot-terminfo/foot-terminfo-9999.ebuild X-VCS-Directories: gui-apps/foot-terminfo/ X-VCS-Committer: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: c1e848ca064a52e6860685758a6da0a0c2a8ce3b X-VCS-Branch: dev Date: Mon, 30 Aug 2021 00:15:44 +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: f26a30ce-61cf-41b3-9e0a-0d87bea91df8 X-Archives-Hash: 4634a7e5b429aacb0050626062d75f4b commit: c1e848ca064a52e6860685758a6da0a0c2a8ce3b Author: Ryan Fox 2a03 party> AuthorDate: Sun Aug 29 13:31:59 2021 +0000 Commit: Ryan Fox 2a03 party> CommitDate: Mon Aug 30 00:14:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1e848ca gui-apps/foot-terminfo: Change install location Installing foot's terminfo resulted in the non-standard location has caused issues with some programs, so I am changing back the install location as per the maintainer's suggestion. Pushing it as a new revision probably isn't worth it since the package has only been in the GURU master branch for a short period of time. See https://codeberg.org/dnkl/foot/issues/695 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ryan Fox 2a03.party> gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild | 6 +++--- gui-apps/foot-terminfo/foot-terminfo-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild index 1727e2d92..e2e366268 100644 --- a/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild +++ b/gui-apps/foot-terminfo/foot-terminfo-1.9.0.ebuild @@ -26,7 +26,7 @@ src_compile() { } src_install() { - dodir /usr/share/foot/terminfo/f/ - cp "${S}/f/foot" "${D}/usr/share/foot/terminfo/f/foot" || die - cp "${S}/f/foot-direct" "${D}/usr/share/foot/terminfo/f/foot-direct" || die + dodir /usr/share/terminfo/f/ + cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die + cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die } diff --git a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild index 1727e2d92..e2e366268 100644 --- a/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild +++ b/gui-apps/foot-terminfo/foot-terminfo-9999.ebuild @@ -26,7 +26,7 @@ src_compile() { } src_install() { - dodir /usr/share/foot/terminfo/f/ - cp "${S}/f/foot" "${D}/usr/share/foot/terminfo/f/foot" || die - cp "${S}/f/foot-direct" "${D}/usr/share/foot/terminfo/f/foot-direct" || die + dodir /usr/share/terminfo/f/ + cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" || die + cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" || die }