summaryrefslogtreecommitdiff
path: root/sci-chemistry/votca-csgapps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
commit8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch)
treea2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /sci-chemistry/votca-csgapps
parentf2299aed04cae8310f7fce0be5396370e346d966 (diff)
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'sci-chemistry/votca-csgapps')
-rw-r--r--sci-chemistry/votca-csgapps/Manifest3
-rw-r--r--sci-chemistry/votca-csgapps/metadata.xml15
-rw-r--r--sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild30
3 files changed, 0 insertions, 48 deletions
diff --git a/sci-chemistry/votca-csgapps/Manifest b/sci-chemistry/votca-csgapps/Manifest
deleted file mode 100644
index f81774a0e49e..000000000000
--- a/sci-chemistry/votca-csgapps/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST votca-csgapps-1.6.4.tar.gz 19589 BLAKE2B 90a20c3acef3254b412697dbb543c216d4546241c2f98d8b1e6c7fbd2de5dc5268965f1035843c6832579158843069c610ebbf3363d2e604a1c7c3dc82e3d8d2 SHA512 89ea658092e979c90b9f3d75a8dd9f8ec95278c26fafb30c31a23581dcd7a65e52c8c7696ef14da5821e283d16ab96880041b7b20c9097f99b2fc1eac4a38184
-EBUILD votca-csgapps-1.6.4.ebuild 600 BLAKE2B 1c09b68b2bf4497dd45335823296fbc3ec9e11c12588ed1d7d1ba261bc61d14b7260c2618922cfa09f7303525ed3fec4c1d744fb855f05ae29001c53ef2d9a4d SHA512 5203f67e3ac3c96f807ba42d7ce6b9daccdf71fb51422e204908092e44a5ddb89eb33a5c44ea6dbf571cf7ad2b5f3c826d01ce90a51f64514c61ae41473dd1f2
-MISC metadata.xml 458 BLAKE2B 7ece1794095e4423ca590746617a391a434d36916e38f3b6b723a53d38c0804eda2fea4d17e3dc4db67fdee0fb94accb7d9f84b8821993c3370bb013543bc86b SHA512 5871a39220f39dfde991bfcb5d825f3b876c0fe1cea13d87171b1a4675db311c579fbe7930d9fc350640c9545d466073e6d1eb8f7cf2870f1d95ae92804520f7
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 )