summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 21:14:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 21:14:30 +0000
commit12c1e822689d4a718613a852413cf96168e1a12e (patch)
tree629e444901828c1fbe6ea684d9776807a4b57533 /kde-base
parentVersion bump KDE 4.4.3 (diff)
downloadgentoo-2-12c1e822689d4a718613a852413cf96168e1a12e.tar.gz
gentoo-2-12c1e822689d4a718613a852413cf96168e1a12e.tar.bz2
gentoo-2-12c1e822689d4a718613a852413cf96168e1a12e.zip
[kde-base] Drop KDE SC 4.4.1
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kalzium/ChangeLog5
-rw-r--r--kde-base/kalzium/kalzium-4.4.1.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog
index 81b137ef9050..624b34fe323e 100644
--- a/kde-base/kalzium/ChangeLog
+++ b/kde-base/kalzium/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.163 2010/05/03 20:18:25 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.164 2010/05/03 21:14:30 alexxy Exp $
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kalzium-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*kalzium-4.4.3 (03 May 2010)
diff --git a/kde-base/kalzium/kalzium-4.4.1.ebuild b/kde-base/kalzium/kalzium-4.4.1.ebuild
deleted file mode 100644
index 2f36254d9399..000000000000
--- a/kde-base/kalzium/kalzium-4.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.4.1.ebuild,v 1.1 2010/03/02 15:41:06 tampakrap Exp $
-
-EAPI="3"
-
-KMNAME="kdeedu"
-CPPUNIT_REQUIRED="optional"
-OPENGL_REQUIRED="always"
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="editor debug +handbook +plasma solver"
-
-RDEPEND="
- $(add_kdebase_dep libkdeedu)
- editor? ( >=sci-chemistry/openbabel-2.2 )
-"
-DEPEND="${RDEPEND}
- editor? ( >=dev-cpp/eigen-2.0.3:2 )
- solver? ( dev-ml/facile[ocamlopt] )
-"
-
-KMEXTRACTONLY="
- libkdeedu/kdeeduui/
- libkdeedu/libscience/
-"
-
-src_configure(){
- # Fix missing finite()
- [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
- mycmakeargs=(
- $(cmake-utils_use_with editor Eigen2)
- $(cmake-utils_use_with editor OpenBabel2)
- $(cmake-utils_use_with editor OpenGL)
- $(cmake-utils_use_with solver OCaml)
- $(cmake-utils_use_with solver Libfacile)
- )
-
- kde4-meta_src_configure
-}