commit: 110860400b80a18bedbbd352fc839c599e732050 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 16:28:34 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 16:28:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=11086040
clean up Package-Manager: portage-2.2.8-r1 --- sci-chemistry/nwchem/ChangeLog | 3 +++ sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog index 1050ebf..d05e285 100644 --- a/sci-chemistry/nwchem/ChangeLog +++ b/sci-chemistry/nwchem/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans <[email protected]> nwchem-6.3_p2-r1.ebuild: + clean up + *nwchem-6.3_p2-r1 (07 Aug 2014) 07 Aug 2014; Honza Macháček <[email protected]> diff --git a/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild b/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild index b42b713..a14e8f9 100644 --- a/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild +++ b/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild @@ -75,7 +75,7 @@ pkg_setup() { } src_unpack() { - unpack "${A}" + unpack ${A} mv "${LONG_S}" "${S}" } @@ -143,7 +143,7 @@ src_compile() { else export NWCHEM_MODULES="all" fi - use mrcc && export MRCC_THEORY="TRUE" + use mrcc && export MRCC_THEORY="TRUE" if use blas; then export HAS_BLAS=yes export BLASOPT="$(pkg-config --libs blas)"
