Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qimgv/
Date: Sat, 13 Oct 2018 11:20:22
Message-Id: 1539429154.a15ba9cb84c9c8e3fe61d5134e16bd1c40ec6f03.mgorny@gentoo
1 commit: a15ba9cb84c9c8e3fe61d5134e16bd1c40ec6f03
2 Author: Jiayi Zhao <jeff.no.zhao <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 5 01:20:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 11:12:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15ba9cb
7
8 media-gfx/qimgv: remove old 0.6.3
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Signed-off-by: Jiayi Zhao <jeff.no.zhao <AT> gmail.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/10071
14
15 media-gfx/qimgv/Manifest | 1 -
16 media-gfx/qimgv/qimgv-0.6.3.ebuild | 37 -------------------------------------
17 2 files changed, 38 deletions(-)
18
19 diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest
20 index 5b038059b86..4a0c7a38529 100644
21 --- a/media-gfx/qimgv/Manifest
22 +++ b/media-gfx/qimgv/Manifest
23 @@ -1,2 +1 @@
24 -DIST qimgv-0.6.3.tar.gz 238521 BLAKE2B 55da7c0e7b18547e7c2e2ab76f0a535c655c898707641c896469a07040e8f7f1a6e80580143016e24cdc0a7d9e2287c0d081ca8d262337faeea5d02168796a8e SHA512 c18ed0678bc094fedb339cfa227a5ddace6728b724f7640e4b018e52aa49dfb80d18879b372ab25bbf9e8c38497999471ba35a9bea5cd6b18d5ccbf1e55f3301
25 DIST qimgv-0.7.1.tar.gz 273529 BLAKE2B 60f1f87c3347333f76224046776ca4303a03286593191feb18791dd7065ba714db387a1f8cbf6f16f04cab7190645edee4aba11f13d1ce6c0cb52d9b79042f18 SHA512 dd142377aca7248d00ac51d0732de94106e7471973de45d66e8905c476e5eb5f3543e98b1322390dc54946e7c518c1a8711bcde46fb67c376808e4049b22a630
26
27 diff --git a/media-gfx/qimgv/qimgv-0.6.3.ebuild b/media-gfx/qimgv/qimgv-0.6.3.ebuild
28 deleted file mode 100644
29 index 9226ed2e10a..00000000000
30 --- a/media-gfx/qimgv/qimgv-0.6.3.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-utils gnome2-utils xdg-utils
39 -
40 -DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5"
41 -HOMEPAGE="https://github.com/easymodo/qimgv"
42 -SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-qt/qtconcurrent:5
51 - dev-qt/qtcore:5
52 - dev-qt/qtgui:5
53 - dev-qt/qtwidgets:5
54 - media-video/mpv[libmpv]
55 -"
56 -DEPEND="
57 - ${RDEPEND}
58 - virtual/pkgconfig
59 -"
60 -
61 -pkg_postinst() {
62 - gnome2_icon_cache_update
63 - xdg_desktop_database_update
64 -}
65 -
66 -pkg_postrm() {
67 - gnome2_icon_cache_update
68 - xdg_desktop_database_update
69 -}