diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 13:58:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 13:58:28 +0000 |
commit | 8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch) | |
tree | a2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /sci-chemistry/votca-xtp | |
parent | f2299aed04cae8310f7fce0be5396370e346d966 (diff) |
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'sci-chemistry/votca-xtp')
-rw-r--r-- | sci-chemistry/votca-xtp/Manifest | 5 | ||||
-rw-r--r-- | sci-chemistry/votca-xtp/metadata.xml | 15 | ||||
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild | 42 | ||||
-rw-r--r-- | sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild | 51 |
4 files changed, 0 insertions, 113 deletions
diff --git a/sci-chemistry/votca-xtp/Manifest b/sci-chemistry/votca-xtp/Manifest deleted file mode 100644 index 410ea4b4a035..000000000000 --- a/sci-chemistry/votca-xtp/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST votca-xtp-1.6.4.tar.gz 1405299 BLAKE2B 9d4e9d3f87e0c6be886df77bf52f9d8c0b4010fb1d77621a51b739986f3f5d70c85637c0d7b4d6a8a06d7dfc7e70ff5491bdc833a1b9da6fe1e8a9742a82d220 SHA512 f35e9605f4ac92547c801b254de792b5c3bf40200e8636869467997412357251df08f88ad851bc76cb0ba15428f06f28dbd4f64043a7612273468c8d653e52af -DIST votca-xtp-2021.2.tar.gz 2192074 BLAKE2B 75b835501d70d1f90010bffce7cdaf3718629c8ec07d0cc10b11e6422c64f37ae32ba30c5b3006cd04863bba1986de1214fe7dbe7a6a12d76c21b4fe3e3b075b SHA512 d79e2e8973ad35a47ac0b1872cc6906aaec3881f4c8dc5ef4d9001b661212592bc309b1a82982db9c4d2827ba7749cd0bbc3134e29798c0bfaf794dee04a7cb6 -EBUILD votca-xtp-1.6.4.ebuild 916 BLAKE2B 3f322407b39ca300186e1e283a6a85749b79518cbd7355577992fc4eeb7931c419e018a384a29d1e84becc5a7c94f7905c96d26cf6a750a9b0124ea35a40bd7a SHA512 65a479d3292c7296cbfb6543fe47e54f2824705dcbc2b2e75f6f2f4fda9f827ce15904aacff59c927061547a45c940eebef4f4fa3e3bcb226f401a6817dd74fc -EBUILD votca-xtp-2021.2.ebuild 1072 BLAKE2B fd96c0a844636d52b3d4f10fc3cd4ad04061f6e015d1e8b087bcd50157e4d8a2586d7a4948b39987628d6efd9fc0c373d8bb77344bc62c3651d7b08704bc59fc SHA512 a1e95165d8c55351762d5a1cf70316862de2e30b765df1aaf8d904aa0cc0bf8d9e1f75aba3c88a4c7b273fee29d6a1bc89d710bb3fe298da5ee92b4f427a4f4a -MISC metadata.xml 454 BLAKE2B 649578a46b3cbea28539fb2f2716518819f2740155433d1af07d3ee3163ccd3c2db2c69b75de829db3c46e3e2ef500892abae16b2b920b8ca5ac68e205c93cd8 SHA512 427fc4f2f5c0e265af0f6cbd7341860e3c8c62afcfacd0edf2ec53e9eb2228dfb3ada0f9f273127a0805f8fb87cbae4e14daefbc068d6afe655c917cb6c74df4 diff --git a/sci-chemistry/votca-xtp/metadata.xml b/sci-chemistry/votca-xtp/metadata.xml deleted file mode 100644 index 979a4dea2e23..000000000000 --- a/sci-chemistry/votca-xtp/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>junghans@gentoo.org</email> - <name>Christoph Junghans</name> - </maintainer> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <upstream> - <remote-id type="github">votca/xtp</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild deleted file mode 100644 index 6a0bba5928b3..000000000000 --- a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 cmake - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN/-//}.git" -else - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~amd64-linux" - S="${WORKDIR}/${P#votca-}" -fi - -DESCRIPTION="Votca excitation and charge properties module" -HOMEPAGE="https://www.votca.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-cpp/eigen-3.3 - ~sci-chemistry/votca-csg-${PV} - sci-libs/hdf5[cxx] - sci-libs/libxc - ~sci-libs/votca-tools-${PV} -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( README.md NOTICE CHANGELOG.md ) - -pkg_postinst() { - einfo - einfo "Please read and cite:" - einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)" - einfo "https://doi.org/10.1021/acs.jctc.8b00617" - einfo -} diff --git a/sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild b/sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild deleted file mode 100644 index 4d4db8635e4d..000000000000 --- a/sci-chemistry/votca-xtp/votca-xtp-2021.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 cmake - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN/-//}.git" -else - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" - S="${WORKDIR}/${P#votca-}" -fi - -DESCRIPTION="Votca excitation and charge properties module" -HOMEPAGE="https://www.votca.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-cpp/eigen-3.3 - ~sci-chemistry/votca-csg-${PV} - sci-libs/hdf5[cxx] - sci-libs/libxc - sci-libs/libint:2 - ~sci-libs/votca-tools-${PV} -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( README.rst NOTICE.rst CHANGELOG.rst ) - -src_configure() { - local mycmakeargs=( - -DENABLE_TESTING=$(usex test) - ) - cmake_src_configure -} - -pkg_postinst() { - einfo - einfo "Please read and cite:" - einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)" - einfo "https://doi.org/10.1021/acs.jctc.8b00617" - einfo -} |