summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/files
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-03-15 22:37:12 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2009-03-15 22:37:53 +0300
commitacfd845ea1360b06cb8c06ec5ac399f99a14f677 (patch)
tree5b93021a45a2b41681d5b9522277550115f9b3c5 /kde-base/pykde4/files
parentdbf92b767834427001dce5ee62cbcde0bff28973 (diff)
downloadkde-acfd845ea1360b06cb8c06ec5ac399f99a14f677.tar.gz
kde-acfd845ea1360b06cb8c06ec5ac399f99a14f677.tar.bz2
kde-acfd845ea1360b06cb8c06ec5ac399f99a14f677.zip
Drop unneeded patches
(Portage version: 2.2_rc25/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'kde-base/pykde4/files')
-rw-r--r--kde-base/pykde4/files/pykde4-4.2.65-compilation-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-base/pykde4/files/pykde4-4.2.65-compilation-fix.patch b/kde-base/pykde4/files/pykde4-4.2.65-compilation-fix.patch
deleted file mode 100644
index 0b7c1566a1a..00000000000
--- a/kde-base/pykde4/files/pykde4-4.2.65-compilation-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- trunk/KDE/kdebindings/python/pykde4/sip/kdecore/ksycoca.sip 2008/07/04 19:03:58 828140
-+++ trunk/KDE/kdebindings/python/pykde4/sip/kdecore/ksycoca.sip 2009/03/05 15:50:44 935553
-@@ -58,7 +58,7 @@
- void disableAutoRebuild ();
- static bool isChanged (const char* type);
- static void flagError ();
-- static bool readError ();
-+// static bool readError ();
-
- signals:
- void databaseChanged ();
---- trunk/KDE/kdebindings/python/pykde4/sip/kdecore/kmimetype.sip 2008/07/04 19:03:58 828140
-+++ trunk/KDE/kdebindings/python/pykde4/sip/kdecore/kmimetype.sip 2009/03/03 17:27:49 934730
-@@ -69,6 +69,8 @@
- KMimeType (const QString& fullpath, const QString& name, const QString& comment);
- //ig KMimeType (KMimeTypePrivate& dd);
- //ig KMimeType (KMimeTypePrivate& dd, const QString& name, const QString& comment);
-+
-+private:
- void setPatterns (const QStringList& patterns);
- void setParentMimeType (const QString& parent /Transfer/);
- void internalClearData ();