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 152CB15800F for ; Sat, 18 Feb 2023 09:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6A4E086F; Sat, 18 Feb 2023 09:51:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25F20E086F for ; Sat, 18 Feb 2023 09:51:09 +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 D5048340CF2 for ; Sat, 18 Feb 2023 09:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 779D28AB for ; Sat, 18 Feb 2023 09:51:06 +0000 (UTC) From: "Nickolas Raymond Kaczynski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nickolas Raymond Kaczynski" Message-ID: <1676713671.8d5d67b234346179c18e4e1341b2e145a3bb51c0.nrk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/nsxiv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/nsxiv/metadata.xml media-gfx/nsxiv/nsxiv-30.ebuild X-VCS-Directories: media-gfx/nsxiv/ X-VCS-Committer: nrk X-VCS-Committer-Name: Nickolas Raymond Kaczynski X-VCS-Revision: 8d5d67b234346179c18e4e1341b2e145a3bb51c0 X-VCS-Branch: dev Date: Sat, 18 Feb 2023 09:51:06 +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: 3206e3f4-cb91-4c50-9c7c-9978bc9a2639 X-Archives-Hash: 9c4f590fbc80cfd23c5861cb01a3e563 commit: 8d5d67b234346179c18e4e1341b2e145a3bb51c0 Author: Nickolas Raymond Kaczynski disroot org> AuthorDate: Sat Feb 18 09:47:51 2023 +0000 Commit: Nickolas Raymond Kaczynski disroot org> CommitDate: Sat Feb 18 09:47:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d5d67b2 media-gfx/nsxiv: drop v30 Signed-off-by: Nickolas Raymond Kaczynski disroot.org> media-gfx/nsxiv/metadata.xml | 2 - media-gfx/nsxiv/nsxiv-30.ebuild | 85 ----------------------------------------- 2 files changed, 87 deletions(-) diff --git a/media-gfx/nsxiv/metadata.xml b/media-gfx/nsxiv/metadata.xml index cde50557f..69904dd36 100644 --- a/media-gfx/nsxiv/metadata.xml +++ b/media-gfx/nsxiv/metadata.xml @@ -8,8 +8,6 @@ nsxiv/nsxiv - Add animated gif support Add statusbar support - Add animated webp support diff --git a/media-gfx/nsxiv/nsxiv-30.ebuild b/media-gfx/nsxiv/nsxiv-30.ebuild deleted file mode 100644 index 0b27fee7f..000000000 --- a/media-gfx/nsxiv/nsxiv-30.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg-utils savedconfig toolchain-funcs linux-info - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git" - inherit git-r3 -else - SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer" -HOMEPAGE="https://codeberg.org/nsxiv/nsxiv" - -LICENSE="GPL-2" -SLOT="0" -IUSE="+statusbar exif +inotify +gif webp" - -RDEPEND=" - x11-libs/libX11 - media-libs/imlib2[X] - statusbar? ( x11-libs/libXft ) - exif? ( media-libs/libexif ) - gif? ( media-libs/giflib:0= ) - webp? ( media-libs/libwebp ) -" -DEPEND="${RDEPEND}" - -pkg_setup() { - if use inotify; then - CONFIG_CHECK+=" ~INOTIFY_USER" - ERROR_INOTIFY_USER="${P} requires inotify in-kernel support." - linux-info_pkg_setup - fi -} - -src_prepare() { - default - - restore_config config.h -} - -src_configure() { - sed -i -e '/^install: / s|: all|:|' Makefile || die "sed failed" - sed -i -e 's|^CFLAGS =|CFLAGS +=|' config.mk || die "sed failed" -} - -src_compile() { - emake CC="$(tc-getCC)" OPT_DEP_DEFAULT=0 \ - HAVE_INOTIFY="$(usex inotify 1 0)" \ - HAVE_LIBFONTS="$(usex statusbar 1 0)" \ - HAVE_LIBGIF="$(usex gif 1 0)" \ - HAVE_LIBWEBP="$(usex webp 1 0)" \ - HAVE_LIBEXIF="$(usex exif 1 0)" -} - -src_install() { - emake \ - DESTDIR="${ED}" \ - PREFIX="/usr" \ - EGPREFIX="/usr/share/doc/${P}/examples" \ - install install-icon - dodoc README.md - domenu nsxiv.desktop - - save_config config.h -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - - einfo "${PN} uses media-libs/imlib2 for loading images." - einfo "To enable/disable support for specific image formats," - einfo "toggle the necessary USE flag for imlib2." -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}