Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/
Date: Sun, 19 Sep 2021 15:20:52
Message-Id: 1632064843.f4e8fd6d1119e8731d7638559720c983f2397e33.junghans@gentoo
1 commit: f4e8fd6d1119e8731d7638559720c983f2397e33
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 15:20:27 2021 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 15:20:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e8fd6d
7
8 sci-chemistry/votca-xtp: version bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
12
13 sci-chemistry/votca-xtp/Manifest | 1 +
14 sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild | 51 +++++++++++++++++++++++++
15 2 files changed, 52 insertions(+)
16
17 diff --git a/sci-chemistry/votca-xtp/Manifest b/sci-chemistry/votca-xtp/Manifest
18 index 0d13f9eb984..b3ede576936 100644
19 --- a/sci-chemistry/votca-xtp/Manifest
20 +++ b/sci-chemistry/votca-xtp/Manifest
21 @@ -1,3 +1,4 @@
22 DIST votca-xtp-1.6.4.tar.gz 1405299 BLAKE2B 9d4e9d3f87e0c6be886df77bf52f9d8c0b4010fb1d77621a51b739986f3f5d70c85637c0d7b4d6a8a06d7dfc7e70ff5491bdc833a1b9da6fe1e8a9742a82d220 SHA512 f35e9605f4ac92547c801b254de792b5c3bf40200e8636869467997412357251df08f88ad851bc76cb0ba15428f06f28dbd4f64043a7612273468c8d653e52af
23 DIST votca-xtp-2021.1.tar.gz 2192322 BLAKE2B 8b15f17e1287249ff383fc2b66b5d37c7f78bac071ea6cc2f902811ab56cded26db764cd204371d5bebca55dfce73d840d680a4c62bc458a6cf55955d783a666 SHA512 ad0190f3e9235aec9c6db4ea16de7cd0daad96ff9836821672b46dcf098ed3bc1cdbb98ccf4b495dab172d1c1a971580eef8dbf341a2067964f684871ca6277f
24 +DIST votca-xtp-2021.2.tar.gz 2192074 BLAKE2B 75b835501d70d1f90010bffce7cdaf3718629c8ec07d0cc10b11e6422c64f37ae32ba30c5b3006cd04863bba1986de1214fe7dbe7a6a12d76c21b4fe3e3b075b SHA512 d79e2e8973ad35a47ac0b1872cc6906aaec3881f4c8dc5ef4d9001b661212592bc309b1a82982db9c4d2827ba7749cd0bbc3134e29798c0bfaf794dee04a7cb6
25 DIST votca-xtp-2021.tar.gz 2192166 BLAKE2B bcacdfe92b8c9fbbe2fe949d7096c09928ef7ece3cc4e40adbf58f2894036588762f9905bce1a1595bea99d1dfb8bcd99f395bed2ce7b94eeaf51b1c33719558 SHA512 1444fd0a64a684fd2b1327a9c3af067ea812190fa95cab5f3bfcc7aae932cc7469d07fc219871ca594496fbfe74e277d3b6ccfbd7d5c24c162623515ee2fef0b
26
27 diff --git a/sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild b/sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild
28 new file mode 100644
29 index 00000000000..4d4db8635e4
30 --- /dev/null
31 +++ b/sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild
32 @@ -0,0 +1,51 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit bash-completion-r1 cmake
39 +
40 +if [[ ${PV} == *9999 ]]; then
41 + inherit git-r3
42 + EGIT_REPO_URI="https://github.com/${PN/-//}.git"
43 +else
44 + SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 + KEYWORDS="~amd64 ~x86 ~amd64-linux"
46 + S="${WORKDIR}/${P#votca-}"
47 +fi
48 +
49 +DESCRIPTION="Votca excitation and charge properties module"
50 +HOMEPAGE="https://www.votca.org/"
51 +
52 +LICENSE="Apache-2.0"
53 +SLOT="0"
54 +IUSE="test"
55 +RESTRICT="!test? ( test )"
56 +
57 +RDEPEND="
58 + >=dev-cpp/eigen-3.3
59 + ~sci-chemistry/votca-csg-${PV}
60 + sci-libs/hdf5[cxx]
61 + sci-libs/libxc
62 + sci-libs/libint:2
63 + ~sci-libs/votca-tools-${PV}
64 +"
65 +DEPEND="${RDEPEND}"
66 +BDEPEND="virtual/pkgconfig"
67 +
68 +DOCS=( README.rst NOTICE.rst CHANGELOG.rst )
69 +
70 +src_configure() {
71 + local mycmakeargs=(
72 + -DENABLE_TESTING=$(usex test)
73 + )
74 + cmake_src_configure
75 +}
76 +
77 +pkg_postinst() {
78 + einfo
79 + einfo "Please read and cite:"
80 + einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)"
81 + einfo "https://doi.org/10.1021/acs.jctc.8b00617"
82 + einfo
83 +}