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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A3CD159C9B for ; Wed, 14 Aug 2024 13:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DF8AE29C1; Wed, 14 Aug 2024 13:21:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 511CBE29C1 for ; Wed, 14 Aug 2024 13:21:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86721343086 for ; Wed, 14 Aug 2024 13:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9E721EEA for ; Wed, 14 Aug 2024 13:21:36 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1723641600.78a6ff780fae17b0263dacb83b66d14ffc8efb89.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nerdfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/nerdfetch/nerdfetch-8.2.1.ebuild X-VCS-Directories: app-misc/nerdfetch/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 78a6ff780fae17b0263dacb83b66d14ffc8efb89 X-VCS-Branch: dev Date: Wed, 14 Aug 2024 13:21:36 +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: 9f6832e3-239f-49a7-8631-c3877c5f4832 X-Archives-Hash: 714dad0511f2b4daaf4d82de7a4faf7e commit: 78a6ff780fae17b0263dacb83b66d14ffc8efb89 Author: Takuya Wakazono gmail com> AuthorDate: Wed Aug 14 13:19:29 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Wed Aug 14 13:20:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78a6ff78 app-misc/nerdfetch: add hprefixify Signed-off-by: Takuya Wakazono gmail.com> app-misc/nerdfetch/nerdfetch-8.2.1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-misc/nerdfetch/nerdfetch-8.2.1.ebuild b/app-misc/nerdfetch/nerdfetch-8.2.1.ebuild index 98575bdb2..6265b33b7 100644 --- a/app-misc/nerdfetch/nerdfetch-8.2.1.ebuild +++ b/app-misc/nerdfetch/nerdfetch-8.2.1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit prefix + DESCRIPTION="A POSIX *nix fetch script using Nerdfonts" HOMEPAGE="https://github.com/ThatOneCalculator/NerdFetch" SRC_URI="https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" @@ -12,6 +14,13 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" +RDEPEND="app-portage/portage-utils" + +src_prepare() { + default + hprefixify nerdfetch +} + src_install() { dobin "nerdfetch" dodoc "README.md"