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 CEB5C158010 for ; Fri, 20 Jan 2023 22:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F56CE08EC; Fri, 20 Jan 2023 22:48:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 07BB9E08EC for ; Fri, 20 Jan 2023 22:48:43 +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 1650A340AA7 for ; Fri, 20 Jan 2023 22:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A644D888 for ; Fri, 20 Jan 2023 22:48:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1674254650.72b0c8ba7f7204925eefcd3b6b324c0e728d03f4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imv/imv-4.4.0.ebuild X-VCS-Directories: media-gfx/imv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 72b0c8ba7f7204925eefcd3b6b324c0e728d03f4 X-VCS-Branch: master Date: Fri, 20 Jan 2023 22:48:38 +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: 7c3d79aa-0e51-498a-bd0d-325f7c67833d X-Archives-Hash: 9aa787c45ed60b87e8872eb8f49904a8 commit: 72b0c8ba7f7204925eefcd3b6b324c0e728d03f4 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jan 20 22:38:32 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jan 20 22:44:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b0c8ba media-gfx/imv: cleanup live conditional block Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/imv/imv-4.4.0.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/media-gfx/imv/imv-4.4.0.ebuild b/media-gfx/imv/imv-4.4.0.ebuild index 2aca12fa827d..3ac1a362e72e 100644 --- a/media-gfx/imv/imv-4.4.0.ebuild +++ b/media-gfx/imv/imv-4.4.0.ebuild @@ -5,20 +5,14 @@ EAPI=8 inherit meson xdg -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~exec64/imv/" -else - SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~x86" -fi - DESCRIPTION="Minimal image viewer designed for tiling window manager users" HOMEPAGE="https://sr.ht/~exec64/imv/" +SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT-with-advertising" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="+X +freeimage gif heif icu jpeg png svg test tiff wayland" REQUIRED_USE="|| ( X wayland )" RESTRICT="!test? ( test )"