diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 19:33:14 +0000 |
commit | 69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch) | |
tree | ad8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/kalzium | |
parent | Version bumps. Remove old (diff) | |
download | gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2 gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r-- | kde-base/kalzium/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.13.3.ebuild | 48 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.14.1.ebuild | 48 |
3 files changed, 5 insertions, 97 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index 7c2d8485b9e3..64af9c489db4 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalzium # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.337 2014/10/25 20:40:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.338 2014/11/14 19:33:02 mrueg Exp $ + + 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kalzium-4.13.3.ebuild, + -kalzium-4.14.1.ebuild: + Cleanup old. 25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -kalzium-4.14.0.ebuild: Cleanup KDE SC 4.14.0 diff --git a/kde-base/kalzium/kalzium-4.13.3.ebuild b/kde-base/kalzium/kalzium-4.13.3.ebuild deleted file mode 100644 index 8d1f6f4558a4..000000000000 --- a/kde-base/kalzium/kalzium-4.13.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.13.3.ebuild,v 1.2 2014/08/05 18:17:14 mrueg Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -CPPUNIT_REQUIRED="optional" -OPENGL_REQUIRED="always" -inherit kde4-base flag-o-matic - -DESCRIPTION="KDE: periodic table of the elements" -HOMEPAGE="http://www.kde.org/applications/education/kalzium -http://edu.kde.org/kalzium" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="editor debug +plasma solver" - -DEPEND=" - $(add_kdebase_dep libkdeedu) - editor? ( - >=dev-cpp/eigen-2.0.3:2 - sci-chemistry/avogadro - >=sci-chemistry/openbabel-2.2 - ) - solver? ( dev-ml/facile[ocamlopt] ) -" -RDEPEND=${DEPEND} - -KMEXTRACTONLY=" - libkdeedu/kdeeduui/ - libkdeedu/libscience/ -" - -src_configure(){ - # Fix missing finite() - [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H - - local mycmakeargs=( - $(cmake-utils_use_with editor Eigen2) - $(cmake-utils_use_with editor Avogadro) - $(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-base_src_configure -} diff --git a/kde-base/kalzium/kalzium-4.14.1.ebuild b/kde-base/kalzium/kalzium-4.14.1.ebuild deleted file mode 100644 index 699c2277185a..000000000000 --- a/kde-base/kalzium/kalzium-4.14.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.14.1.ebuild,v 1.1 2014/09/16 18:17:35 johu Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -CPPUNIT_REQUIRED="optional" -OPENGL_REQUIRED="always" -inherit kde4-base flag-o-matic - -DESCRIPTION="KDE: periodic table of the elements" -HOMEPAGE="http://www.kde.org/applications/education/kalzium -http://edu.kde.org/kalzium" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="editor debug +plasma solver" - -DEPEND=" - $(add_kdebase_dep libkdeedu) - editor? ( - >=dev-cpp/eigen-2.0.3:2 - sci-chemistry/avogadro - >=sci-chemistry/openbabel-2.2 - ) - solver? ( dev-ml/facile[ocamlopt] ) -" -RDEPEND=${DEPEND} - -KMEXTRACTONLY=" - libkdeedu/kdeeduui/ - libkdeedu/libscience/ -" - -src_configure(){ - # Fix missing finite() - [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H - - local mycmakeargs=( - $(cmake-utils_use_with editor Eigen2) - $(cmake-utils_use_with editor Avogadro) - $(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-base_src_configure -} |