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 1R0ck4-0006FU-6k for garchives@archives.gentoo.org; Mon, 05 Sep 2011 17:13:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C89921C0FB; Mon, 5 Sep 2011 17:13:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 30A1121C0FB for ; Mon, 5 Sep 2011 17:13:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A50AD1B4013 for ; Mon, 5 Sep 2011 17:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C08B780042 for ; Mon, 5 Sep 2011 17:13:43 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <840a8a0dc0dee9eb56a03674f32932447ffa7924.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg/ChangeLog sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 840a8a0dc0dee9eb56a03674f32932447ffa7924 Date: Mon, 5 Sep 2011 17:13:43 +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: e3af888c4a39f3366e58bfecb898c1b3 commit: 840a8a0dc0dee9eb56a03674f32932447ffa7924 Author: Christoph Junghans gentoo org> AuthorDate: Mon Sep 5 17:13:34 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Mon Sep 5 17:13:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D840a8a0d [sci-chemistry/votca-csg] updates (Portage version: 2.1.10.11/git/Linux i686, signed Manifest commit with k= ey C2000586) --- sci-chemistry/votca-csg/ChangeLog | 3 +++ sci-chemistry/votca-csg/votca-csg-9999.ebuild | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/= ChangeLog index 1d24b51..9771664 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 05 Sep 2011; Christoph Junghans votca-csg-9999.ebu= ild: + update due to upstream + 25 Aug 2011; Christoph Junghans votca-csg-9999.ebu= ild: changes due to 1.2.1 release =20 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistr= y/votca-csg/votca-csg-9999.ebuild index 41c626c..dbab6aa 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -41,15 +41,18 @@ DEPEND=3D"${RDEPEND} dev-util/pkgconfig" =20 src_configure() { - local extra=3D"-DWITH_GMX_DEVEL=3DOFF" + local GMX_DEV=3D"OFF" GMX_DOUBLE=3D"OFF" =20 - use gromacs && has_version =3Dsci-chemistry/gromacs-9999 && \ - extra=3D"-DWITH_GMX_DEVEL=3DON" + if use gromacs; then + has_version =3Dsci-chemistry/gromacs-9999 && GMX_DEV=3D"ON" + has_version sci-chemistry/gromacs[double-precision] && GMX_DOUBLE=3D"O= N" + fi =20 mycmakeargs=3D( $(cmake-utils_use system-boost EXTERNAL_BOOST) $(cmake-utils_use_with gromacs GMX) - ${extra} + -DWITH_GMX_DEVEL=3D"${GMX_DEV}" + -DGMX_DOUBLE=3D"${GMX_DOUBLE}" -DWITH_RC_FILES=3DOFF ) cmake-utils_src_configure