diff options
author | Christoph Junghans <junghans@gentoo.org> | 2021-01-12 17:47:38 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2021-01-12 18:20:36 -0700 |
commit | 32764db88eba4fa55ca905de1a24f480e1544cd6 (patch) | |
tree | 945d092c2964db8942411a1f5b72234f1d3d9300 /sci-chemistry | |
parent | sci-chemistry/votca-csg: live ebuild updates (diff) | |
download | gentoo-32764db88eba4fa55ca905de1a24f480e1544cd6.tar.gz gentoo-32764db88eba4fa55ca905de1a24f480e1544cd6.tar.bz2 gentoo-32764db88eba4fa55ca905de1a24f480e1544cd6.zip |
>sci-chemistry/votca-csgapps-1.6: was merged into >sci-chemistry/votca-csg-1.6
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild deleted file mode 100644 index 224468175589..000000000000 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_MAKEFILE_GENERATOR="ninja" - -inherit cmake - -if [ "${PV}" != "9999" ]; then - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" - S="${WORKDIR}/${P#votca-}" -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN/-//}.git" - KEYWORDS="" -fi - -DESCRIPTION="Extra applications for votca-csg" -HOMEPAGE="http://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 ) |