commit: c27a2714ae331541d249db7b77c836c59d16c704 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Oct 27 13:05:27 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Oct 27 14:00:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a2714
kde-apps/kstars: remove old Package-Manager: portage-2.2.20.1 kde-apps/kstars/kstars-4.14.3.ebuild | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/kde-apps/kstars/kstars-4.14.3.ebuild b/kde-apps/kstars/kstars-4.14.3.ebuild deleted file mode 100644 index 0a3baf1..0000000 --- a/kde-apps/kstars/kstars-4.14.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit flag-o-matic kde4-base - -DESCRIPTION="KDE Desktop Planetarium" -HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug fits indi" - -REQUIRED_USE="indi? ( fits )" - -DEPEND=" - dev-cpp/eigen:3 - $(add_kdeapps_dep libkdeedu) - fits? ( >=sci-libs/cfitsio-0.390 ) - indi? ( >=sci-libs/indilib-0.9.8 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - # Bug 308903 - use ppc64 && append-flags -mminimal-toc - - local mycmakeargs=( - $(cmake-utils_use_with fits CFitsio) - $(cmake-utils_use_with indi) - ) - - kde4-base_src_configure -}
