diff options
author | 2007-02-05 12:26:08 +0000 | |
---|---|---|
committer | 2007-02-05 12:26:08 +0000 | |
commit | dd3d3784808bea71a682ba46d309a590b8b0e0f8 (patch) | |
tree | 033ac870b4371c7246a2742d795225cf1d3a0462 /kde-base | |
parent | Remove unneeded patches. (diff) | |
download | gentoo-2-dd3d3784808bea71a682ba46d309a590b8b0e0f8.tar.gz gentoo-2-dd3d3784808bea71a682ba46d309a590b8b0e0f8.tar.bz2 gentoo-2-dd3d3784808bea71a682ba46d309a590b8b0e0f8.zip |
Remove unneeded patches.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksayit/files/ksayit-3.4.3-pointer.patch | 12 |
2 files changed, 5 insertions, 13 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index 9586ccc65bba..fe8203cf3152 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksayit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.70 2007/02/04 02:53:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.71 2007/02/05 12:26:08 flameeyes Exp $ + + 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + -files/ksayit-3.4.3-pointer.patch: + Remove unneeded patches. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -ksayit-3.5.2.ebuild: Remove old versions. diff --git a/kde-base/ksayit/files/ksayit-3.4.3-pointer.patch b/kde-base/ksayit/files/ksayit-3.4.3-pointer.patch deleted file mode 100644 index 29fec54ab0bb..000000000000 --- a/kde-base/ksayit/files/ksayit-3.4.3-pointer.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ksayit/src/fxpluginhandler.cpp.old 2005-11-27 05:19:14.000000000 +0900 -+++ ksayit/src/fxpluginhandler.cpp 2005-11-27 05:19:30.000000000 +0900 -@@ -97,7 +97,8 @@ - plugin.description = p->getDescription_KS(); - plugin.EffectID = 0; - kdDebug(100200) << "FX-Plugin " << plugin.name << " Handle: " << plugin.handle << " registered." << endl; -- destroyPlugin(p); -+ // destroyPlugin(p); -+ p = NULL; - plugin.p = NULL; - // add to list of available plugins - pmap[plugin.name] = plugin; |