commit:     20c8368cf286bde437ea7d8f5fd7d2b9269ac7b5
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Sep  8 20:33:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 17:56:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c8368c

media-gfx/pqiv: drop 9999

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32694
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/pqiv/pqiv-9999.ebuild | 76 -----------------------------------------
 1 file changed, 76 deletions(-)

diff --git a/media-gfx/pqiv/pqiv-9999.ebuild b/media-gfx/pqiv/pqiv-9999.ebuild
deleted file mode 100644
index 65bba986493e..000000000000
--- a/media-gfx/pqiv/pqiv-9999.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit linux-info toolchain-funcs xdg-utils
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/phillipberndt/pqiv.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"
-HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="archive ffmpeg imagemagick pdf postscript webp"
-
-RDEPEND="
-       >=dev-libs/glib-2.32:2
-       >=x11-libs/cairo-1.6
-       x11-libs/gtk+:3
-       archive? ( app-arch/libarchive:0= )
-       ffmpeg? ( media-video/ffmpeg:0= )
-       imagemagick? ( media-gfx/imagemagick:0= )
-       pdf? ( app-text/poppler:0= )
-       postscript? ( app-text/libspectre:0= )
-       webp? ( media-libs/libwebp:0= )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-doecho() {
-       echo "$@"
-       "$@" || die
-}
-
-pkg_setup() {
-       if use kernel_linux; then
-               CONFIG_CHECK="~INOTIFY_USER"
-               linux-info_pkg_setup
-       fi
-}
-
-src_configure() {
-       local backends="gdkpixbuf"
-       use archive && backends+=",archive,archive_cbx"
-       use ffmpeg && backends+=",libav"
-       use imagemagick && backends+=",wand"
-       use pdf && backends+=",poppler"
-       use postscript && backends+=",spectre"
-       use webp && backends+=",webp"
-
-       doecho ./configure \
-               --backends-build=shared \
-               --backends=${backends} \
-               --prefix="${EPREFIX}/usr" \
-               --libdir="${EPREFIX}/usr/$(get_libdir)" \
-               --destdir="${ED}"
-}
-
-src_compile() {
-       tc-export CC
-       emake VERBOSE=1 CFLAGS="${CFLAGS}"
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

Reply via email to