From fc710ddaba2239a33051320409b1e700acdb385b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Smoli=C4=87?= Date: Fri, 27 Jan 2023 11:48:26 +0100 Subject: [PATCH] sci-libs/votca-tools: treeclean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/841830 Closes: https://bugs.gentoo.org/862444 Signed-off-by: Jakov Smolić --- profiles/package.mask | 1 - sci-libs/votca-tools/Manifest | 2 - sci-libs/votca-tools/metadata.xml | 15 ------- sci-libs/votca-tools/votca-tools-1.6.4.ebuild | 43 ------------------ .../votca-tools/votca-tools-2021.2.ebuild | 45 ------------------- 5 files changed, 106 deletions(-) delete mode 100644 sci-libs/votca-tools/Manifest delete mode 100644 sci-libs/votca-tools/metadata.xml delete mode 100644 sci-libs/votca-tools/votca-tools-1.6.4.ebuild delete mode 100644 sci-libs/votca-tools/votca-tools-2021.2.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 9a89303ac7d9f..2314091e7b3ba 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -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 (2022-12-19) # This version currently is not compatible with kernel build (yet) diff --git a/sci-libs/votca-tools/Manifest b/sci-libs/votca-tools/Manifest deleted file mode 100644 index af6afcbdfbb42..0000000000000 --- 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 0368cd91250fb..0000000000000 --- a/sci-libs/votca-tools/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - junghans@gentoo.org - Christoph Junghans - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - - votca/tools - - 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 37b977cdd6b17..0000000000000 --- 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 184243331d2dc..0000000000000 --- 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 -}