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 85D7115802E for ; Mon, 1 Jul 2024 14:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A06E2B06; Mon, 1 Jul 2024 14:32:59 +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 B62FAE2B06 for ; Mon, 1 Jul 2024 14:32:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C52E2342FB6 for ; Mon, 1 Jul 2024 14:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407E11C93 for ; Mon, 1 Jul 2024 14:32:57 +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: <1719844358.615e69947b4fb18ed9f71c5a7ba8661c2b89f304.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/tinyfetch-5.2.ebuild X-VCS-Directories: app-misc/tinyfetch/ X-VCS-Committer: kernaltrap X-VCS-Committer-Name: Aiden Wingard X-VCS-Revision: 615e69947b4fb18ed9f71c5a7ba8661c2b89f304 X-VCS-Branch: dev Date: Mon, 1 Jul 2024 14:32:57 +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: 92bcbc3c-8db7-47a4-9bc9-3d4197e545b3 X-Archives-Hash: ffe238b6c6ed12fd05d02a16c9983dca commit: 615e69947b4fb18ed9f71c5a7ba8661c2b89f304 Author: kernaltrap8 gmail com> AuthorDate: Mon Jul 1 14:32:38 2024 +0000 Commit: Aiden Wingard gmail com> CommitDate: Mon Jul 1 14:32:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=615e6994 app-misc/tinyfetch: add version 5.2 Signed-off-by: kernaltrap8 gmail.com> app-misc/tinyfetch/tinyfetch-5.2.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app-misc/tinyfetch/tinyfetch-5.2.ebuild b/app-misc/tinyfetch/tinyfetch-5.2.ebuild new file mode 100644 index 000000000..4c6364b45 --- /dev/null +++ b/app-misc/tinyfetch/tinyfetch-5.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson git-r3 + +EGIT_REPO_URI="https://github.com/kernaltrap8/tinyfetch" +EGIT_COMMIT="v${PV}" + +DESCRIPTION="fetch program written in pure C" +HOMEPAGE="https://github.com/kernaltrap8/tinyfetch" + +LICENSE="GPL-3" +SLOT="0" + +IUSE="+pci" + +RDEPEND=" + pci? ( + sys-apps/pciutils + ) +" +DEPEND="${RDEPEND}"