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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05C43158245 for ; Fri, 6 Dec 2024 19:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95178E09EC; Fri, 6 Dec 2024 19:45:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 808CBE09EC for ; Fri, 6 Dec 2024 19:45:37 +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 930D633BE3B for ; Fri, 6 Dec 2024 19:45:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC2C1F41 for ; Fri, 6 Dec 2024 19:45:34 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1733514293.97d56cb43fedabf319e56c8cd98e65bc74c4a8cc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screenfetch/Manifest app-misc/screenfetch/screenfetch-3.9.9.ebuild X-VCS-Directories: app-misc/screenfetch/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 97d56cb43fedabf319e56c8cd98e65bc74c4a8cc X-VCS-Branch: master Date: Fri, 6 Dec 2024 19:45:34 +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: c02c1b16-d5e9-4707-acd6-69131ff99a4d X-Archives-Hash: 0317c339009c9a2166e585e43891d4e6 commit: 97d56cb43fedabf319e56c8cd98e65bc74c4a8cc Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 6 19:43:09 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 6 19:44:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d56cb4 app-misc/screenfetch: add 3.9.9, EAPI=8 Signed-off-by: Arthur Zamarin gentoo.org> app-misc/screenfetch/Manifest | 1 + app-misc/screenfetch/screenfetch-3.9.9.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-misc/screenfetch/Manifest b/app-misc/screenfetch/Manifest index a9694fb1126d..5c1a7b8426a5 100644 --- a/app-misc/screenfetch/Manifest +++ b/app-misc/screenfetch/Manifest @@ -1 +1,2 @@ DIST screenfetch-3.9.1.tar.gz 77350 BLAKE2B 10852e63c9ad615cea9a5e53374f16e2f3ac40074bc247c144c91b5e96e0040c6b6623d2a79300e859cef0d8eeb2e935aad585c73d668676dda388d5af6693b3 SHA512 e186901480dcad57b765052b1b156b7706a196ce0e08b6b88264912a5d2a1250e5014923312353a82ccabd8129d4d2421891f13fd34f0ed76c50ce9633207df0 +DIST screenfetch-3.9.9.tar.gz 80102 BLAKE2B 1bffd9d3de015ecc99cac66d1ea470a7fe9ec0030589b3f0f6378a65edccad016b27ceb89a5934dd85f143778c4b40fadce7eb0f9e7a8c25e50b8fa4ba060014 SHA512 f5df01fab9fb075e709cf12a3fd03b771bb9dcaad7fb5b0a76c464f450f8b016768a91f308bbf36cc8b3cea69e5e5d0a7792d7c4abf7cbe75120d4f5ad4d8874 diff --git a/app-misc/screenfetch/screenfetch-3.9.9.ebuild b/app-misc/screenfetch/screenfetch-3.9.9.ebuild new file mode 100644 index 000000000000..9e0958994fdb --- /dev/null +++ b/app-misc/screenfetch/screenfetch-3.9.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit optfeature + +DESCRIPTION="Bash Screenshot Information Tool" +HOMEPAGE="https://github.com/KittyKatt/screenFetch" +SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S=${WORKDIR}/${PN/f/F}-${PV} + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~loong ~riscv ~x86 ~x64-macos" + +src_install() { + newbin ${PN}-dev ${PN} + einstalldocs +} + +pkg_postinst() { + optfeature "screenshot taking" media-gfx/scrot + optfeature "screenshot uploading" net-misc/curl + optfeature "resolution detection" x11-apps/xdpyinfo +}