summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-02-21 15:37:28 +0000
committerJohannes Huber <johu@gentoo.org>2012-02-21 15:37:28 +0000
commit01d39e7f4313e44948228d4770509aa2bfd437f8 (patch)
tree35e5a8f27357d1ef54840741165be3fbac7139ad /kde-base/pykde4
parentStable for HPPA (bug #404887). (diff)
downloadgentoo-2-01d39e7f4313e44948228d4770509aa2bfd437f8.tar.gz
gentoo-2-01d39e7f4313e44948228d4770509aa2bfd437f8.tar.bz2
gentoo-2-01d39e7f4313e44948228d4770509aa2bfd437f8.zip
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/pykde4')
-rw-r--r--kde-base/pykde4/ChangeLog6
-rw-r--r--kde-base/pykde4/files/pykde4-4.6.3-pyqt475.patch30
-rw-r--r--kde-base/pykde4/files/pykde4-4.6.4-pyqt475.patch21
3 files changed, 5 insertions, 52 deletions
diff --git a/kde-base/pykde4/ChangeLog b/kde-base/pykde4/ChangeLog
index a94fd36a367e..6d029cd8629e 100644
--- a/kde-base/pykde4/ChangeLog
+++ b/kde-base/pykde4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/pykde4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.148 2012/02/21 12:52:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.149 2012/02/21 15:37:28 johu Exp $
+
+ 21 Feb 2012; Johannes Huber <johu@gentoo.org>
+ -files/pykde4-4.6.3-pyqt475.patch, -files/pykde4-4.6.4-pyqt475.patch:
+ Remove old.
20 Feb 2012; Johannes Huber <johu@gentoo.org> -pykde4-4.6.3.ebuild,
-pykde4-4.6.3-r1.ebuild:
diff --git a/kde-base/pykde4/files/pykde4-4.6.3-pyqt475.patch b/kde-base/pykde4/files/pykde4-4.6.3-pyqt475.patch
deleted file mode 100644
index f5774942d38f..000000000000
--- a/kde-base/pykde4/files/pykde4-4.6.3-pyqt475.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -ruN pykde4-4.6.3.orig/python/pykde4/tools/pykdeuic4/pykdeuic4.py pykde4-4.6.3/python/pykde4/tools/pykdeuic4/pykdeuic4.py
---- pykde4-4.6.3.orig/python/pykde4/tools/pykdeuic4/pykdeuic4.py 2011-04-28 15:29:23.000000000 +0200
-+++ pykde4-4.6.3/python/pykde4/tools/pykdeuic4/pykdeuic4.py 2011-06-21 21:54:52.992764623 +0200
-@@ -45,7 +45,7 @@
- def __init__(self,string, disambig=None):
- original_i18n_string.__init__(self,string, disambig)
- def __str__(self):
-- return "kdecore.i18n(\"%s\")" % (qtproxies.escape(self.string),)
-+ return "kdecore.i18n(%s)" % (qtproxies.escape(self.string),)
-
- qtproxies.i18n_string = kde_i18n_string
-
-@@ -78,7 +78,7 @@
- indenter.indentwidth = indent
- comp = compiler.UICompiler()
- comp.factory._cwFilters.append(kdeFilter())
-- winfo = comp.compileUi(uifile, output)
-+ winfo = comp.compileUi(uifile, output, None)
-
- if exe:
- output.write("""
-@@ -111,7 +111,7 @@
- app = kdeui.KApplication()
- mainWindow = MainWin(None, "main window")
- mainWindow.show()
-- app.connect (app, QtCore.SIGNAL ("lastWindowClosed ()"), app.quit)
-+ app.lastWindowClosed.connect(app.quit)
- app.exec_ ()
- """)
-
diff --git a/kde-base/pykde4/files/pykde4-4.6.4-pyqt475.patch b/kde-base/pykde4/files/pykde4-4.6.4-pyqt475.patch
deleted file mode 100644
index 55f61f0c872a..000000000000
--- a/kde-base/pykde4/files/pykde4-4.6.4-pyqt475.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN pykde4-4.6.4.orig/python/pykde4/tools/pykdeuic4/pykdeuic4.py pykde4-4.6.4/python/pykde4/tools/pykdeuic4/pykdeuic4.py
---- pykde4-4.6.4.orig/python/pykde4/tools/pykdeuic4/pykdeuic4.py 2011-06-02 12:03:32.000000000 +0200
-+++ pykde4-4.6.4/python/pykde4/tools/pykdeuic4/pykdeuic4.py 2011-06-21 21:59:16.310764723 +0200
-@@ -78,7 +78,7 @@
- indenter.indentwidth = indent
- comp = compiler.UICompiler()
- comp.factory._cwFilters.append(kdeFilter())
-- winfo = comp.compileUi(uifile, output)
-+ winfo = comp.compileUi(uifile, output, None)
-
- if exe:
- output.write("""
-@@ -111,7 +111,7 @@
- app = kdeui.KApplication()
- mainWindow = MainWin(None, "main window")
- mainWindow.show()
-- app.connect (app, QtCore.SIGNAL ("lastWindowClosed ()"), app.quit)
-+ app.lastWindowClosed.connect(app.quit)
- app.exec_ ()
- """)
-