diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 12:31:10 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 12:31:10 +0000 |
commit | 538be7e1c53b3c9e00aacfe0cc6b17e4bf169c75 (patch) | |
tree | 61e0078308fd2caca2b39293666558ae8cd9a4bb /kde-base | |
parent | [kde-base/gwenview] Clean unneeded patches (diff) | |
download | historical-538be7e1c53b3c9e00aacfe0cc6b17e4bf169c75.tar.gz historical-538be7e1c53b3c9e00aacfe0cc6b17e4bf169c75.tar.bz2 historical-538be7e1c53b3c9e00aacfe0cc6b17e4bf169c75.zip |
[kde-base/kalgebra] Clean unneeded patches
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kalgebra/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog index 926c432651c9..ff2805fc9ac9 100644 --- a/kde-base/kalgebra/ChangeLog +++ b/kde-base/kalgebra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalgebra # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.32 2009/06/14 10:24:20 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.33 2009/06/14 12:31:09 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + -files/kalgebra-4.0.2-opengl.patch: + Clean unneeded patches 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kalgebra-4.2.3.ebuild: Drop KDE 4.2.3 diff --git a/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch b/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch deleted file mode 100644 index c82bb8fad38b..000000000000 --- a/kde-base/kalgebra/files/kalgebra-4.0.2-opengl.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: kalgebra/src/CMakeLists.txt -=================================================================== ---- kalgebra/src/CMakeLists.txt (revision 767350) -+++ kalgebra/src/CMakeLists.txt (working copy) -@@ -24,7 +24,6 @@ - functionedit.cpp - varedit.cpp - main.cpp -- graph3d.cpp - expressionedit.cpp - graph2d.cpp - operatorsmodel.cpp -@@ -33,6 +32,10 @@ - functionimpl.cpp - ) - -+if(OPENGL_FOUND) -+ set(kalgebra_SRCS ${kalgebra_SRCS} graph3d.cpp) -+endif(OPENGL_FOUND) -+ - #uncomment this if oxygen icons for kalgebra are available - #kde4_add_app_icon(kalgebra_SRCS "${CMAKE_INSTALL_PREFIX}/share/icons/oxygen/*/apps/kalgebra.png") - |