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 F16AC13835A for ; Mon, 19 Apr 2021 08:04:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51434E086C; Mon, 19 Apr 2021 08:04:30 +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 36C01E086F for ; Mon, 19 Apr 2021 08:04:30 +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 EF23D340E88 for ; Mon, 19 Apr 2021 08:04:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2EB6F4 for ; Mon, 19 Apr 2021 08:04:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618777125.c1d7ccce92ecf489be168c0ab3efa6968fb7c2e8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/foot-terminfo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/foot-terminfo/Manifest gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild X-VCS-Directories: gui-apps/foot-terminfo/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c1d7ccce92ecf489be168c0ab3efa6968fb7c2e8 X-VCS-Branch: master Date: Mon, 19 Apr 2021 08:04:20 +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: 27beae83-500d-436f-b1bc-151d024e437b X-Archives-Hash: 514bfc0f622969b98419b28c586d4a6a commit: c1d7ccce92ecf489be168c0ab3efa6968fb7c2e8 Author: Ryan Fox 2a03 party> AuthorDate: Sun Apr 18 20:18:45 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 18 20:18:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1d7ccce gui-apps/foot-terminfo: Bump to 1.7.2 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ryan Fox 2a03.party> gui-apps/foot-terminfo/Manifest | 1 + gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild | 29 +++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest index 03bb7768c..c5d246380 100644 --- a/gui-apps/foot-terminfo/Manifest +++ b/gui-apps/foot-terminfo/Manifest @@ -1 +1,2 @@ DIST foot-terminfo-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420 +DIST foot-terminfo-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild new file mode 100644 index 000000000..8e4ec4da6 --- /dev/null +++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} != *9999* ]]; then + SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/foot" +else + inherit git-r3 + EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git" +fi + +DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator" +HOMEPAGE="https://codeberg.org/dnkl/foot" +LICENSE="MIT" +SLOT="0" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="sys-libs/ncurses" + +src_install() { + tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info" + dodir /usr/share/terminfo/f/ + cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot" + cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct" +}