diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-06 14:42:20 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-06 14:42:20 +0000 |
commit | e7f6f629021b5b1313abfdbd99e5315bc37bd253 (patch) | |
tree | cd026859ffaed41b841bbeb1b61682c330f5c75a /kde-base/kalzium | |
parent | arm stable wrt #300828 (diff) | |
download | gentoo-2-e7f6f629021b5b1313abfdbd99e5315bc37bd253.tar.gz gentoo-2-e7f6f629021b5b1313abfdbd99e5315bc37bd253.tar.bz2 gentoo-2-e7f6f629021b5b1313abfdbd99e5315bc37bd253.zip |
Drop old. Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r-- | kde-base/kalzium/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.4.3.ebuild | 43 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.4.4.ebuild (renamed from kde-base/kalzium/kalzium-4.4.2.ebuild) | 2 |
3 files changed, 8 insertions, 45 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index 624b34fe323e..d68a3a97dc74 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,12 @@ # 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.164 2010/05/03 21:14:30 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.165 2010/06/06 14:42:14 scarabeus Exp $ + +*kalzium-4.4.4 (06 Jun 2010) + + 06 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kalzium-4.4.2.ebuild, -kalzium-4.4.3.ebuild, +kalzium-4.4.4.ebuild: + Remove old. Version bump. 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kalzium-4.4.1.ebuild: Drop KDE SC 4.4.1 diff --git a/kde-base/kalzium/kalzium-4.4.3.ebuild b/kde-base/kalzium/kalzium-4.4.3.ebuild deleted file mode 100644 index 0b5b86dc6724..000000000000 --- a/kde-base/kalzium/kalzium-4.4.3.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.3.ebuild,v 1.1 2010/05/03 20:18:25 alexxy 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 -} diff --git a/kde-base/kalzium/kalzium-4.4.2.ebuild b/kde-base/kalzium/kalzium-4.4.4.ebuild index aa0a64d2e085..fb386e924d59 100644 --- a/kde-base/kalzium/kalzium-4.4.2.ebuild +++ b/kde-base/kalzium/kalzium-4.4.4.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2010/03/30 19:28:46 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.4.4.ebuild,v 1.1 2010/06/06 14:42:14 scarabeus Exp $ EAPI="3" |