From f70601e0934acd62f6c5d06c5ede4cc607179514 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Jul 2018 11:42:03 +0100 Subject: gentoo resync : 07.07.2018 --- media-gfx/qiv/qiv-2.3.1.ebuild | 63 ------------------------------------------ 1 file changed, 63 deletions(-) delete mode 100644 media-gfx/qiv/qiv-2.3.1.ebuild (limited to 'media-gfx/qiv/qiv-2.3.1.ebuild') diff --git a/media-gfx/qiv/qiv-2.3.1.ebuild b/media-gfx/qiv/qiv-2.3.1.ebuild deleted file mode 100644 index 99141eb1eca7..000000000000 --- a/media-gfx/qiv/qiv-2.3.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils toolchain-funcs xdg-utils - -DESCRIPTION="Quick Image Viewer" -HOMEPAGE="http://spiegl.de/qiv/" -SRC_URI="http://spiegl.de/qiv/download/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" -IUSE="exif lcms magic" - -RDEPEND=">=x11-libs/gtk+-2.12:2 - media-libs/imlib2[X] - exif? ( media-libs/libexif ) - lcms? ( media-libs/lcms:2 ) - magic? ( sys-apps/file )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i \ - -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' \ - Makefile || die - - if ! use exif ; then - sed -i 's/^EXIF =/#\0/' Makefile || die - fi - - if ! use lcms ; then - sed -i 's/^LCMS =/#\0/' Makefile || die - fi - - if ! use magic ; then - sed -i 's/^MAGIC =/#\0/' Makefile || die - fi -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin qiv - doman qiv.1 - dodoc Changelog contrib/qiv-command.example README README.TODO - - domenu qiv.desktop - doicon qiv.png -} - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -} -- cgit v1.2.3