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>
This commit is contained in:
Jakov Smolić
2023-01-27 11:48:26 +01:00
parent 4f304f100d
commit fc710ddaba
5 changed files with 0 additions and 106 deletions

View File

@@ -809,7 +809,6 @@ dev-python/www-authenticate
sci-chemistry/votca-csg
sci-chemistry/votca-csgapps
sci-chemistry/votca-xtp
sci-libs/votca-tools
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-19)
# This version currently is not compatible with kernel build (yet)

View File

@@ -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

View File

@@ -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>

View File

@@ -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
}

View File

@@ -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
}