diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:24:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:24:45 +0000 |
commit | 64059678d4b190811cb568ae42b4130d69011bb9 (patch) | |
tree | 85f9a1e4d703b6c72680c28b33fb78bef3772f3e /kde-base/kalzium | |
parent | [kde-base/kalgebra] Drop KDE 4.2.3 (diff) | |
download | gentoo-2-64059678d4b190811cb568ae42b4130d69011bb9.tar.gz gentoo-2-64059678d4b190811cb568ae42b4130d69011bb9.tar.bz2 gentoo-2-64059678d4b190811cb568ae42b4130d69011bb9.zip |
[kde-base/kalzium] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r-- | kde-base/kalzium/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.2.3.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index b84767cad640..85b75e9352cd 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kalzium # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.128 2009/06/06 11:34:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.129 2009/06/14 10:24:45 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kalzium-4.2.3.ebuild: + Drop KDE 4.2.3 06 Jun 2009; Markus Meier <maekke@gentoo.org> kalzium-3.5.10.ebuild: amd64/x86 stable, bug #271889 diff --git a/kde-base/kalzium/kalzium-4.2.3.ebuild b/kde-base/kalzium/kalzium-4.2.3.ebuild deleted file mode 100644 index 077b76de92d0..000000000000 --- a/kde-base/kalzium/kalzium-4.2.3.ebuild +++ /dev/null @@ -1,42 +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/kalzium/kalzium-4.2.3.ebuild,v 1.1 2009/05/06 22:52:43 scarabeus Exp $ - -EAPI="2" - -KMNAME="kdeedu" -CPPUNIT_REQUIRED="optional" -OPENGL_REQUIRED="always" -inherit kde4-meta - -DESCRIPTION="KDE: periodic table of the elements." -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="editor debug doc +plasma solver" - -COMMON_DEPEND=" - >=kde-base/libkdeedu-${PV}:${SLOT}[kdeprefix=] - editor? ( >=sci-chemistry/openbabel-2.2 ) -" -DEPEND="${COMMON_DEPEND} - editor? ( >=dev-cpp/eigen-1.0.5 ) - solver? ( dev-ml/facile[ocamlopt] ) -" -RDEPEND="${COMMON_DEPEND}" - -KMEXTRACTONLY=" - libkdeedu/kdeeduui/ - libkdeedu/libscience/ -" - -PATCHES=( "${FILESDIR}/${PN}-include-order.patch" ) - -src_configure(){ - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with editor Eigen) - $(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 -} |