commit:     943ca626fcea180ed77c2cf5746288a77276fea0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 15:28:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:28:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943ca626

gui-apps/grim: drop 1.4.0-r1

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

 gui-apps/grim/grim-1.4.0-r1.ebuild | 50 --------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild 
b/gui-apps/grim/grim-1.4.0-r1.ebuild
deleted file mode 100644
index fd3752c9452e..000000000000
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,50 +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://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       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="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/grim.fish
-}

Reply via email to