kensington    15/04/06 16:24:00

  Modified:             ChangeLog
  Added:                kstars-4.14.3-r1.ebuild
  Log:
  Backport patch from upstream solving build failure with 
sci-libs/indilib-1.0.0 wrt bug #545542.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.349                kde-base/kstars/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?rev=1.349&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?rev=1.349&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/ChangeLog?r1=1.348&r2=1.349

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- ChangeLog   18 Feb 2015 16:26:54 -0000      1.348
+++ ChangeLog   6 Apr 2015 16:24:00 -0000       1.349
@@ -1,6 +1,13 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.348 
2015/02/18 16:26:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.349 
2015/04/06 16:24:00 kensington Exp $
+
+*kstars-4.14.3-r1 (06 Apr 2015)
+
+  06 Apr 2015; Michael Palimaka <[email protected]>
+  +files/kstars-4.14.3-indilib100.patch, +kstars-4.14.3-r1.ebuild:
+  Backport patch from upstream solving build failure with 
sci-libs/indilib-1.0.0
+  wrt bug #545542.
 
   18 Feb 2015; Michał Górny <[email protected]> -kstars-4.12.5.ebuild:
   Remove KDE SC 4.12



1.1                  kde-base/kstars/kstars-4.14.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/kstars-4.14.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kstars/kstars-4.14.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: kstars-4.14.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.14.3-r1.ebuild,v 
1.1 2015/04/06 16:24:00 kensington Exp $

EAPI=5

KDE_HANDBOOK="optional"
inherit flag-o-matic kde4-base

DESCRIPTION="KDE Desktop Planetarium"
HOMEPAGE="http://www.kde.org/applications/education/kstars 
http://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_kdebase_dep libkdeedu)
        fits? ( >=sci-libs/cfitsio-0.390 )
        indi? ( >=sci-libs/indilib-0.9.8 )
"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}-indilib100.patch" )

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
}




Reply via email to