diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 11:49:02 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 12:07:08 +0100 |
commit | dda526c233f86edf80e828ea526f509afd7a3e47 (patch) | |
tree | fa8ea4fd28effef400a4aaf45078cf19d1ea2abb /sci-chemistry | |
parent | sci-chemistry/votca-xtp: treeclean (diff) | |
download | gentoo-dda526c233f86edf80e828ea526f509afd7a3e47.tar.gz gentoo-dda526c233f86edf80e828ea526f509afd7a3e47.tar.bz2 gentoo-dda526c233f86edf80e828ea526f509afd7a3e47.zip |
sci-chemistry/votca-csgapps: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csgapps/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/metadata.xml | 15 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild | 30 |
3 files changed, 0 insertions, 46 deletions
diff --git a/sci-chemistry/votca-csgapps/Manifest b/sci-chemistry/votca-csgapps/Manifest deleted file mode 100644 index f68546161d5f..000000000000 --- a/sci-chemistry/votca-csgapps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST votca-csgapps-1.6.4.tar.gz 19589 BLAKE2B 90a20c3acef3254b412697dbb543c216d4546241c2f98d8b1e6c7fbd2de5dc5268965f1035843c6832579158843069c610ebbf3363d2e604a1c7c3dc82e3d8d2 SHA512 89ea658092e979c90b9f3d75a8dd9f8ec95278c26fafb30c31a23581dcd7a65e52c8c7696ef14da5821e283d16ab96880041b7b20c9097f99b2fc1eac4a38184 diff --git a/sci-chemistry/votca-csgapps/metadata.xml b/sci-chemistry/votca-csgapps/metadata.xml deleted file mode 100644 index 525a7af3b235..000000000000 --- a/sci-chemistry/votca-csgapps/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/csgapps</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild deleted file mode 100644 index 132c6fce4013..000000000000 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild +++ /dev/null @@ -1,30 +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 - 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="Extra applications for votca-csg" -HOMEPAGE="https://www.votca.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-cpp/eigen-3.3 - ~sci-chemistry/${PN%apps}-${PV} -" -DEPEND="${RDEPEND}" - -DOCS=( README.md ) |