Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kstars: kstars-4.6.3.ebuild ChangeLog
Date: Sat, 07 May 2011 10:58:43
Message-Id: 20110507104744.CE4B62006A@flycatcher.gentoo.org
1 scarabeus 11/05/07 10:47:44
2
3 Modified: ChangeLog
4 Added: kstars-4.6.3.ebuild
5 Log:
6 Version bump to KDE SC 4.6.3.
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.184 kde-base/kstars/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?rev=1.184&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?rev=1.184&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?r1=1.183&r2=1.184
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
20 retrieving revision 1.183
21 retrieving revision 1.184
22 diff -u -r1.183 -r1.184
23 --- ChangeLog 8 Apr 2011 21:11:56 -0000 1.183
24 +++ ChangeLog 7 May 2011 10:47:44 -0000 1.184
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/kstars
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.183 2011/04/08 21:11:56 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.184 2011/05/07 10:47:44 scarabeus Exp $
30 +
31 +*kstars-4.6.3 (07 May 2011)
32 +
33 + 07 May 2011; Tomáš Chvátal <scarabeus@g.o> +kstars-4.6.3.ebuild:
34 + Version bump KDE SC 4.6.3
35
36 08 Apr 2011; Andreas K. Huettel <dilfridge@g.o>
37 kstars-4.6.2.ebuild:
38
39
40
41 1.1 kde-base/kstars/kstars-4.6.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/kstars-4.6.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/kstars-4.6.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kstars-4.6.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.6.3.ebuild,v 1.1 2011/05/07 10:47:44 scarabeus Exp $
51
52 EAPI=4
53
54 KDE_HANDBOOK="optional"
55 KMNAME="kdeedu"
56 inherit kde4-meta
57
58 DESCRIPTION="KDE Desktop Planetarium"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
60 IUSE="debug fits indi"
61
62 DEPEND="
63 dev-cpp/eigen:2
64 $(add_kdebase_dep libkdeedu)
65 fits? ( >=sci-libs/cfitsio-0.390 )
66 indi? ( >=sci-libs/indilib-0.6.2[fits?] )
67 "
68 RDEPEND="${DEPEND}"
69
70 PATCHES=(
71 "${FILESDIR}"/${PN}-4.4.65-solaris.patch
72 )
73
74 src_configure() {
75 # Bug 308903
76 use ppc64 && append-flags -mminimal-toc
77
78 mycmakeargs=(
79 $(cmake-utils_use_with fits CFitsio)
80 $(cmake-utils_use_with indi)
81 )
82
83 kde4-meta_src_configure
84 }