diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 11:48:26 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 12:07:06 +0100 |
commit | fc710ddaba2239a33051320409b1e700acdb385b (patch) | |
tree | 460b3ad403814fcd5e27f9d744590dae7b6f2dd1 /sci-libs | |
parent | sci-libs/libgenome: treeclean (diff) | |
download | gentoo-fc710ddaba2239a33051320409b1e700acdb385b.tar.gz gentoo-fc710ddaba2239a33051320409b1e700acdb385b.tar.bz2 gentoo-fc710ddaba2239a33051320409b1e700acdb385b.zip |
sci-libs/votca-tools: treeclean
Closes: https://bugs.gentoo.org/841830
Closes: https://bugs.gentoo.org/862444
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/votca-tools/Manifest | 2 | ||||
-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, 105 deletions
diff --git a/sci-libs/votca-tools/Manifest b/sci-libs/votca-tools/Manifest deleted file mode 100644 index af6afcbdfbb4..000000000000 --- a/sci-libs/votca-tools/Manifest +++ /dev/null @@ -1,2 +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 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 -} |