From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04D27138202 for ; Sun, 23 Dec 2012 00:28:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB3B21C00D; Sun, 23 Dec 2012 00:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C81321C00D for ; Sun, 23 Dec 2012 00:28:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C84733D7D7 for ; Sun, 23 Dec 2012 00:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 01E41E5442 for ; Sun, 23 Dec 2012 00:28:38 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1356222452.7fdebbafaae64e1ef0741433290ea046d31467cd.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso++/ChangeLog sci-physics/espresso++/espresso++-9999.ebuild X-VCS-Directories: sci-physics/espresso++/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 7fdebbafaae64e1ef0741433290ea046d31467cd X-VCS-Branch: master Date: Sun, 23 Dec 2012 00:28:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e9dd325-6127-457d-8578-cf9a46fd42bb X-Archives-Hash: eb1fb2aae676fa9c4254c1ea73290a6c commit: 7fdebbafaae64e1ef0741433290ea046d31467cd Author: Christoph Junghans gentoo org> AuthorDate: Sun Dec 23 00:27:32 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Dec 23 00:27:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7fdebbaf sync with gx86 Package-Manager: portage-2.2.0_alpha149 --- sci-physics/espresso++/ChangeLog | 3 +++ sci-physics/espresso++/espresso++-9999.ebuild | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index 2602ad6..49db84a 100644 --- a/sci-physics/espresso++/ChangeLog +++ b/sci-physics/espresso++/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Dec 2012; Christoph Junghans espresso++-9999.ebuild: + sync with gx86 + *espresso++-9999 (09 Oct 2012) 09 Oct 2012; Christoph Junghans +espresso++-9999.ebuild, diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 41eda0d..d09ae36 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.ebuild @@ -4,7 +4,7 @@ EAPI=4 -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.6" inherit cmake-utils python @@ -17,6 +17,7 @@ if [[ ${PV} = 9999 ]]; then inherit mercurial else SRC_URI="https://www.espresso-pp.de/Download/${PN%++}pp_${PV//./_}.tgz" + S="${WORKDIR}/${PN%++}pp" fi LICENSE="GPL-3" @@ -31,10 +32,12 @@ RDEPEND=" DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN%++}pp" - DOCS=( AUTHORS NEWS README ) +pkg_setup() { + python_set_active_version 2 +} + src_configure() { mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST)