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 90FDB1387B1 for ; Mon, 6 Jan 2014 18:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B867E0B71; Mon, 6 Jan 2014 18:33:22 +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 72A15E0B42 for ; Mon, 6 Jan 2014 18:33:21 +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 2D7F433F74A for ; Mon, 6 Jan 2014 18:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4FC2EE54D1 for ; Mon, 6 Jan 2014 18:33:18 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1389032141.a9922e41ee21879bb2c94a7b587d8355c71c9ec9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pagmo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pagmo/ChangeLog sci-libs/pagmo/metadata.xml sci-libs/pagmo/pagmo-9999.ebuild X-VCS-Directories: sci-libs/pagmo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a9922e41ee21879bb2c94a7b587d8355c71c9ec9 X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:18 +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: 2a103736-ad0a-46aa-a2d1-ef1b692b6a38 X-Archives-Hash: 2d67def2e2b64c3b06ab5337470ef8b1 commit: a9922e41ee21879bb2c94a7b587d8355c71c9ec9 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:15:41 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:15:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9922e41 sci-libs/pagmo: Switch from git-2 to git-r3; use python-single-r1.eclass Package-Manager: portage-2.2.8 --- sci-libs/pagmo/ChangeLog | 5 ++++- sci-libs/pagmo/metadata.xml | 10 +++++----- sci-libs/pagmo/pagmo-9999.ebuild | 15 +++++++++++---- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/sci-libs/pagmo/ChangeLog b/sci-libs/pagmo/ChangeLog index 87b76c3..f33d873 100644 --- a/sci-libs/pagmo/ChangeLog +++ b/sci-libs/pagmo/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/pagmo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher pagmo-9999.ebuild, metadata.xml: + Switch from git-2 to git-r3; use python-single-r1.eclass + 25 Jun 2011; Justin Lecher pagmo-9999.ebuild, metadata.xml: migrate from 'git' to 'git-2' diff --git a/sci-libs/pagmo/metadata.xml b/sci-libs/pagmo/metadata.xml index f406e11..9259787 100644 --- a/sci-libs/pagmo/metadata.xml +++ b/sci-libs/pagmo/metadata.xml @@ -1,9 +1,9 @@ -sci-astronomy - - Automatically generated description for kepler - Automatically generated description for nlopt - + sci-astronomy + + Automatically generated description for kepler + Automatically generated description for nlopt + diff --git a/sci-libs/pagmo/pagmo-9999.ebuild b/sci-libs/pagmo/pagmo-9999.ebuild index cd1bca3..641270c 100644 --- a/sci-libs/pagmo/pagmo-9999.ebuild +++ b/sci-libs/pagmo/pagmo-9999.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -inherit cmake-utils git-2 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit cmake-utils git-r3 python-single-r1 DESCRIPTION="Parallelization engine for optimization problems" HOMEPAGE="http://pagmo.sourceforge.net/" @@ -17,11 +19,16 @@ KEYWORDS="~amd64 ~x86" IUSE="gsl kepler mpi nlopt python test" RDEPEND=" - dev-libs/boost[mpi?,python?] + dev-libs/boost[mpi?] + python? ( dev-libs/boost[${PYTHON_USEDEP}] ) nlopt? ( sci-libs/nlopt ) gsl? ( sci-libs/gsl )" DEPEND="${RDEPEND}" +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_configure() { mycmakeargs=( -DENABLE_SNOPT=OFF