aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-12 17:09:58 +0300
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-12 17:09:58 +0300
commit41630f01fd1767b15cdec267180dc6a081774cb7 (patch)
tree0adde90b77636a2955a5bb22f240e852c4540e9e /app-emulation
parentqt3: Hope they are gone now (diff)
downloadqt-41630f01fd1767b15cdec267180dc6a081774cb7.tar.gz
qt-41630f01fd1767b15cdec267180dc6a081774cb7.tar.bz2
qt-41630f01fd1767b15cdec267180dc6a081774cb7.zip
qtemu: remove unused patch
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qtemu/ChangeLog4
-rw-r--r--app-emulation/qtemu/Manifest3
-rw-r--r--app-emulation/qtemu/files/1.0.5-help_and_translation_paths.patch63
3 files changed, 5 insertions, 65 deletions
diff --git a/app-emulation/qtemu/ChangeLog b/app-emulation/qtemu/ChangeLog
index be3a34f4..c39f64d9 100644
--- a/app-emulation/qtemu/ChangeLog
+++ b/app-emulation/qtemu/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Jun 2009; Markos Chandras <hwoarang@gentoo.org>
+ -files/1.0.5-help_and_translation_paths.patch:
+ Remove obsolete patch
+
08 Jun 2009; Markos Chandras <hwoarang@gentoo.org> -qtemu-1.0.5.ebuild:
On tree
diff --git a/app-emulation/qtemu/Manifest b/app-emulation/qtemu/Manifest
index a92d6363..632889c2 100644
--- a/app-emulation/qtemu/Manifest
+++ b/app-emulation/qtemu/Manifest
@@ -1,4 +1,3 @@
-AUX 1.0.5-help_and_translation_paths.patch 2730 RMD160 ba9fcbad2bfcfe9fbf7b13b7aaf9ed441f12a543 SHA1 d0ea9662b5e5b485ac6d2b0d14f91f67cc88bfed SHA256 ac25bfb7e2eaa0ff4bccdc2d21ad14f73c1e246fb069ef5b4dcca2d20270abf7
EBUILD qtemu-9999.ebuild 580 RMD160 a4ac3b6532d1b4f966f601a4acfbee4bf9373182 SHA1 9a1c618cfee27fe4e883807808c6e7a20b7072ca SHA256 1d8bb6170d04ec2fa830d8b505707abad96d9a04269d792b84a28de3a7caf1ec
-MISC ChangeLog 722 RMD160 4dac3de0bcb91aee40a9285c1d43b7d6916ee666 SHA1 c659a5f435d2b291cfcc187c0452a66fc8b72fc5 SHA256 a1a1540794c38f05921a1e80f48dcbe3c07843bf90a4a709114d2f5919923006
+MISC ChangeLog 849 RMD160 2f73d2beeab0ecec0f29d6ffb22beb65f4bc9058 SHA1 749244118a2f9711452a8599544a37695a7363c9 SHA256 445b29d52c717b4888ed2268d5b6ec5bdc1b95b3843499e8af34a7adf7dbcb44
MISC metadata.xml 155 RMD160 654eebe07944b4d18c58e4a54c50758eceead53e SHA1 967490b59f5185a6849cb5583390dd0d0b0dd512 SHA256 94ed5876ef16dbc191744ff6b8939a0f428fcb8add316d898880e1c4c880b9e7
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 8fc1680a..00000000
--- 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);
- }