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 C0F551382C5 for ; Tue, 16 Jun 2020 13:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8DE4E0D69; Tue, 16 Jun 2020 13:39:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D0B4AE0D69 for ; Tue, 16 Jun 2020 13:39:14 +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 0E09734F29B for ; Tue, 16 Jun 2020 13:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 821DE299 for ; Tue, 16 Jun 2020 13:39:11 +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: <1592314738.7c4e5282172679ba9b36416191b47ab75401ede8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qimgv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/qimgv/qimgv-9999.ebuild X-VCS-Directories: media-gfx/qimgv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c4e5282172679ba9b36416191b47ab75401ede8 X-VCS-Branch: master Date: Tue, 16 Jun 2020 13:39:11 +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: 3e984700-2830-418a-b156-7866835af6ab X-Archives-Hash: 8981a6ea10203051c1f4b6bceabcc191 commit: 7c4e5282172679ba9b36416191b47ab75401ede8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 16 13:35:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 16 13:38:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4e5282 media-gfx/qimgv: Drop unmaintained live ebuild Bug: https://bugs.gentoo.org/712248 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/qimgv/qimgv-9999.ebuild | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/media-gfx/qimgv/qimgv-9999.ebuild b/media-gfx/qimgv/qimgv-9999.ebuild deleted file mode 100644 index a5955797418..00000000000 --- a/media-gfx/qimgv/qimgv-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 cmake-utils gnome2-utils xdg-utils - -DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5." -HOMEPAGE="https://github.com/easymodo/qimgv" - -EGIT_REPO_URI="https://github.com/easymodo/qimgv.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-video/mpv[libmpv] -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -}