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 1QPhsl-0005dH-Nl for garchives@archives.gentoo.org; Thu, 26 May 2011 21:14:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 980E51C109; Thu, 26 May 2011 21:14:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 644E31C109 for ; Thu, 26 May 2011 21:14:03 +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 061E51B403C for ; Thu, 26 May 2011 21:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5FB9080505 for ; Thu, 26 May 2011 21:14:02 +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: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kalzium/kalzium-4.6.80.ebuild X-VCS-Directories: kde-base/kalzium/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: c70ce7c28b833e4b64c6d2fa8c24815041d944f6 Date: Thu, 26 May 2011 21:14:02 +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: 5a379b129a7af982446c86b9ad004663 commit: c70ce7c28b833e4b64c6d2fa8c24815041d944f6 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Thu May 26 21:06:32 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Thu May 26 21:06:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dc70ce7c2 [kde-base/kalzium] 4.6.80 version bump. (Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit = with key BB0E6E98) --- kde-base/kalzium/kalzium-4.6.80.ebuild | 44 ++++++++++++++++++++++++++= ++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/kde-base/kalzium/kalzium-4.6.80.ebuild b/kde-base/kalzium/ka= lzium-4.6.80.ebuild new file mode 100644 index 0000000..2ac9dce --- /dev/null +++ b/kde-base/kalzium/kalzium-4.6.80.ebuild @@ -0,0 +1,44 @@ +# 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" +CPPUNIT_REQUIRED=3D"optional" +OPENGL_REQUIRED=3D"always" +inherit flag-o-matic kde4-base + +DESCRIPTION=3D"KDE: periodic table of the elements." +KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE=3D"editor debug +plasma solver" + +RDEPEND=3D" + $(add_kdebase_dep libkdeedu) + editor? ( >=3Dsci-chemistry/openbabel-2.2 ) +" +DEPEND=3D"${RDEPEND} + editor? ( >=3Ddev-cpp/eigen-2.0.3:2 ) + solver? ( dev-ml/facile[ocamlopt] ) +" + +KMEXTRACTONLY=3D" + libkdeedu/kdeeduui/ + libkdeedu/libscience/ +" + +src_configure(){ + # Fix missing finite() + [[ ${CHOST} =3D=3D *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H + + mycmakeargs=3D( + $(cmake-utils_use_with editor Eigen2) + $(cmake-utils_use_with editor OpenBabel2) + $(cmake-utils_use_with editor OpenGL) + $(cmake-utils_use_with solver OCaml) + $(cmake-utils_use_with solver Libfacile) + ) + + kde4-base_src_configure +}