summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 16:10:53 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 16:10:53 +0000
commitd38a5828d6a18f82bc7627dfa12a7b660dfbc52e (patch)
tree62912a53eb5bad74c46691d1ec95456db51bfad6 /kde-base/kalgebra
parentPrevent automatic stripping of binaries. Closes bug #252107. (diff)
downloadhistorical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.gz
historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.bz2
historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.zip
Drop KDE 4.1.2 and 4.1.3
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/kalgebra')
-rw-r--r--kde-base/kalgebra/ChangeLog6
-rw-r--r--kde-base/kalgebra/kalgebra-4.1.2.ebuild32
-rw-r--r--kde-base/kalgebra/kalgebra-4.1.3.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog
index 4c4d3e57c6ed..a167914b1bd0 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.17 2009/01/13 21:11:57 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.18 2009/01/14 14:05:27 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kalgebra-4.1.2.ebuild,
+ -kalgebra-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*kalgebra-4.1.4 (13 Jan 2009)
diff --git a/kde-base/kalgebra/kalgebra-4.1.2.ebuild b/kde-base/kalgebra/kalgebra-4.1.2.ebuild
deleted file mode 100644
index c7f0fdd2108b..000000000000
--- a/kde-base/kalgebra/kalgebra-4.1.2.ebuild
+++ /dev/null
@@ -1,32 +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.1.2.ebuild,v 1.1 2008/10/02 06:34:46 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdeedu
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="MathML-based graph calculator for KDE."
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook +plasma readline"
-
-DEPEND="opengl? ( virtual/opengl )
- plasma? ( kde-base/libplasma:${SLOT} )
- readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY=libkdeedu/kdeeduui
-
-# Needed for USE="-opengl"
-PATCHES=( "${FILESDIR}/${PN}-4.0.2-opengl.patch" )
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with readline Readline)
- $(cmake-utils_use_with plasma Plasma)
- $(cmake-utils_use_with opengl OpenGL)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/kalgebra/kalgebra-4.1.3.ebuild b/kde-base/kalgebra/kalgebra-4.1.3.ebuild
deleted file mode 100644
index 2f5ddbd59280..000000000000
--- a/kde-base/kalgebra/kalgebra-4.1.3.ebuild
+++ /dev/null
@@ -1,32 +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.1.3.ebuild,v 1.2 2008/11/16 04:44:20 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdeedu
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="MathML-based graph calculator for KDE."
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug htmlhandbook +plasma readline"
-
-DEPEND="opengl? ( virtual/opengl )
- plasma? ( kde-base/libplasma:${SLOT} )
- readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY=libkdeedu/kdeeduui
-
-# Needed for USE="-opengl"
-PATCHES=( "${FILESDIR}/${PN}-4.0.2-opengl.patch" )
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with readline Readline)
- $(cmake-utils_use_with plasma Plasma)
- $(cmake-utils_use_with opengl OpenGL)"
-
- kde4-meta_src_configure
-}