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 CDF7F15802E for ; Mon, 1 Jul 2024 15:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B17CA2BC013; Mon, 1 Jul 2024 15:21:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 89A072BC013 for ; Mon, 1 Jul 2024 15:21:36 +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 4E989342FAF for ; Mon, 1 Jul 2024 15:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A926615F7 for ; Mon, 1 Jul 2024 15:21:33 +0000 (UTC) From: "Aiden Wingard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aiden Wingard" Message-ID: <1719847276.49ac59bb9f718f18758db40ce811a92e38d6979e.kernaltrap@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/tinyfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/tinyfetch/Manifest app-misc/tinyfetch/tinyfetch-5.2.ebuild X-VCS-Directories: app-misc/tinyfetch/ X-VCS-Committer: kernaltrap X-VCS-Committer-Name: Aiden Wingard X-VCS-Revision: 49ac59bb9f718f18758db40ce811a92e38d6979e X-VCS-Branch: dev Date: Mon, 1 Jul 2024 15:21:33 +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: cd9da958-7f51-4021-885b-f10a8704cf1e X-Archives-Hash: 4f66a72b1c7368612b6b11407d9c2d1b commit: 49ac59bb9f718f18758db40ce811a92e38d6979e Author: kernaltrap8 gmail com> AuthorDate: Mon Jul 1 15:21:16 2024 +0000 Commit: Aiden Wingard gmail com> CommitDate: Mon Jul 1 15:21:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49ac59bb app-misc/tinyfetch: update SRC_URI and add keywords ~amd64, ~ppc64 Signed-off-by: kernaltrap8 gmail.com> app-misc/tinyfetch/Manifest | 1 + app-misc/tinyfetch/tinyfetch-5.2.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-misc/tinyfetch/Manifest b/app-misc/tinyfetch/Manifest new file mode 100644 index 000000000..981ef1160 --- /dev/null +++ b/app-misc/tinyfetch/Manifest @@ -0,0 +1 @@ +DIST tinyfetch.tar.gz 21077 BLAKE2B 73a9107721edd5c559af229af3e9ff1a2c373efe3195e662f1a482631f6f5250eeaf20fba7143ce423244bc135d7699f7cdc77a2d557e11aaf84183fcaa04664 SHA512 5add99be93ad43319022e85cb1a294ea80d36ac4f075f317c1e030209e5759bb6916a11cd343fb7abb570006f32adc520e6ee43eea41ba43e285418b01a311a1 diff --git a/app-misc/tinyfetch/tinyfetch-5.2.ebuild b/app-misc/tinyfetch/tinyfetch-5.2.ebuild index 4c6364b45..ee30c39ba 100644 --- a/app-misc/tinyfetch/tinyfetch-5.2.ebuild +++ b/app-misc/tinyfetch/tinyfetch-5.2.ebuild @@ -3,16 +3,16 @@ EAPI=8 -inherit meson git-r3 +inherit meson -EGIT_REPO_URI="https://github.com/kernaltrap8/tinyfetch" -EGIT_COMMIT="v${PV}" +SRC_URI="https://github.com/kernaltrap8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz" DESCRIPTION="fetch program written in pure C" HOMEPAGE="https://github.com/kernaltrap8/tinyfetch" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64 ~ppc64" IUSE="+pci"