summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-10 19:12:34 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-10 19:12:34 +0000
commitf3c9b3454da23e56aa61b55e80ff3c110f8ce190 (patch)
tree27f4c935bab89ba305ac4961a439bfffb4fb74d6 /kde-base/kalgebra
parentx86 stable, bug 294958 (diff)
downloadgentoo-2-f3c9b3454da23e56aa61b55e80ff3c110f8ce190.tar.gz
gentoo-2-f3c9b3454da23e56aa61b55e80ff3c110f8ce190.tar.bz2
gentoo-2-f3c9b3454da23e56aa61b55e80ff3c110f8ce190.zip
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/kalgebra')
-rw-r--r--kde-base/kalgebra/ChangeLog6
-rw-r--r--kde-base/kalgebra/kalgebra-4.3.1.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog
index da9aeadabe26..4d35317ba146 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.48 2009/12/10 14:04:29 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.49 2009/12/10 19:12:34 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -kalgebra-4.3.1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
kalgebra-4.3.3.ebuild:
diff --git a/kde-base/kalgebra/kalgebra-4.3.1.ebuild b/kde-base/kalgebra/kalgebra-4.3.1.ebuild
deleted file mode 100644
index b4d71dab4469..000000000000
--- a/kde-base/kalgebra/kalgebra-4.3.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.1.ebuild,v 1.3 2009/10/18 14:25:52 maekke Exp $
-
-EAPI="2"
-
-KMNAME="kdeedu"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="MathML-based graph calculator for KDE."
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE="debug +handbook +plasma readline"
-
-DEPEND="
- readline? ( sys-libs/readline )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="libkdeedu/kdeeduui"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with readline)
- $(cmake-utils_use_with plasma)
- $(cmake-utils_use_with opengl OpenGL)"
-
- kde4-meta_src_configure
-}
-
-src_test() {
- # disable broken test
- sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \
- "${S}"/"${PN}"/analitza/tests/CMakeLists.txt || \
- die "sed to disable mathmlpresentationtest failed."
-
- kde4-meta_src_test
-}