summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-04 14:36:18 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-04 14:36:18 +0000
commit74009f24d8d2188509da81621e82ed21cbbe5768 (patch)
treeac115bc4ea6c597aca18fa39c5dae7917df7dbcb /app-emulation
parentnet-mail/gmail-notify: added missing DEPEND (diff)
downloadsunrise-74009f24d8d2188509da81621e82ed21cbbe5768.tar.gz
sunrise-74009f24d8d2188509da81621e82ed21cbbe5768.tar.bz2
sunrise-74009f24d8d2188509da81621e82ed21cbbe5768.zip
app-emulation/ qtemu: I ll pick this up. Moved to qting-edge overlay temporary for clean up and testing
svn path=/sunrise/; revision=8610
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qtemu/ChangeLog9
-rw-r--r--app-emulation/qtemu/Manifest5
-rw-r--r--app-emulation/qtemu/files/1.0.5-help_and_translation_paths.patch63
-rw-r--r--app-emulation/qtemu/metadata.xml5
-rw-r--r--app-emulation/qtemu/qtemu-1.0.5.ebuild34
5 files changed, 0 insertions, 116 deletions
diff --git a/app-emulation/qtemu/ChangeLog b/app-emulation/qtemu/ChangeLog
deleted file mode 100644
index f3c9c2919..000000000
--- a/app-emulation/qtemu/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for app-emulation/qtemu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 22 Feb 2008; Tiziano Müller <dev-zero@gentoo.org>
- +files/1.0.5-help_and_translation_paths.patch, +metadata.xml,
- +qtemu-1.0.5.ebuild:
- New ebuild for bug #184112 (rewritten by me).
-
diff --git a/app-emulation/qtemu/Manifest b/app-emulation/qtemu/Manifest
deleted file mode 100644
index 9804afd4f..000000000
--- a/app-emulation/qtemu/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX 1.0.5-help_and_translation_paths.patch 2730 RMD160 ba9fcbad2bfcfe9fbf7b13b7aaf9ed441f12a543 SHA1 d0ea9662b5e5b485ac6d2b0d14f91f67cc88bfed SHA256 ac25bfb7e2eaa0ff4bccdc2d21ad14f73c1e246fb069ef5b4dcca2d20270abf7
-DIST qtemu-1.0.5.tar.bz2 555872 RMD160 a0b9f1cf591c1f1df264fae36d72879b19ee3952 SHA1 5800806ae0c767f11b3801af923905017833a2e4 SHA256 752942fae239996c826580fd0b32986cf96a92a0982710f726947ddf791dc921
-EBUILD qtemu-1.0.5.ebuild 752 RMD160 7c1a904408a9712847ccf11eb22c2d8068385db1 SHA1 421f05b03150f6c3df91d3dfb697e4be85f716ed SHA256 dd456ad7e795d848fca962fd0055f9315aba53c65330572621a601978dbc427d
-MISC ChangeLog 309 RMD160 bcaf071e143669c2ab538dba71544d0f1c3106a2 SHA1 e1f4bb9b0d1b261d34aeda68c42fa83239f9688a SHA256 790fbb2f1a51de6ab3c518d1c585d4242ab35e7302077ca815e28c7c00d0631b
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
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
deleted file mode 100644
index 8fc1680aa..000000000
--- a/app-emulation/qtemu/files/1.0.5-help_and_translation_paths.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -Naur qtemu-1.0.5.orig/CMakeLists.txt qtemu-1.0.5/CMakeLists.txt
---- qtemu-1.0.5.orig/CMakeLists.txt 2008-02-22 19:32:43.000000000 +0100
-+++ qtemu-1.0.5/CMakeLists.txt 2008-02-22 19:35:29.000000000 +0100
-@@ -114,7 +114,7 @@
- DEPENDS ${QM_FILES})
-
- INSTALL (FILES ${QM_FILES}
-- DESTINATION translations)
-+ DESTINATION share/qtemu/translations)
- # translation end
-
- SET(QT_USE_QTXML)
-@@ -146,13 +146,13 @@
- )
-
- FILE(GLOB helpfiles "${CMAKE_CURRENT_SOURCE_DIR}/help/*.png")
--INSTALL(FILES ${helpfiles} DESTINATION help)
-+INSTALL(FILES ${helpfiles} DESTINATION share/qtemu/help)
-
--INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION help)
-+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION share/qtemu/help)
-
- FILE(GLOB helpfiles_de "${CMAKE_CURRENT_SOURCE_DIR}/help/de/*.png")
--INSTALL(FILES ${helpfiles_de} DESTINATION help/de)
-+INSTALL(FILES ${helpfiles_de} DESTINATION share/qtemu/help/de)
-
--INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION help/de)
-+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION share/qtemu/help/de)
-
- INSTALL(TARGETS qtemu DESTINATION bin)
-diff -Naur qtemu-1.0.5.orig/helpwindow.cpp qtemu-1.0.5/helpwindow.cpp
---- qtemu-1.0.5.orig/helpwindow.cpp 2008-02-22 19:32:44.000000000 +0100
-+++ qtemu-1.0.5/helpwindow.cpp 2008-02-22 19:33:26.000000000 +0100
-@@ -80,7 +80,7 @@
- return testUrl;
-
- //check for case when qtemu executable is in bin/ (installed on linux)
-- testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/" + locale + "/main.htm");
-+ testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../share/qtemu/help/" + locale + "/main.htm");
- if (QFile::exists(testUrl.toString()))
- return testUrl;
- }
-@@ -96,7 +96,7 @@
- return testUrl;
-
- //check for case when qtemu executable is in bin/ (installed on linux)
-- testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/main.htm");
-+ testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../share/qtemu/help/main.htm");
- if (QFile::exists(testUrl.toString()))
- return testUrl;
-
-diff -Naur qtemu-1.0.5.orig/main.cpp qtemu-1.0.5/main.cpp
---- qtemu-1.0.5.orig/main.cpp 2008-02-22 19:32:43.000000000 +0100
-+++ qtemu-1.0.5/main.cpp 2008-02-22 19:36:32.000000000 +0100
-@@ -45,7 +45,7 @@
- translator.load(path);
- else
- {
-- path = QCoreApplication::applicationDirPath()+"/../translations/qtemu_" + locale + ".qm";
-+ path = QCoreApplication::applicationDirPath()+"/../share/qtemu/translations/qtemu_" + locale + ".qm";
- if (QFile::exists(path))
- translator.load(path);
- }
diff --git a/app-emulation/qtemu/metadata.xml b/app-emulation/qtemu/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/app-emulation/qtemu/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/app-emulation/qtemu/qtemu-1.0.5.ebuild b/app-emulation/qtemu/qtemu-1.0.5.ebuild
deleted file mode 100644
index 857d8bf21..000000000
--- a/app-emulation/qtemu/qtemu-1.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-
-inherit eutils cmake-utils qt4
-
-DESCRIPTION="A graphical user interface for QEMU written in Qt4."
-HOMEPAGE="http://qtemu.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1 CCPL-Attribution-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-4.1:4"
-RDEPEND="${DEPEND}
- app-emulation/qemu"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-help_and_translation_paths.patch"
-}
-
-src_install() {
- DOCS="ChangeLog README"
- cmake-utils_src_install
-
- doicon "${S}/images/${PN}.ico"
- make_desktop_entry "qtemu" "QtEmu" "${PN}.ico" "Qt;Utility;Emulator"
-}