commit:     0f8984ecf9fbc731835d58b0523898c985c85c44
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Jul  9 09:48:21 2025 +0000
Commit:     Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Wed Jul  9 09:58:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f8984ec

media-gfx/swayimg: drop 4.4

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 media-gfx/swayimg/Manifest           |  1 -
 media-gfx/swayimg/swayimg-4.4.ebuild | 89 ------------------------------------
 2 files changed, 90 deletions(-)

diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest
index 7f7b941053..d2a26ebc20 100644
--- a/media-gfx/swayimg/Manifest
+++ b/media-gfx/swayimg/Manifest
@@ -1,3 +1,2 @@
 DIST swayimg-4.3.tar.gz 785384 BLAKE2B 
1d341b92865436b7cb1393e719a2e5fa3a69200a7cc4e2b0ce0d07564578245835951fd70bb186b3defaffc7765962694db8d73fa97b3721c2e2e992b7f6c38d
 SHA512 
cdd9ee386fdc63f136ec91aa2750ffb67eb6b5a8b6751f75b7947a1793814d1ba81973ad7db19316d496cd6a355fc6288c326a042e8fe7f410e2a2346b2c6b57
-DIST swayimg-4.4.tar.gz 788874 BLAKE2B 
509c854b55b9d243e27ef0c2d3de079b2be24762c4d020a6bdee28633259c2660d877fb70586906735b80a9af819e54a2f5ae6017ee9158be6fb0013244ac7dc
 SHA512 
8fc720b8d2b9a75c413eb25a673c1a213189a66f3eaa3b4ba32990cfc78dbb370fcdc49a11eb787d6eef345f7951a324d91f0c8c08ce4b7922b7ba26abf93b59
 DIST swayimg-4.5.tar.gz 788904 BLAKE2B 
a92d8e439e0ca9d0b1a76e67bacc4a5489e9f90286c0bb6ca86e9934697e8b82dfde8b0c8190f709e9d318316035406ea55bfe6744c95e503eb2fb481b9332a8
 SHA512 
c193d3d3a56136279907138cfa832d1ec9991b17689949fb01150407591971bbf826a7898e23a5133905a25d2e35992bb45764e78c5844a8153771aab8ddbcdf

diff --git a/media-gfx/swayimg/swayimg-4.4.ebuild 
b/media-gfx/swayimg/swayimg-4.4.ebuild
deleted file mode 100644
index 68d7b8a4db..0000000000
--- a/media-gfx/swayimg/swayimg-4.4.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A lightweight image viewer for Wayland display servers"
-HOMEPAGE="https://github.com/artemsen/swayimg";
-SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="avif bash-completion drm exif exr gif heif jpeg jpegxl png raw sixel svg 
test tiff +wayland webp X"
-REQUIRED_USE="|| ( drm wayland )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       media-libs/fontconfig
-       media-libs/freetype
-       x11-libs/libxkbcommon
-       avif? ( media-libs/libavif:= )
-       bash-completion? ( app-shells/bash-completion )
-       drm? ( x11-libs/libdrm )
-       exif? ( media-libs/libexif )
-       exr? ( media-libs/openexr:= )
-       gif? ( media-libs/giflib:= )
-       heif? ( media-libs/libheif:= )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       jpegxl? ( media-libs/libjxl:= )
-       png? ( media-libs/libpng:= )
-       raw? ( media-libs/libraw:= )
-       sixel? ( media-libs/libsixel )
-       svg? (
-               dev-libs/glib:2
-               gnome-base/librsvg:2
-               x11-libs/cairo[X=]
-       )
-       tiff? ( media-libs/tiff:= )
-       wayland? (
-               dev-libs/json-c:=
-               dev-libs/wayland
-       )
-       webp? ( media-libs/libwebp:= )
-"
-DEPEND="${RDEPEND}
-       svg? ( X? ( x11-base/xorg-proto ) )
-       wayland? ( dev-libs/wayland-protocols )
-"
-BDEPEND="
-       test? ( dev-cpp/gtest )
-       wayland? ( dev-util/wayland-scanner )
-"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature avif)
-               $(meson_feature drm)
-               $(meson_feature exif)
-               $(meson_feature exr)
-               $(meson_feature gif)
-               $(meson_feature heif)
-               $(meson_feature jpeg)
-               $(meson_feature jpegxl jxl)
-               $(meson_feature png)
-               $(meson_feature raw)
-               $(meson_feature sixel)
-               $(meson_feature svg)
-               $(meson_feature test tests)
-               $(meson_feature tiff)
-               $(meson_feature wayland)
-               $(meson_feature wayland compositor)
-               $(meson_feature webp)
-               $(meson_feature bash-completion bash)
-               -Dversion=${PV}
-               -Ddesktop=true
-               # avoid automagic building with scdoc
-               -Dman=false
-               -Dzsh=enabled
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-
-       doman extra/*.{1,5}
-}

Reply via email to