Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kstars/
Date: Tue, 27 Oct 2015 14:01:16
Message-Id: 1445954432.c27a2714ae331541d249db7b77c836c59d16c704.kensington@gentoo
1 commit: c27a2714ae331541d249db7b77c836c59d16c704
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 13:05:27 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 14:00:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a2714
7
8 kde-apps/kstars: remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 kde-apps/kstars/kstars-4.14.3.ebuild | 35 -----------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/kde-apps/kstars/kstars-4.14.3.ebuild b/kde-apps/kstars/kstars-4.14.3.ebuild
16 deleted file mode 100644
17 index 0a3baf1..0000000
18 --- a/kde-apps/kstars/kstars-4.14.3.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -KDE_HANDBOOK="optional"
28 -inherit flag-o-matic kde4-base
29 -
30 -DESCRIPTION="KDE Desktop Planetarium"
31 -HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
32 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
33 -IUSE="debug fits indi"
34 -
35 -REQUIRED_USE="indi? ( fits )"
36 -
37 -DEPEND="
38 - dev-cpp/eigen:3
39 - $(add_kdeapps_dep libkdeedu)
40 - fits? ( >=sci-libs/cfitsio-0.390 )
41 - indi? ( >=sci-libs/indilib-0.9.8 )
42 -"
43 -RDEPEND="${DEPEND}"
44 -
45 -src_configure() {
46 - # Bug 308903
47 - use ppc64 && append-flags -mminimal-toc
48 -
49 - local mycmakeargs=(
50 - $(cmake-utils_use_with fits CFitsio)
51 - $(cmake-utils_use_with indi)
52 - )
53 -
54 - kde4-base_src_configure
55 -}