Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtemu/, app-emulation/qtemu/files/, profiles/
Date: Wed, 21 Feb 2018 21:06:23
Message-Id: 1519247152.e0c7dd5eac70297c933d68d2d83f2157c5660d09.asturm@gentoo
1 commit: e0c7dd5eac70297c933d68d2d83f2157c5660d09
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 21:05:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 21:05:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c7dd5e
7
8 profiles: Remove last-rited app-emulation/qtemu
9
10 app-emulation/qtemu/Manifest | 1 -
11 .../files/1.0.5-help_and_translation_paths.patch | 63 ----------------------
12 app-emulation/qtemu/metadata.xml | 8 ---
13 app-emulation/qtemu/qtemu-1.0.5.ebuild | 31 -----------
14 profiles/package.mask | 5 --
15 5 files changed, 108 deletions(-)
16
17 diff --git a/app-emulation/qtemu/Manifest b/app-emulation/qtemu/Manifest
18 deleted file mode 100644
19 index db0741ad05b..00000000000
20 --- a/app-emulation/qtemu/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST qtemu-1.0.5.tar.bz2 555872 BLAKE2B 546a1ec0071ef42b2782df5970b563e48b2dd659cf02a0e27dfdfed1df1f43f1d503dc379195eef9390c7098d826454a80f65fa6913506fb1ca4be05eecd79d2 SHA512 c8380acea500453053d8d2a9cc3eecb51c766d5743a22a7fbe13d3bd5d543ab63ab715ac2ffbd2389f24c699ea81ca3e0584c7578a9799300cef514886d1cee8
24
25 diff --git a/app-emulation/qtemu/files/1.0.5-help_and_translation_paths.patch b/app-emulation/qtemu/files/1.0.5-help_and_translation_paths.patch
26 deleted file mode 100644
27 index 8fc1680aacb..00000000000
28 --- a/app-emulation/qtemu/files/1.0.5-help_and_translation_paths.patch
29 +++ /dev/null
30 @@ -1,63 +0,0 @@
31 -diff -Naur qtemu-1.0.5.orig/CMakeLists.txt qtemu-1.0.5/CMakeLists.txt
32 ---- qtemu-1.0.5.orig/CMakeLists.txt 2008-02-22 19:32:43.000000000 +0100
33 -+++ qtemu-1.0.5/CMakeLists.txt 2008-02-22 19:35:29.000000000 +0100
34 -@@ -114,7 +114,7 @@
35 - DEPENDS ${QM_FILES})
36 -
37 - INSTALL (FILES ${QM_FILES}
38 -- DESTINATION translations)
39 -+ DESTINATION share/qtemu/translations)
40 - # translation end
41 -
42 - SET(QT_USE_QTXML)
43 -@@ -146,13 +146,13 @@
44 - )
45 -
46 - FILE(GLOB helpfiles "${CMAKE_CURRENT_SOURCE_DIR}/help/*.png")
47 --INSTALL(FILES ${helpfiles} DESTINATION help)
48 -+INSTALL(FILES ${helpfiles} DESTINATION share/qtemu/help)
49 -
50 --INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION help)
51 -+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION share/qtemu/help)
52 -
53 - FILE(GLOB helpfiles_de "${CMAKE_CURRENT_SOURCE_DIR}/help/de/*.png")
54 --INSTALL(FILES ${helpfiles_de} DESTINATION help/de)
55 -+INSTALL(FILES ${helpfiles_de} DESTINATION share/qtemu/help/de)
56 -
57 --INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION help/de)
58 -+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION share/qtemu/help/de)
59 -
60 - INSTALL(TARGETS qtemu DESTINATION bin)
61 -diff -Naur qtemu-1.0.5.orig/helpwindow.cpp qtemu-1.0.5/helpwindow.cpp
62 ---- qtemu-1.0.5.orig/helpwindow.cpp 2008-02-22 19:32:44.000000000 +0100
63 -+++ qtemu-1.0.5/helpwindow.cpp 2008-02-22 19:33:26.000000000 +0100
64 -@@ -80,7 +80,7 @@
65 - return testUrl;
66 -
67 - //check for case when qtemu executable is in bin/ (installed on linux)
68 -- testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/" + locale + "/main.htm");
69 -+ testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../share/qtemu/help/" + locale + "/main.htm");
70 - if (QFile::exists(testUrl.toString()))
71 - return testUrl;
72 - }
73 -@@ -96,7 +96,7 @@
74 - return testUrl;
75 -
76 - //check for case when qtemu executable is in bin/ (installed on linux)
77 -- testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/main.htm");
78 -+ testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../share/qtemu/help/main.htm");
79 - if (QFile::exists(testUrl.toString()))
80 - return testUrl;
81 -
82 -diff -Naur qtemu-1.0.5.orig/main.cpp qtemu-1.0.5/main.cpp
83 ---- qtemu-1.0.5.orig/main.cpp 2008-02-22 19:32:43.000000000 +0100
84 -+++ qtemu-1.0.5/main.cpp 2008-02-22 19:36:32.000000000 +0100
85 -@@ -45,7 +45,7 @@
86 - translator.load(path);
87 - else
88 - {
89 -- path = QCoreApplication::applicationDirPath()+"/../translations/qtemu_" + locale + ".qm";
90 -+ path = QCoreApplication::applicationDirPath()+"/../share/qtemu/translations/qtemu_" + locale + ".qm";
91 - if (QFile::exists(path))
92 - translator.load(path);
93 - }
94
95 diff --git a/app-emulation/qtemu/metadata.xml b/app-emulation/qtemu/metadata.xml
96 deleted file mode 100644
97 index e2c549e0585..00000000000
98 --- a/app-emulation/qtemu/metadata.xml
99 +++ /dev/null
100 @@ -1,8 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <!-- maintainer-needed -->
105 - <upstream>
106 - <remote-id type="sourceforge">qtemu</remote-id>
107 - </upstream>
108 -</pkgmetadata>
109
110 diff --git a/app-emulation/qtemu/qtemu-1.0.5.ebuild b/app-emulation/qtemu/qtemu-1.0.5.ebuild
111 deleted file mode 100644
112 index 41282431fae..00000000000
113 --- a/app-emulation/qtemu/qtemu-1.0.5.ebuild
114 +++ /dev/null
115 @@ -1,31 +0,0 @@
116 -# Copyright 1999-2014 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=5
120 -
121 -inherit eutils cmake-utils
122 -
123 -DESCRIPTION="A graphical user interface for QEMU written in Qt4"
124 -HOMEPAGE="http://qtemu.sourceforge.net/"
125 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
126 -
127 -LICENSE="GPL-2 LGPL-2.1 CC-BY-3.0"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~x86"
130 -IUSE=""
131 -
132 -DEPEND="dev-qt/qtcore:4
133 - dev-qt/qtgui:4"
134 -RDEPEND="${DEPEND}
135 - app-emulation/qemu"
136 -
137 -DOCS=( ChangeLog README )
138 -PATCHES=(
139 - "${FILESDIR}/${PV}-help_and_translation_paths.patch"
140 -)
141 -
142 -src_install() {
143 - cmake-utils_src_install
144 - doicon "${S}/images/${PN}.ico"
145 - make_desktop_entry "qtemu" "QtEmu" "${PN}.ico" "Qt;Utility;Emulator"
146 -}
147
148 diff --git a/profiles/package.mask b/profiles/package.mask
149 index 56d4371f809..0b2d381dfbe 100644
150 --- a/profiles/package.mask
151 +++ b/profiles/package.mask
152 @@ -225,11 +225,6 @@ www-apps/jekyll-gist
153 # Masked for removal in 30 days.
154 dev-libs/libindicate-qt
155
156 -# Andreas Sturmlechner <asturm@g.o> (22 Jan 2018)
157 -# Depends on deprecated Qt4, dead project.
158 -# Masked for removal in 30 days.
159 -app-emulation/qtemu
160 -
161 # Andreas Sturmlechner <asturm@g.o> (22 Jan 2018)
162 # Depends on deprecated Qt4, upstream is slowly doing a qml port.
163 # Masked for removal in 60 days. Revisit bug #645504 before deciding