diff options
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/Manifest | 5 | ||||
-rw-r--r-- | sci-libs/votca-tools/metadata.xml | 15 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.6.4.ebuild | 43 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-2021.2.ebuild | 45 |
4 files changed, 0 insertions, 108 deletions
diff --git a/sci-libs/votca-tools/Manifest b/sci-libs/votca-tools/Manifest deleted file mode 100644 index 23d5b001cdac..000000000000 --- a/sci-libs/votca-tools/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST votca-tools-1.6.4.tar.gz 109929 BLAKE2B 8bc55fcd0a021002f11d412440a369a169c3c62ae5978781010de0a05502e43ed1ccbe5066e3d46ac8ef6fd0c1471baca70d35f6468ccbfd480dc0fa6f2b5047 SHA512 7a334071086e755960a3bd938c1baa1979c4cc9cd8f865af00540fa45365bf1c3153ffb8a5a5948618c47ebafcda9ecc62850d44ea06b7f35ac4587bd423439a -DIST votca-tools-2021.2.tar.gz 115115 BLAKE2B 9ce16d96b6da7ee9cf9be60a69536555d21eebdad2260100bf35a0c4fe0a5b8cb76c2a3b54476fd843f5428ec5fb3fd33ae79b9fd6b27a90530637c550f06712 SHA512 84e756df4c6e355e149fd105835cfb0fd03935c824e2f7e4149ad92ed6fa81d5a43a7dd6aa532b5ee6e4a79794a94db08f8533e9f0cf99afa604c5ad9f7cb133 -EBUILD votca-tools-1.6.4.ebuild 749 BLAKE2B d5cd0bec7f6d8e375e1786d1c44c006276a9be8912498ae5b5f169bf9d44b097725915d44c1a2d55bd7f287182e597ad1eb4d35796544a971c47871c2109f106 SHA512 1f372e97bcd60d296aa9cc464ba23690ab9d8bed56ac6831f126bee24f3be33d1bf3cc1a5dcd2a90695dd38bc032022de1663e4f014a18068fb7bdf75c822d68 -EBUILD votca-tools-2021.2.ebuild 855 BLAKE2B f635ba0f513812a88ca1945ba50da22213102c6c79a92a7b4cfd0069f70d72058c1ad51586c9e3385013369e3f6c71b7c78a8d97ac3e5c9c3a37d76428db0ee2 SHA512 068dc366b9b2a6858a5ce27cfcc7d949a361992f834b7621fc71d80a30ece2c5e05b9e127a506b88fb295befafb25c38661e3cdc936cfc9b5c9f881177aac4e4 -MISC metadata.xml 456 BLAKE2B 872b69b5cc95376bf9a28d0c1a16ae7fa52b3b0c356ffef0f70f69ed95da623a335edf4e7917da06880747c469dce762ba5534e3c5854264d8b6895f530b33a5 SHA512 741e6734a956099207e96de6d1fce8db9601d0d3582130a2c45b6a7cb7b140ef56a300483b392d556d303aafbd39833e4f4dff7fd4d6605d39eb8d9a88c8b6aa diff --git a/sci-libs/votca-tools/metadata.xml b/sci-libs/votca-tools/metadata.xml deleted file mode 100644 index 0368cd91250f..000000000000 --- a/sci-libs/votca-tools/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/tools</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild deleted file mode 100644 index 37b977cdd6b1..000000000000 --- a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN/-//}.git" - inherit git-r3 -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 tools library" -HOMEPAGE="https://www.votca.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-cpp/eigen-3.3 - dev-libs/boost:= - dev-libs/expat - sci-libs/fftw:3.0= -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=app-text/txt2tags-2.5 - virtual/pkgconfig -" - -DOCS=( NOTICE ) - -src_configure() { - local mycmakeargs=( - -DWITH_RC_FILES=OFF - ) - cmake_src_configure -} diff --git a/sci-libs/votca-tools/votca-tools-2021.2.ebuild b/sci-libs/votca-tools/votca-tools-2021.2.ebuild deleted file mode 100644 index 184243331d2d..000000000000 --- a/sci-libs/votca-tools/votca-tools-2021.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN/-//}.git" - inherit git-r3 -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 tools library" -HOMEPAGE="https://www.votca.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-cpp/eigen-3.3 - dev-libs/boost:= - dev-libs/expat - sci-libs/fftw:3.0= -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -DOCS=( NOTICE README.rst CHANGELOG.rst ) - -src_configure() { - local mycmakeargs=( - -DINSTALL_RC_FILES=OFF - -DENABLE_TESTING=$(usex test) - -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON - ) - cmake_src_configure -} |