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 7683D1396D9 for ; Thu, 12 Oct 2017 17:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FEA72BC01A; Thu, 12 Oct 2017 17:33:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 814BA2BC01A for ; Thu, 12 Oct 2017 17:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 84F5B33BF24 for ; Thu, 12 Oct 2017 17:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59E990A0 for ; Thu, 12 Oct 2017 17:33:43 +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: <1507829585.7368c330319013afbb49ac1b2d03296c84744164.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sxiv/sxiv-1.3.2.ebuild X-VCS-Directories: media-gfx/sxiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7368c330319013afbb49ac1b2d03296c84744164 X-VCS-Branch: master Date: Thu, 12 Oct 2017 17:33:43 +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-Archives-Salt: 6555f882-7522-4c97-bc32-06ca208c3c50 X-Archives-Hash: d7c6e19559ac385b1e18bb5cf2873670 commit: 7368c330319013afbb49ac1b2d03296c84744164 Author: Tim Harder gentoo org> AuthorDate: Thu Oct 12 17:28:02 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Oct 12 17:33:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7368c330 media-gfx/sxiv: remove old media-gfx/sxiv/sxiv-1.3.2.ebuild | 53 ---------------------------------------- 1 file changed, 53 deletions(-) diff --git a/media-gfx/sxiv/sxiv-1.3.2.ebuild b/media-gfx/sxiv/sxiv-1.3.2.ebuild deleted file mode 100644 index a5ce018584d..00000000000 --- a/media-gfx/sxiv/sxiv-1.3.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils fdo-mime gnome2-utils savedconfig toolchain-funcs - -DESCRIPTION="Simple (or small or suckless) X Image Viewer" -HOMEPAGE="https://github.com/muennich/sxiv/" -SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - media-libs/libexif - media-libs/giflib - media-libs/imlib2[X] - x11-libs/libX11 -" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i '/^LDFLAGS/d' Makefile || die - tc-export CC - - restore_config config.h - default -} - -src_install() { - emake DESTDIR="${ED}" PREFIX=/usr install - emake -C icon DESTDIR="${ED}" PREFIX=/usr install - dodoc README.md - domenu sxiv.desktop - - save_config config.h -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -}