summaryrefslogtreecommitdiff
path: root/kde-base/kalgebra
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kalgebra')
-rw-r--r--kde-base/kalgebra/Manifest1
-rw-r--r--kde-base/kalgebra/kalgebra-4.13.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-base/kalgebra/Manifest b/kde-base/kalgebra/Manifest
deleted file mode 100644
index e87472f5046..00000000000
--- a/kde-base/kalgebra/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kalgebra-4.13.1.tar.xz 271128 SHA256 c01aca11d763a08cc0aafa2ee6639ce27bac13673fd7105bf24a04530ef64baa SHA512 adf1a029d00d2837b77590520f234026a50999afc61e477ad2ba06878feee0b5793897faae5e434ed3f8a4618f5cc052840fcf9784bd161679745a89455eaf7f WHIRLPOOL 78dbf73fef164841b75c942ae7b787c22cd0b4cd0558c7b9629ac112a8d7d19313e96ff3094335d3b64677358634f156d8dc900598d6c6a3ad20668826b5ad66
diff --git a/kde-base/kalgebra/kalgebra-4.13.1.ebuild b/kde-base/kalgebra/kalgebra-4.13.1.ebuild
deleted file mode 100644
index 19200f92e13..00000000000
--- a/kde-base/kalgebra/kalgebra-4.13.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-DECLARATIVE_REQUIRED="always"
-OPENGL_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="MathML-based graph calculator for KDE."
-HOMEPAGE="http://www.kde.org/applications/education/kalgebra
-http://edu.kde.org/kalgebra"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep analitza opengl?)
- $(add_kdebase_dep libkdeedu)
- opengl? ( virtual/glu )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with opengl OpenGL)
- )
-
- kde4-base_src_configure
-}