Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.1.ebuild
Date: Tue, 01 Sep 2009 09:39:40
Message-Id: E1MiUeo-00049k-8D@stork.gentoo.org
1 tampakrap 09/09/01 14:48:26
2
3 Modified: ChangeLog
4 Added: kalzium-4.3.1.ebuild
5 Log:
6 Version bump KDE 4.3.1
7 (Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.136 kde-base/kalzium/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.136&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.136&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.135&r2=1.136
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
19 retrieving revision 1.135
20 retrieving revision 1.136
21 diff -u -r1.135 -r1.136
22 --- ChangeLog 4 Aug 2009 04:28:20 -0000 1.135
23 +++ ChangeLog 1 Sep 2009 14:48:25 -0000 1.136
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kalzium
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.135 2009/08/04 04:28:20 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.136 2009/09/01 14:48:25 tampakrap Exp $
29 +
30 +*kalzium-4.3.1 (01 Sep 2009)
31 +
32 + 01 Sep 2009; Theo Chatzimichos <tampakrap@g.o>
33 + +kalzium-4.3.1.ebuild:
34 + Version bump
35
36 04 Aug 2009; Alex Alexander <wired@g.o> ChangeLog:
37 manifest update (upstream tarball changed)
38
39
40
41 1.1 kde-base/kalzium/kalzium-4.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kalzium-4.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.1.ebuild,v 1.1 2009/09/01 14:48:25 tampakrap Exp $
51
52 EAPI="2"
53
54 KMNAME="kdeedu"
55 CPPUNIT_REQUIRED="optional"
56 OPENGL_REQUIRED="always"
57 inherit kde4-meta
58
59 DESCRIPTION="KDE: periodic table of the elements."
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
61 IUSE="editor debug +handbook +plasma solver"
62
63 COMMON_DEPEND="
64 >=kde-base/libkdeedu-${PV}:${SLOT}[kdeprefix=]
65 editor? ( >=sci-chemistry/openbabel-2.2 )
66 "
67 DEPEND="${COMMON_DEPEND}
68 editor? ( >=dev-cpp/eigen-2.0.3 )
69 solver? ( dev-ml/facile[ocamlopt] )
70 "
71 RDEPEND="${COMMON_DEPEND}"
72
73 KMEXTRACTONLY="
74 libkdeedu/kdeeduui/
75 libkdeedu/libscience/
76 "
77
78 src_configure(){
79 mycmakeargs="${mycmakeargs}
80 $(cmake-utils_use_with editor Eigen2)
81 $(cmake-utils_use_with editor OpenBabel2)
82 $(cmake-utils_use_with editor OpenGL)
83 $(cmake-utils_use_with solver OCaml)
84 $(cmake-utils_use_with solver Libfacile)"
85
86 kde4-meta_src_configure
87 }