Gentoo Archives: gentoo-commits

From: "Honza Macháček" <Hloupy.Honza@×××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nwchem/
Date: Mon, 02 Mar 2015 12:20:17
Message-Id: 1425298774.d046b4556632510e2c13ab9e775fc2f4274285f5.honza_machacek@gentoo
1 commit: d046b4556632510e2c13ab9e775fc2f4274285f5
2 Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
3 AuthorDate: Mon Mar 2 12:19:34 2015 +0000
4 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
5 CommitDate: Mon Mar 2 12:19:34 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d046b455
7
8 In sci-chemistry/nwchem-6.5_p26243-r7, 2 more upstream patches added (Hnd_rys and Tddft_grad)
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 sci-chemistry/nwchem/ChangeLog | 6 ++++++
14 .../{nwchem-6.5_p26243-r6.ebuild => nwchem-6.5_p26243-r7.ebuild} | 6 ++++--
15 2 files changed, 10 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog
18 index 9b16e00..8b67f43 100644
19 --- a/sci-chemistry/nwchem/ChangeLog
20 +++ b/sci-chemistry/nwchem/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*nwchem-6.5_p26243-r7 (02 Mar 2015)
26 +
27 + 02 Mar 2015; Honza Macháček <Hloupy.Honza@×××××××.cz>
28 + -nwchem-6.5_p26243-r6.ebuild, +nwchem-6.5_p26243-r7.ebuild:
29 + 2 more upstream patches added (Hnd_rys and Tddft_grad)
30 +
31 *nwchem-6.5_p26243-r6 (16 Feb 2015)
32
33 16 Feb 2015; Honza Macháček <Hloupy.Honza@×××××××.cz>
34
35 diff --git a/sci-chemistry/nwchem/nwchem-6.5_p26243-r6.ebuild b/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild
36 similarity index 97%
37 rename from sci-chemistry/nwchem/nwchem-6.5_p26243-r6.ebuild
38 rename to sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild
39 index 118d6a5..e697b53 100644
40 --- a/sci-chemistry/nwchem/nwchem-6.5_p26243-r6.ebuild
41 +++ b/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild
42 @@ -25,7 +25,9 @@ SRC_URI="http://www.nwchem-sw.org/images/Nwchem-${PV%_p*}.revision${PV#*_p}-src.
43 http://www.nwchem-sw.org/images/Ifort15_fpp_offload.patch.gz
44 http://www.nwchem-sw.org/images/Texas_iorb.patch.gz
45 http://www.nwchem-sw.org/images/Dmapp_inc.patch.gz
46 - http://www.nwchem-sw.org/images/Print1e.patch.gz"
47 + http://www.nwchem-sw.org/images/Print1e.patch.gz
48 + http://www.nwchem-sw.org/images/Hnd_rys.patch.gz
49 + http://www.nwchem-sw.org/images/Tddft_grad.patch.gz"
50
51 LICENSE="ECL-2.0"
52 SLOT="0"
53 @@ -111,7 +113,7 @@ src_unpack() {
54
55 src_prepare() {
56 pushd "${S}"/src
57 - for p in Util_md_sockets Hbar Tcenxtask Parallelmpi Makefile_gcc4x Bcast_ccsd Elpa_syncs Xlmpoles_ifort15 Ifort15_fpp_offload Texas_iorb Dmapp_inc Print1e
58 + for p in Util_md_sockets Hbar Tcenxtask Parallelmpi Makefile_gcc4x Bcast_ccsd Elpa_syncs Xlmpoles_ifort15 Ifort15_fpp_offload Texas_iorb Dmapp_inc Print1e Hnd_rys Tddft_grad
59 do epatch "${WORKDIR}"/"${p}.patch"
60 done
61 cd NWints/hondo