diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-11-09 10:52:12 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-11-09 10:52:12 +0000 |
commit | 73ec38d3a9f86b2c4344e4c0fa4085085fd1eab3 (patch) | |
tree | 25739b2f935534e126c37560e5f476f91554d741 /dev-util/qt-creator | |
parent | Drop unneeded patches (diff) | |
download | gentoo-2-73ec38d3a9f86b2c4344e4c0fa4085085fd1eab3.tar.gz gentoo-2-73ec38d3a9f86b2c4344e4c0fa4085085fd1eab3.tar.bz2 gentoo-2-73ec38d3a9f86b2c4344e4c0fa4085085fd1eab3.zip |
Drop unneeded patch
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-util/qt-creator')
-rw-r--r-- | dev-util/qt-creator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/qt-creator/files/add_missing_plugins.patch | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-util/qt-creator/ChangeLog b/dev-util/qt-creator/ChangeLog index e60f0b96b9bb..a305292920f2 100644 --- a/dev-util/qt-creator/ChangeLog +++ b/dev-util/qt-creator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/qt-creator # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.30 2009/10/03 19:27:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.31 2009/11/09 10:52:11 abcd Exp $ + + 09 Nov 2009; Jonathan Callen <abcd@gentoo.org> + -files/add_missing_plugins.patch: + Drop unneeded patch 03 Oct 2009; Markos Chandras <hwoarang@gentoo.org> qt-creator-1.2.90.ebuild: diff --git a/dev-util/qt-creator/files/add_missing_plugins.patch b/dev-util/qt-creator/files/add_missing_plugins.patch deleted file mode 100644 index 85827858f380..000000000000 --- a/dev-util/qt-creator/files/add_missing_plugins.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: qt-creator-1.0.0-src/src/plugins/plugins.pro -=================================================================== ---- qt-creator-1.0.0-src.orig/src/plugins/plugins.pro -+++ qt-creator-1.0.0-src/src/plugins/plugins.pro -@@ -26,15 +26,9 @@ SUBDIRS = plugin_coreplugin \ - plugin_qtscripteditor \ - # plugin_cpaster \ - plugin_cmakeprojectmanager \ -- plugin_fakevim -- --# These two plugins require private headers from Qt and therefore don't work --# with an installed/released version of Qt. --exists($$(QTDIR)/.qmake.cache) { -- SUBDIRS += plugin_designer plugin_resourceeditor --} else { -- message(Designer and Resource Editor plugins are not build! They require private headers and do not compile with your released/installed version of Qt) --} -+ plugin_fakevim \ -+ plugin_designer \ -+ plugin_resourceeditor - - plugin_coreplugin.subdir = coreplugin - |