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 9D214138335 for ; Sat, 13 Oct 2018 11:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5CCE0908; Sat, 13 Oct 2018 11:20:21 +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 211BDE0908 for ; Sat, 13 Oct 2018 11:20:19 +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 5281E335CDD for ; Sat, 13 Oct 2018 11:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AAE143B for ; Sat, 13 Oct 2018 11:20:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1539429154.a15ba9cb84c9c8e3fe61d5134e16bd1c40ec6f03.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qimgv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/qimgv/Manifest media-gfx/qimgv/qimgv-0.6.3.ebuild X-VCS-Directories: media-gfx/qimgv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a15ba9cb84c9c8e3fe61d5134e16bd1c40ec6f03 X-VCS-Branch: master Date: Sat, 13 Oct 2018 11:20:02 +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: 2fffd51f-efb7-44fe-bf24-17b0d27b066e X-Archives-Hash: f6d55b0f356a0c705adb650756734aa0 commit: a15ba9cb84c9c8e3fe61d5134e16bd1c40ec6f03 Author: Jiayi Zhao gmail com> AuthorDate: Fri Oct 5 01:20:04 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 13 11:12:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15ba9cb media-gfx/qimgv: remove old 0.6.3 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Jiayi Zhao gmail.com> Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10071 media-gfx/qimgv/Manifest | 1 - media-gfx/qimgv/qimgv-0.6.3.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest index 5b038059b86..4a0c7a38529 100644 --- a/media-gfx/qimgv/Manifest +++ b/media-gfx/qimgv/Manifest @@ -1,2 +1 @@ -DIST qimgv-0.6.3.tar.gz 238521 BLAKE2B 55da7c0e7b18547e7c2e2ab76f0a535c655c898707641c896469a07040e8f7f1a6e80580143016e24cdc0a7d9e2287c0d081ca8d262337faeea5d02168796a8e SHA512 c18ed0678bc094fedb339cfa227a5ddace6728b724f7640e4b018e52aa49dfb80d18879b372ab25bbf9e8c38497999471ba35a9bea5cd6b18d5ccbf1e55f3301 DIST qimgv-0.7.1.tar.gz 273529 BLAKE2B 60f1f87c3347333f76224046776ca4303a03286593191feb18791dd7065ba714db387a1f8cbf6f16f04cab7190645edee4aba11f13d1ce6c0cb52d9b79042f18 SHA512 dd142377aca7248d00ac51d0732de94106e7471973de45d66e8905c476e5eb5f3543e98b1322390dc54946e7c518c1a8711bcde46fb67c376808e4049b22a630 diff --git a/media-gfx/qimgv/qimgv-0.6.3.ebuild b/media-gfx/qimgv/qimgv-0.6.3.ebuild deleted file mode 100644 index 9226ed2e10a..00000000000 --- a/media-gfx/qimgv/qimgv-0.6.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils gnome2-utils xdg-utils - -DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5" -HOMEPAGE="https://github.com/easymodo/qimgv" -SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -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 -}