diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
commit | 9e68b308cd0922289929815efbc89ec23a772103 (patch) | |
tree | e70b73e5d74ea723f3afab1249eb73960e8dbaea /kde-base/kdeedu | |
parent | Version bump #225053 by Fabio Rossi and switch to Debian /etc files (which we... (diff) | |
download | historical-9e68b308cd0922289929815efbc89ec23a772103.tar.gz historical-9e68b308cd0922289929815efbc89ec23a772103.tar.bz2 historical-9e68b308cd0922289929815efbc89ec23a772103.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kdeedu')
-rw-r--r-- | kde-base/kdeedu/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdeedu/kdeedu-3.5.8.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/kdeedu/ChangeLog b/kde-base/kdeedu/ChangeLog index 96f0303f73b3..8527ca86ad05 100644 --- a/kde-base/kdeedu/ChangeLog +++ b/kde-base/kdeedu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdeedu # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/ChangeLog,v 1.242 2008/05/18 21:34:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/ChangeLog,v 1.243 2008/06/07 14:55:32 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kdeedu-3.5.8.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> kdeedu-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kdeedu/kdeedu-3.5.8.ebuild b/kde-base/kdeedu/kdeedu-3.5.8.ebuild deleted file mode 100644 index 27438836c63f..000000000000 --- a/kde-base/kdeedu/kdeedu-3.5.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.5.8.ebuild,v 1.9 2008/01/31 02:26:51 ranger Exp $ - -inherit kde-dist eutils - -DESCRIPTION="KDE educational apps" - -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="kig-scripting solver" - -DEPEND="kig-scripting? ( >=dev-libs/boost-1.32 ) - solver? ( >=dev-ml/facile-1.1 )" - -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_unpack() { - kde_src_unpack - - # Fix ktouch's desktop file - sed -i -e "s:\(Categories=.*\)Miscellaneous;:\1:" "${S}/ktouch/ktouch.desktop" -} - -src_compile() { - local myconf="$(use_enable kig-scripting kig-python-scripting) - $(use_enable solver ocamlsolver)" - - kde_src_compile -} |