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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64F71158041 for ; Tue, 12 Mar 2024 14:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0014E29FE; Tue, 12 Mar 2024 14:48:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D212DE2A00 for ; Tue, 12 Mar 2024 14:48:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B786340806 for ; Tue, 12 Mar 2024 14:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 641151520 for ; Tue, 12 Mar 2024 14:48:41 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1710237061.46971c16cba307d028ad91957c77e74574342bd1.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/swayimg/Manifest media-gfx/swayimg/swayimg-1.12.ebuild X-VCS-Directories: media-gfx/swayimg/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 46971c16cba307d028ad91957c77e74574342bd1 X-VCS-Branch: master Date: Tue, 12 Mar 2024 14:48:41 +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: 8f0aa464-e134-4bf0-9945-42aa90d73e8e X-Archives-Hash: bed187822eb8e3bb4e83b467bd3e0357 commit: 46971c16cba307d028ad91957c77e74574342bd1 Author: Takuya Wakazono gmail com> AuthorDate: Tue Mar 12 09:44:53 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Mar 12 09:51:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46971c16 media-gfx/swayimg: drop 1.12 Signed-off-by: Takuya Wakazono gmail.com> media-gfx/swayimg/Manifest | 1 - media-gfx/swayimg/swayimg-1.12.ebuild | 58 ----------------------------------- 2 files changed, 59 deletions(-) diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest index 0befa6fec0..2da2de76bb 100644 --- a/media-gfx/swayimg/Manifest +++ b/media-gfx/swayimg/Manifest @@ -1,2 +1 @@ -DIST swayimg-1.12.tar.gz 395978 BLAKE2B 5e610e9556dfa4bbfd4324d993015aa95d836ab629ee54a541f7be5406cdee19c8230955423cbf9822760854b3017794b3e16dde339dd0b5675d747a45c5bc12 SHA512 47cdf60449da0787179a4299edc48b0dde4227cd462832b2bbbcb0e2ce95f2e784e6bc8cb424a6154539e8d61a36ed274fb86505ba8b8fb2aaa37eb75d1a15af DIST swayimg-2.1.tar.gz 407561 BLAKE2B 80e7acd457440af6bb6ed8fda35858d48dc063e8056f9273530609075f53f1b3166427d6bdb977cc82805bc09db14a2e4596b6ec25352177e5bab36b24ccb165 SHA512 970ea7f8896df28d14ed126c88ec70b3af88dba2977bc351184b66a1094fd1528b81150b8d09afbfac5463c59e20ce32d69872d6726f8129724f344f34892c05 diff --git a/media-gfx/swayimg/swayimg-1.12.ebuild b/media-gfx/swayimg/swayimg-1.12.ebuild deleted file mode 100644 index 8dfa19474e..0000000000 --- a/media-gfx/swayimg/swayimg-1.12.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2023 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/swayimg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/json-c - dev-libs/wayland - media-libs/fontconfig - media-libs/freetype - x11-libs/libxkbcommon - bash-completion? ( app-shells/bash-completion ) - 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 ) - svg? ( gnome-base/librsvg ) - tiff? ( media-libs/tiff ) - webp? ( media-libs/libwebp )" -DEPEND="${RDEPEND} - dev-libs/wayland-protocols" -BDEPEND="dev-util/wayland-scanner" - -IUSE="+exif exr +gif heif +jpeg jpegxl +png svg tiff webp bash-completion zsh-completion" - -src_configure() { - local emesonargs=( - $(meson_feature exif) - $(meson_feature exr) - $(meson_feature gif) - $(meson_feature heif) - $(meson_feature jpeg) - $(meson_feature jpegxl jxl) - $(meson_feature png) - $(meson_feature svg) - $(meson_feature tiff) - $(meson_feature webp) - $(meson_feature bash-completion bash) - $(meson_feature zsh-completion zsh) - -Dversion=${PV} - -Ddesktop=true - -Dman=true - ) - meson_src_configure -}