From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQtDZ-0004ze-Hm for garchives@archives.gentoo.org; Mon, 30 May 2011 03:32:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D9C31C040; Mon, 30 May 2011 03:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B38F1C040 for ; Mon, 30 May 2011 03:32:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C39761B4096 for ; Mon, 30 May 2011 03:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D909380505 for ; Mon, 30 May 2011 03:32:21 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <9edab6ba16e0c5f6c445f8e5d82fe9a02cd3817d.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kstars/kstars-4.6.80.ebuild X-VCS-Directories: kde-base/kstars/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 9edab6ba16e0c5f6c445f8e5d82fe9a02cd3817d Date: Mon, 30 May 2011 03:32:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 59ed1e90b2c30c4520edfb059afe3d91 commit: 9edab6ba16e0c5f6c445f8e5d82fe9a02cd3817d Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Mon May 30 02:31:40 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Mon May 30 02:31:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D9edab6ba [kde-base/kstars] 4.6.80 version bump. (Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit = with key BB0E6E98) --- kde-base/kstars/kstars-4.6.80.ebuild | 37 ++++++++++++++++++++++++++++= ++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/kde-base/kstars/kstars-4.6.80.ebuild b/kde-base/kstars/kstar= s-4.6.80.ebuild new file mode 100644 index 0000000..177b022 --- /dev/null +++ b/kde-base/kstars/kstars-4.6.80.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" + +KDE_HANDBOOK=3D"optional" +KDE_SCM=3D"git" +inherit kde4-base + +DESCRIPTION=3D"KDE Desktop Planetarium" +KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"debug fits indi" + +DEPEND=3D" + dev-cpp/eigen:2 + $(add_kdebase_dep libkdeedu) + fits? ( >=3Dsci-libs/cfitsio-0.390 ) + indi? ( >=3Dsci-libs/indilib-0.6.2[fits?] ) +" +RDEPEND=3D"${DEPEND}" + +PATCHES=3D( + "${FILESDIR}"/${PN}-4.4.65-solaris.patch +) + +src_configure() { + # Bug 308903 + use ppc64 && append-flags -mminimal-toc + + mycmakeargs=3D( + $(cmake-utils_use_with fits CFitsio) + $(cmake-utils_use_with indi) + ) + + kde4-base_src_configure +}