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 7ECC6138335 for ; Sat, 22 Dec 2018 11:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D09F1E0A91; Sat, 22 Dec 2018 11:44:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AE846E0A91 for ; Sat, 22 Dec 2018 11:44:00 +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 A73DA335C31 for ; Sat, 22 Dec 2018 11:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65CDB4F8 for ; Sat, 22 Dec 2018 11:43:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1545479006.9db6deb7b278af1631ecb35206446869715745e7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/viewnior/viewnior-1.7.ebuild X-VCS-Directories: media-gfx/viewnior/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9db6deb7b278af1631ecb35206446869715745e7 X-VCS-Branch: master Date: Sat, 22 Dec 2018 11:43:56 +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: cf908732-4bfe-4bb7-a625-2e137b8d205e X-Archives-Hash: 4292cc8ae0fd148b3c868f666562e7a9 commit: 9db6deb7b278af1631ecb35206446869715745e7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 22 11:42:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 22 11:43:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db6deb7 media-gfx/viewnior: Drop 1.7 (r0) Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/viewnior/viewnior-1.7.ebuild | 40 ---------------------------------- 1 file changed, 40 deletions(-) diff --git a/media-gfx/viewnior/viewnior-1.7.ebuild b/media-gfx/viewnior/viewnior-1.7.ebuild deleted file mode 100644 index cc0bc1afeae..00000000000 --- a/media-gfx/viewnior/viewnior-1.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit xdg-utils gnome2-utils meson - -MY_PN=Viewnior -DESCRIPTION="Fast and simple image viewer" -HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/hellosiyan/Viewnior" -SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/glib:2 - media-gfx/exiv2:0= - >=x11-libs/gtk+-2.20:2 - x11-misc/shared-mime-info -" -RDEPEND="${DEPEND} - dev-util/glib-utils -" - -S="${WORKDIR}/${MY_PN}-${P}" - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -}