summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-06-02 21:58:00 +0000
commit298a064cbac18a7a40afb3a47dfa230fd976bcea (patch)
tree72bbbd9777d2d6d6fcb39ee96ec18b6edf243de5 /kde-base/kalzium
parentBump to 0.10.0, new slot, ebuild from the GNOME overlay (diff)
downloadgentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.gz
gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.bz2
gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.zip
Drop KDE 4.4
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r--kde-base/kalzium/ChangeLog5
-rw-r--r--kde-base/kalzium/kalzium-4.4.5.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog
index 3004d01e1b6e..68572e18c30b 100644
--- a/kde-base/kalzium/ChangeLog
+++ b/kde-base/kalzium/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.186 2011/06/01 17:43:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.187 2011/06/02 21:57:54 dilfridge Exp $
+
+ 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kalzium-4.4.5.ebuild:
+ Drop KDE-4.4
01 Jun 2011; Brent Baude <ranger@gentoo.org> kalzium-4.6.2.ebuild:
Marking kalzium-4.6.2 ppc stable for bug 354033
diff --git a/kde-base/kalzium/kalzium-4.4.5.ebuild b/kde-base/kalzium/kalzium-4.4.5.ebuild
deleted file mode 100644
index 4f6df7684e50..000000000000
--- a/kde-base/kalzium/kalzium-4.4.5.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.5.ebuild,v 1.5 2010/08/09 17:34:12 scarabeus 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="amd64 ppc ~ppc64 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
-}