commit:     283d7690c095755ea5b2026fbbd64ccd0c727150
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 19:07:47 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 19:07:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283d7690

app-misc/screenfetch: drop 3.9.1-r1

Closes: https://bugs.gentoo.org/950905
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/screenfetch/Manifest                    |  1 -
 app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild | 34 ------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-misc/screenfetch/Manifest b/app-misc/screenfetch/Manifest
index 5c1a7b8426a5..4fb90aaf61ab 100644
--- a/app-misc/screenfetch/Manifest
+++ b/app-misc/screenfetch/Manifest
@@ -1,2 +1 @@
-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.1-r1.ebuild 
b/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
deleted file mode 100644
index 679a4a2ae9df..000000000000
--- a/app-misc/screenfetch/screenfetch-3.9.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-MY_PN="${PN/f/F}"
-
-DESCRIPTION="Bash Screenshot Information Tool"
-HOMEPAGE="https://github.com/KittyKatt/screenFetch";
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git";
-       inherit git-r3
-else
-       KEYWORDS="amd64 ~arm ~loong ~riscv x86 ~x64-macos"
-       SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-       S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-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
-}

Reply via email to