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 1QscEm-0003p9-8s for garchives@archives.gentoo.org; Sun, 14 Aug 2011 15:04:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F8D621C177; Sun, 14 Aug 2011 15:04:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E390421C177 for ; Sun, 14 Aug 2011 15:04:19 +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 311871B404E for ; Sun, 14 Aug 2011 15:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 84AE380043 for ; Sun, 14 Aug 2011 15:04:18 +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: 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/metadata.xml 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: b7de0d7eeca355c0743608b16a80d92936646094 Date: Sun, 14 Aug 2011 15:04: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d1af8d54be89c6d5da6d6cc695f989a9 commit: b7de0d7eeca355c0743608b16a80d92936646094 Author: Christoph Junghans gentoo org> AuthorDate: Sun Aug 14 15:03:53 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Aug 14 15:03:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Db7de0d7e [sci-chemistry/votca-csg] renamed boost useflag (Portage version: 2.1.10.3/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-chemistry/votca-csg/ChangeLog | 4 ++++ sci-chemistry/votca-csg/metadata.xml | 4 ++-- sci-chemistry/votca-csg/votca-csg-9999.ebuild | 8 +++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/= ChangeLog index a5bf6b7..fab3ab8 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 14 Aug 2011; Christoph Junghans votca-csg-9999.ebu= ild, + metadata.xml: + renamed boost useflag to system-boost + 17 Jul 2011; Christoph Junghans votca-csg-9999.ebu= ild, metadata.xml: Added IUSE=3Dextras diff --git a/sci-chemistry/votca-csg/metadata.xml b/sci-chemistry/votca-c= sg/metadata.xml index 4251b38..b78ffaa 100644 --- a/sci-chemistry/votca-csg/metadata.xml +++ b/sci-chemistry/votca-csg/metadata.xml @@ -8,7 +8,7 @@ Add support for gromacs file formats through sci-chemistry/gromacs - Compile against external boost headers from = dev-libs/boost - Pull in extra applications from dev-libs/bo= ost + Use system boost (dev-libs/boost) instead of bundled one + Pull in extra applications from sci-chemist= ry/votca-csg-apps diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistr= y/votca-csg/votca-csg-9999.ebuild index ca93f3a..da64ad6 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -8,6 +8,7 @@ inherit bash-completion cmake-utils =20 MANUAL_PV=3D1.2 TUTORIAL_PV=3D1.2 +IUSE=3D"doc examples +gromacs +system-boost" if [ "${PV}" !=3D "9999" ]; then SRC_URI=3D"http://votca.googlecode.com/files/${PF}.tar.gz doc? ( http://votca.googlecode.com/files/votca-manual-${MANUAL_PV}.pdf= ) @@ -15,6 +16,8 @@ if [ "${PV}" !=3D "9999" ]; then RESTRICT=3D"primaryuri" else SRC_URI=3D"" + #make this a common use when csg-apps get released + IUSE=3D"${IUSE} extras" inherit mercurial EHG_REPO_URI=3D"https://csg.votca.googlecode.com/hg" EHG_REVISION=3D"default" @@ -30,9 +33,8 @@ HOMEPAGE=3D"http://www.votca.org" LICENSE=3D"Apache-2.0" SLOT=3D"0" KEYWORDS=3D"~x86 ~amd64" -IUSE=3D"-boost doc examples extras +gromacs" =20 -RDEPEND=3D"=3Dsci-libs/votca-tools-${PV}[boost=3D] +RDEPEND=3D"=3Dsci-libs/votca-tools-${PV}[system-boost=3D] gromacs? ( sci-chemistry/gromacs ) dev-lang/perl app-shells/bash" @@ -49,7 +51,7 @@ src_configure() { extra=3D"-DWITH_GMX_DEVEL=3DON" =20 mycmakeargs=3D( - $(cmake-utils_use boost EXTERNAL_BOOST) + $(cmake-utils_use system-boost EXTERNAL_BOOST) $(cmake-utils_use_with gromacs GMX) ${extra} -DWITH_RC_FILES=3DOFF