commit:     4a0fad873cd82f93001c7d6c4b2d04adecf2a893
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 12:55:43 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 12:55:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0fad87

gui-apps/grim: drop 1.4.1

Closes: https://github.com/gentoo/gentoo/pull/44085
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-apps/grim/Manifest          |  1 -
 gui-apps/grim/grim-1.4.1.ebuild | 54 -----------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
index 0bdbfdba17d9..5f8b4b20a990 100644
--- a/gui-apps/grim/Manifest
+++ b/gui-apps/grim/Manifest
@@ -1,2 +1 @@
-DIST grim-1.4.1.tar.gz 18372 BLAKE2B 
cfb432205c9ef47bc292e995c0095f2df492bf0eae63556baa3c1f8a845171f71c5b632c78394b7fad02ac6508d266ea43f912f9cbb75bb786df91c4d38df1e9
 SHA512 
e6f5e540a4e70467971b932c4a36bda88742de360925cf1bb1908823f76ac295c8ef5ec953fcdeb083c39b13a8cd24a01d4739ae4cc37e106b60956266eeef22
 DIST grim-v1.5.0.tar.bz2 18502 BLAKE2B 
4243c8288e76364463e20ce704bcb7a6bf5a76bba333c86b9d89494cc76604bc10c67d8eb0f8f6d575089dde2a6d1e0ffa518aad75cfdbbfddfecbef2faf90b8
 SHA512 
5eccc172a4d21be7e541f201a86909647d54533749c6dc679b8e68383a310a832f42cf8b5096ef61838c9c7b3213b32b4f54103a67b238ede718b4be834a0aed

diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild
deleted file mode 100644
index 1686c7fba58f..000000000000
--- a/gui-apps/grim/grim-1.4.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 meson
-
-DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://sr.ht/~emersion/grim";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}";
-else
-       SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}/${PN}-v${PV}"
-       KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man jpeg"
-
-RDEPEND="
-       dev-libs/wayland
-       media-libs/libpng
-       x11-libs/pixman
-       jpeg? ( media-libs/libjpeg-turbo )
-"
-DEPEND="${RDEPEND}
-       >=dev-libs/wayland-protocols-1.14
-"
-BDEPEND="
-       dev-util/wayland-scanner
-       man? ( app-text/scdoc )
-"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature jpeg)
-               $(meson_feature man man-pages)
-               "-Dbash-completions=false"
-               "-Dfish-completions=false"
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-
-       newbashcomp contrib/completions/bash/grim.bash grim
-       insinto /usr/share/fish/vendor_completions.d/
-       doins contrib/completions/fish/grim.fish
-}

Reply via email to