Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kstars/
Date: Mon, 30 May 2011 03:32:37
Message-Id: 9edab6ba16e0c5f6c445f8e5d82fe9a02cd3817d.jmbsvicetto@gentoo
1 commit: 9edab6ba16e0c5f6c445f8e5d82fe9a02cd3817d
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 02:31:40 2011 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 02:31:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9edab6ba
7
8 [kde-base/kstars] 4.6.80 version bump.
9
10 (Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
11
12 ---
13 kde-base/kstars/kstars-4.6.80.ebuild | 37 ++++++++++++++++++++++++++++++++++
14 1 files changed, 37 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-base/kstars/kstars-4.6.80.ebuild b/kde-base/kstars/kstars-4.6.80.ebuild
17 new file mode 100644
18 index 0000000..177b022
19 --- /dev/null
20 +++ b/kde-base/kstars/kstars-4.6.80.ebuild
21 @@ -0,0 +1,37 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI="4"
27 +
28 +KDE_HANDBOOK="optional"
29 +KDE_SCM="git"
30 +inherit kde4-base
31 +
32 +DESCRIPTION="KDE Desktop Planetarium"
33 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
34 +IUSE="debug fits indi"
35 +
36 +DEPEND="
37 + dev-cpp/eigen:2
38 + $(add_kdebase_dep libkdeedu)
39 + fits? ( >=sci-libs/cfitsio-0.390 )
40 + indi? ( >=sci-libs/indilib-0.6.2[fits?] )
41 +"
42 +RDEPEND="${DEPEND}"
43 +
44 +PATCHES=(
45 + "${FILESDIR}"/${PN}-4.4.65-solaris.patch
46 +)
47 +
48 +src_configure() {
49 + # Bug 308903
50 + use ppc64 && append-flags -mminimal-toc
51 +
52 + mycmakeargs=(
53 + $(cmake-utils_use_with fits CFitsio)
54 + $(cmake-utils_use_with indi)
55 + )
56 +
57 + kde4-base_src_configure
58 +}