Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/qvv/files/, media-gfx/qvv/
Date: Thu, 21 May 2020 09:32:46
Message-Id: 1590053550.889e276a3564123145f5083f2275c977b81c9947.asturm@gentoo
1 commit: 889e276a3564123145f5083f2275c977b81c9947
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 09:32:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 09:32:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889e276a
7
8 media-gfx/qvv: Drop 4.04
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/qvv/Manifest | 1 -
14 media-gfx/qvv/files/qvv-4.04-toLatin1.patch | 22 -----------------
15 media-gfx/qvv/qvv-4.04.ebuild | 37 -----------------------------
16 3 files changed, 60 deletions(-)
17
18 diff --git a/media-gfx/qvv/Manifest b/media-gfx/qvv/Manifest
19 index a0058b1bde8..893791f1b7c 100644
20 --- a/media-gfx/qvv/Manifest
21 +++ b/media-gfx/qvv/Manifest
22 @@ -1,2 +1 @@
23 DIST qvv-4.04.2.tar.gz 4371030 BLAKE2B 960a96023ea968f299e803afe51887c99d2b37a14943772fa98d56c4b912b678c27e0822ed2e5b6675519c05bf04e9f02f3322a77e3e0f22b648796422cb7a8e SHA512 c678eedf945f88bc6d5ecaf8fecfef8ccb7ce741b2201c81b631be9069435552f523f1d2b370197df0230f7b11443b904b4dbe4b7bb0a71f0a164151a0a9ec90
24 -DIST qvv-4.04.tar.gz 4580207 BLAKE2B 0f73f455ca5f7446312043c53322668a7824fdbcadb0eff1e98698f14bfbaac7c57a1ac1e7e42164ed1071e319f90d1aa5d57cf865c31d3242bdfd954875c12a SHA512 102c51f7eb146d4ddcbfee16fcf93bc08f874268c2838c1358d314daf466639c5506adc2ba99231cb5f2f7074a980545c1640241396964012e9991b946d7839d
25
26 diff --git a/media-gfx/qvv/files/qvv-4.04-toLatin1.patch b/media-gfx/qvv/files/qvv-4.04-toLatin1.patch
27 deleted file mode 100644
28 index 3db2b32ad4b..00000000000
29 --- a/media-gfx/qvv/files/qvv-4.04-toLatin1.patch
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -From 61b243ccc907f34115a00572e2d8f2bfa2682e6c Mon Sep 17 00:00:00 2001
33 -From: Vladi Belperchinov-Shabanski <cade@×××××××.bg>
34 -Date: Thu, 26 Feb 2015 16:08:51 +0200
35 -Subject: [PATCH] toascii-tolatin1-fix
36 -
37 ----
38 - src/qvv_main_win.cpp | 2 +-
39 - 1 file changed, 1 insertion(+), 1 deletion(-)
40 -
41 -diff --git a/src/qvv_main_win.cpp b/src/qvv_main_win.cpp
42 -index 3516f87..0ade17c 100644
43 ---- a/src/qvv_main_win.cpp
44 -+++ b/src/qvv_main_win.cpp
45 -@@ -783,7 +783,7 @@ int QvvMainWindow::deleteItems( int current_only )
46 -
47 - //qDebug() << "DELETE YES: " << file_name << " RESBUTTON: " << QVariant( confirm->activated_button ).toString();
48 -
49 -- QString path_hash = QVariant( QCryptographicHash::hash( cdir.absolutePath().toAscii(), QCryptographicHash::Sha1 ).toHex() ).toString();
50 -+ QString path_hash = QVariant( QCryptographicHash::hash( cdir.absolutePath().toLatin1(), QCryptographicHash::Sha1 ).toHex() ).toString();
51 - QString trash_file_name = trash_can + "/" + path_hash + "." + item->text( 1 );
52 -
53 - int moved_ok = 0;
54
55 diff --git a/media-gfx/qvv/qvv-4.04.ebuild b/media-gfx/qvv/qvv-4.04.ebuild
56 deleted file mode 100644
57 index 50d84749221..00000000000
58 --- a/media-gfx/qvv/qvv-4.04.ebuild
59 +++ /dev/null
60 @@ -1,37 +0,0 @@
61 -# Copyright 1999-2018 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -
66 -inherit desktop qmake-utils
67 -
68 -DESCRIPTION="QVV Image Viewer and Browser"
69 -HOMEPAGE="http://cade.datamax.bg/qvv/"
70 -SRC_URI="https://github.com/cade-vs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE=""
76 -
77 -DEPEND="
78 - dev-qt/qtcore:5
79 - dev-qt/qtgui:5
80 - dev-qt/qtwidgets:5
81 -"
82 -RDEPEND="${DEPEND}"
83 -
84 -DOCS=( ANFSCD GPG_README HISTORY README todo.txt )
85 -
86 -PATCHES=( "${FILESDIR}"/${P}-toLatin1.patch )
87 -
88 -src_configure() {
89 - eqmake5 src/${PN}.qt5.pro
90 -}
91 -
92 -src_install() {
93 - einstalldocs
94 - dobin qvv
95 - doicon images/qvv_icon_128x128.png || die "doicon failed"
96 - make_desktop_entry qvv QVV qvv_icon_128x128
97 -}