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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AEE6138336 for ; Wed, 3 Apr 2019 04:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC90E0A68; Wed, 3 Apr 2019 04:46:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB5CEE0A68 for ; Wed, 3 Apr 2019 04:46:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CF61335C8F for ; Wed, 3 Apr 2019 04:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 786D7570 for ; Wed, 3 Apr 2019 04:46:31 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1554265351.390c8aaec29a0d8a6bea71257b23d86d2eb377ed.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pqiv/Manifest media-gfx/pqiv/pqiv-2.10.4.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 390c8aaec29a0d8a6bea71257b23d86d2eb377ed X-VCS-Branch: master Date: Wed, 3 Apr 2019 04:46:31 +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: a6bff085-8229-48fc-b31f-60d7487c9ecb X-Archives-Hash: 921a248d018741fcc661de291bbb6dfa commit: 390c8aaec29a0d8a6bea71257b23d86d2eb377ed Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 19:19:45 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:22:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390c8aae media-gfx/pqiv: remove old Signed-off-by: Tim Harder gentoo.org> media-gfx/pqiv/Manifest | 1 - media-gfx/pqiv/pqiv-2.10.4.ebuild | 79 --------------------------------------- 2 files changed, 80 deletions(-) diff --git a/media-gfx/pqiv/Manifest b/media-gfx/pqiv/Manifest index 6149776348d..541250778a4 100644 --- a/media-gfx/pqiv/Manifest +++ b/media-gfx/pqiv/Manifest @@ -1,2 +1 @@ -DIST pqiv-2.10.4.tar.gz 138644 BLAKE2B 7dc358379d463e6b421c082942a2171b749ea41b4e655c64425d6cfdf8f251ce89d431b45a28d8b30eb5c022814bec7e365c3b3272ebf0cc7e994b803ddfd4ec SHA512 52534ed4728466b7c710db65115d7e79ad97546750946fa5c3a26b65055387b15c6239fdf1bb8c8345fe7ed2dfc7ed5586ffa2a864de44fd8213cff59f76048a DIST pqiv-2.11.tar.gz 139825 BLAKE2B 981d472ccd3284b2e9ad3da8e84233c95555a927af797f8421ac820225d3d39cab2275f01269a986bab54994e0fce2095b7c33b1201e7a6117e1c8399617341b SHA512 6017a9d7ed332915a9f6fa788bb02c3b9d4d83c2ae2f9a8ab7d7738caa14ba3e9d253906f2e73fdfd368bb5e7bc51380ee9906fd9921e5f7f113811fd3da66f7 diff --git a/media-gfx/pqiv/pqiv-2.10.4.ebuild b/media-gfx/pqiv/pqiv-2.10.4.ebuild deleted file mode 100644 index 28b7ffe9351..00000000000 --- a/media-gfx/pqiv/pqiv-2.10.4.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2018 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 kernel_linux libav 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? ( - !libav? ( media-video/ffmpeg:0= ) - libav? ( media-video/libav: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 || use libav && 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 -}