commit: f7cc0c793b88498555f37010cccf2a303945d942 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Sep 6 18:44:59 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 18:44:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f7cc0c79
sync with gx86 Package-Manager: portage-2.2.8-r1 --- sci-chemistry/gromacs/ChangeLog | 3 +++ sci-chemistry/gromacs/gromacs-5.0.9999.ebuild | 9 ++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index dbc7446..bc8af30 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Sep 2014; Christoph Junghans <[email protected]> gromacs-5.0.9999.ebuild: + sync with gx86 + 04 Sep 2014; Christoph Junghans <[email protected]> gromacs-5.0.9999.ebuild: sync with gx86 diff --git a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild index 042eb28..a30abac 100644 --- a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild @@ -4,8 +4,6 @@ EAPI=5 -TEST_PV="5.0-rc1" - CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo toolchain-funcs @@ -20,7 +18,7 @@ if [[ $PV = *9999* ]]; then KEYWORDS="" else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz - test? ( http://gerrit.gromacs.org/download/regressiontests-${TEST_PV}.tar.gz )" + test? ( http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )" KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" fi @@ -249,10 +247,7 @@ src_install() { cmake-utils_src_install done # drop unneeded stuff - rm -f "${ED}"usr/bin/gmx-completion* - rm -f "${ED}"usr/bin/g_options* - rm -f "${ED}"usr/bin/GMXRC* - rm -f "${ED}"usr/$(get_libdir)/libtng*.a + rm "${ED}"usr/bin/GMXRC* || die readme.gentoo_create_doc }
