summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:20:45 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:20:45 +0000
commit325b723ff79f219ee3c132fad89bd767b34079c8 (patch)
treeb7c2974584069b67c13a42be352083cf05a4e2db /kde-base
parentOld. (diff)
downloadgentoo-2-325b723ff79f219ee3c132fad89bd767b34079c8.tar.gz
gentoo-2-325b723ff79f219ee3c132fad89bd767b34079c8.tar.bz2
gentoo-2-325b723ff79f219ee3c132fad89bd767b34079c8.zip
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kalgebra/ChangeLog10
-rw-r--r--kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch23
-rw-r--r--kde-base/kalgebra/kalgebra-4.0.1.ebuild36
3 files changed, 9 insertions, 60 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog
index fdee7d3880d9..449bc5ae3c6c 100644
--- a/kde-base/kalgebra/ChangeLog
+++ b/kde-base/kalgebra/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for kde-base/kalgebra
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.6 2008/03/10 23:20:54 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.7 2008/03/20 16:20:44 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/kalgebra-4.0.1-opengl.patch, -kalgebra-4.0.1.ebuild:
+ Old.
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -files/kalgebra-4.0.1-opengl.patch, -kalgebra-4.0.1.ebuild:
+ Old.
*kalgebra-4.0.2 (10 Mar 2008)
diff --git a/kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch b/kde-base/kalgebra/files/kalgebra-4.0.1-opengl.patch
deleted file mode 100644
index 0ca889f566e9..000000000000
--- a/kde-base/kalgebra/files/kalgebra-4.0.1-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
- algebrahighlighter.cpp
- expressionedit.cpp
- graph2d.cpp
-@@ -33,6 +32,10 @@
- functionimpl.cpp
- )
-
-+if(OPENGL_FOUND)
-+ set(kalgebra_SRCS ${kalgebra_SRCS} graph3d.cpp)
-+endif(OPENGL_FOUND)
-+
- kde4_add_library(analitza ${analitza_SRCS})
- target_link_libraries(analitza ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} ${KDE4_KDECORE_LIBS})
-
diff --git a/kde-base/kalgebra/kalgebra-4.0.1.ebuild b/kde-base/kalgebra/kalgebra-4.0.1.ebuild
deleted file mode 100644
index 08f9d47d11fa..000000000000
--- a/kde-base/kalgebra/kalgebra-4.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.0.1.ebuild,v 1.1 2008/02/07 00:12:31 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdeedu
-inherit kde4-meta
-
-DESCRIPTION="MathML-based graph calculator for KDE."
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook opengl readline"
-
-DEPEND="opengl? ( virtual/opengl )
- readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY=libkdeedu/kdeeduui
-
-PATCHES="${FILESDIR}/${P}-opengl.patch"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with readline Readline)
- $(cmake-utils_use_with opengl OpenGL)"
-
- kde4-meta_src_compile
-}
-
-src_test() {
- sed -i -e '/functiontest/ s/^/#DONOTRUNTEST/' \
- kalgebra/src/tests/CMakeLists.txt || \
- die "Failed to disable functiontest."
-
- kde4-meta_src_test
-}