diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-19 21:55:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-19 21:55:29 +0000 |
commit | 0e573ade05c4be15c5b57b81e0646aa8777d78b4 (patch) | |
tree | ce600fac43491fcaa29c049f3c17d9ecaa800ef2 /kde-base/kalzium | |
parent | Remove KDE 3.5.10. (diff) | |
download | gentoo-2-0e573ade05c4be15c5b57b81e0646aa8777d78b4.tar.gz gentoo-2-0e573ade05c4be15c5b57b81e0646aa8777d78b4.tar.bz2 gentoo-2-0e573ade05c4be15c5b57b81e0646aa8777d78b4.zip |
Remove KDE 3.5.10.
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r-- | kde-base/kalzium/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch | 11 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-3.5.10.ebuild | 51 |
3 files changed, 5 insertions, 63 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index 9b86d3b68cb9..8262cd19e35c 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,10 @@ # 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.145 2009/11/09 10:00:58 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.146 2009/11/19 21:55:29 ssuominen Exp $ + + 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -files/kalzium-3.5.7-copy_string.patch, -kalzium-3.5.10.ebuild: + Remove KDE 3.5.10. 09 Nov 2009; Jonathan Callen <abcd@gentoo.org> -files/kalzium-include-order.patch: diff --git a/kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch b/kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch deleted file mode 100644 index 6cdaf6c35aeb..000000000000 --- a/kde-base/kalzium/files/kalzium-3.5.7-copy_string.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur kalzium-3.5.7.orig/kalzium/src/solver/modwrap.c kalzium-3.5.7/kalzium/src/solver/modwrap.c ---- kalzium-3.5.7.orig/kalzium/src/solver/modwrap.c 2005-10-10 16:55:41.000000000 +0200 -+++ kalzium-3.5.7/kalzium/src/solver/modwrap.c 2007-09-10 21:55:52.000000000 +0200 -@@ -23,6 +23,7 @@ - - #include <caml/mlvalues.h> - #include <caml/callback.h> -+#include <caml/alloc.h> - - char* solve_equation(const char * eq) - { diff --git a/kde-base/kalzium/kalzium-3.5.10.ebuild b/kde-base/kalzium/kalzium-3.5.10.ebuild deleted file mode 100644 index ec460b4295cf..000000000000 --- a/kde-base/kalzium/kalzium-3.5.10.ebuild +++ /dev/null @@ -1,51 +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-3.5.10.ebuild,v 1.9 2009/07/12 11:39:35 armin76 Exp $ -KMNAME=kdeedu -EAPI="1" -inherit flag-o-matic kde-meta eutils - -DESCRIPTION="KDE: periodic table of the elements" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="solver" -HOMEPAGE="http://edu.kde.org/kalzium/" - -DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} - solver? ( >=dev-ml/facile-1.1 )" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkdeedu/kdeeduplot - libkdeedu/kdeeduui" -KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot - libkdeeduui libkdeedu/kdeeduui" - -PATCHES=( "${FILESDIR}/${PN}-3.5.7-copy_string.patch" ) - -pkg_setup() { - if use solver && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-lang/ocaml built with the ocamlopt useflag" - eerror "in order to get a native code ocaml compiler" - die "Please install dev-lang/ocaml with ocamlopt support" - fi - if use solver && ! built_with_use --missing true dev-ml/facile ocamlopt; then - eerror "In order to build the solver for ${PN}, you first need" - eerror "to have dev-ml/facile built with the ocamlopt useflag" - eerror "in order to get the native code library" - die "Please install dev-ml/facile with ocamlopt support" - fi - kde_pkg_setup -} - -src_compile() { - append-ldflags -Wl,-z,noexecstack - - local myconf="$(use_enable solver ocamlsolver)" - - if use solver ; then - cd "${S}/${PN}/src/solver" - emake || die "compiling the ocaml resolver failed" - fi - - kde-meta_src_compile -} |