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 1Ru9gN-0001jY-KR for garchives@archives.gentoo.org; Sun, 05 Feb 2012 21:31:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEAD4E07C7; Sun, 5 Feb 2012 21:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8839BE07C7 for ; Sun, 5 Feb 2012 21:31:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D074F1B4015 for ; Sun, 5 Feb 2012 21:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E9EDC80043 for ; Sun, 5 Feb 2012 21:31:25 +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: <102b939a8f676888380ae1c02e7c96f11589022e.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/ChangeLog sci-chemistry/gromacs/gromacs-4.6.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 102b939a8f676888380ae1c02e7c96f11589022e Date: Sun, 5 Feb 2012 21:31:25 +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: 4c052833-864f-4eeb-a710-c3635cf513c8 X-Archives-Hash: 859694628a2763ad04c80141f0080688 commit: 102b939a8f676888380ae1c02e7c96f11589022e Author: Christoph Junghans gentoo org> AuthorDate: Sun Feb 5 21:30:29 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sun Feb 5 21:30:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D102b939a handle new vmd detection (Portage version: 2.2.0_alpha85/git/Linux i686, unsigned Manifest commit) --- sci-chemistry/gromacs/ChangeLog | 3 +++ sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/Chan= geLog index 424f26b..509854b 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ =20 05 Feb 2012; Christoph Junghans gromacs-4.6.9999.e= build: + handle new vmd detection + + 05 Feb 2012; Christoph Junghans gromacs-4.6.9999.e= build: added openmp support =20 *gromacs-4.6.9999 (28 Sep 2011) diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistr= y/gromacs/gromacs-4.6.9999.ebuild index 2ce38b6..99b5c2b 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild @@ -146,6 +146,7 @@ src_configure() { -DGMX_DEFAULT_SUFFIX=3Doff -DGMX_ACCELERATION=3D"$acce" -DGMXLIB=3D"$(get_libdir)" + -DGMX_VMD_PLUGIN_PATH=3D"${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*= /molfile/" ) =20 for x in ${GMX_DIRS}; do @@ -200,10 +201,6 @@ src_install() { cmake-utils_src_make install-mdrun DESTDIR=3D"${D}" done =20 - sed -n -e '/^GMXBIN/,/^GMXDATA/p' "${ED}"/usr/bin/GMXRC.bash > "${T}/80= gromacs" - echo "VMD_PLUGIN_PATH=3D${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molf= ile/" >> "${T}/80gromacs" - - doenvd "${T}/80gromacs" rm -f "${ED}"/usr/bin/GMXRC* =20 newbashcomp "${ED}"/usr/bin/completion.bash ${PN}