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 A68AF1381F3 for ; Sun, 2 Jun 2013 13:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C4CCE09E4; Sun, 2 Jun 2013 13:43:15 +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 B00E1E09E4 for ; Sun, 2 Jun 2013 13:43:14 +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 BAB9A33E386 for ; Sun, 2 Jun 2013 13:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 49341E468F for ; Sun, 2 Jun 2013 13:43:09 +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: <1370161657.e4e0220d4cea39f5260b88575f80df29ed0e364d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:ccp4 commit in: sci-libs/cctbx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/cctbx/ChangeLog sci-libs/cctbx/cctbx-2012.05.08.2305.ebuild sci-libs/cctbx/cctbx-2013.02.27.0005.ebuild X-VCS-Directories: sci-libs/cctbx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e4e0220d4cea39f5260b88575f80df29ed0e364d X-VCS-Branch: ccp4 Date: Sun, 2 Jun 2013 13:43:09 +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: b9afb528-8619-4a84-aecb-3cd8bf450d1a X-Archives-Hash: 67c383af042ff1ba43ee465e13ad790a commit: e4e0220d4cea39f5260b88575f80df29ed0e364d Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 2 08:24:17 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jun 2 08:27:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e4e0220d Drop Fortran support. Was it needed ever? Package-Manager: portage-2.2.0_alpha177 Signed-off-by: Justin Lecher gentoo.org> --- sci-libs/cctbx/ChangeLog | 4 ++++ sci-libs/cctbx/cctbx-2012.05.08.2305.ebuild | 7 ++----- sci-libs/cctbx/cctbx-2013.02.27.0005.ebuild | 5 +---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sci-libs/cctbx/ChangeLog b/sci-libs/cctbx/ChangeLog index 949d710..c67eab0 100644 --- a/sci-libs/cctbx/ChangeLog +++ b/sci-libs/cctbx/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.33 2013/03/19 07:07:15 jlec Exp $ + 02 Jun 2013; Justin Lecher cctbx-2012.05.08.2305.ebuild, + cctbx-2013.02.27.0005.ebuild: + Drop unavailable USE + *cctbx-2013.02.27.0005 (01 Jun 2013) *cctbx-2012.05.08.2305 (01 Jun 2013) diff --git a/sci-libs/cctbx/cctbx-2012.05.08.2305.ebuild b/sci-libs/cctbx/cctbx-2012.05.08.2305.ebuild index ac51db7..e7630a4 100644 --- a/sci-libs/cctbx/cctbx-2012.05.08.2305.ebuild +++ b/sci-libs/cctbx/cctbx-2012.05.08.2305.ebuild @@ -7,7 +7,7 @@ EAPI=5 DISTUTILS_SINGLE_IMPL=true PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils-r1 eutils fortran-2 multilib toolchain-funcs +inherit distutils-r1 eutils multilib toolchain-funcs MY_PV="${PV//./_}" @@ -36,14 +36,11 @@ MY_S="${WORKDIR}"/cctbx_sources MY_B="${WORKDIR}"/cctbx_build pkg_setup() { - use openmp && FORTRAN_NEED_OPENMP="1" - if use openmp && ! tc-has-openmp; then + if ! tc-has-openmp; then ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 and icc" ewarn "If you want to build ${PN} with OpenMP, abort now," ewarn "and switch CC to an OpenMP capable compiler" - FORTRAN_NEED_OPENMP=1 fi - fortran-2_pkg_setup python-single-r1_pkg_setup } diff --git a/sci-libs/cctbx/cctbx-2013.02.27.0005.ebuild b/sci-libs/cctbx/cctbx-2013.02.27.0005.ebuild index ac51db7..a24c309 100644 --- a/sci-libs/cctbx/cctbx-2013.02.27.0005.ebuild +++ b/sci-libs/cctbx/cctbx-2013.02.27.0005.ebuild @@ -36,14 +36,11 @@ MY_S="${WORKDIR}"/cctbx_sources MY_B="${WORKDIR}"/cctbx_build pkg_setup() { - use openmp && FORTRAN_NEED_OPENMP="1" - if use openmp && ! tc-has-openmp; then + if ! tc-has-openmp; then ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 and icc" ewarn "If you want to build ${PN} with OpenMP, abort now," ewarn "and switch CC to an OpenMP capable compiler" - FORTRAN_NEED_OPENMP=1 fi - fortran-2_pkg_setup python-single-r1_pkg_setup }