commit: 9520a81d102517512e60f38ed5805a8ebc0e3ea0
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Sep 24 17:49:35 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 09:32:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9520a81d
sci-chemistry/GromacsWrapper: remove empty variables
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.5.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.5.ebuild
b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.5.ebuild
index e5c508fd6ca1..92f160defd29 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.5.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,6 @@ if [[ ${PV} = *9999* ]]; then
scm_eclass=git-r3
EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git"
EGIT_BRANCH="develop"
- SRC_URI=""
else
scm_eclass=vcs-snapshot
SRC_URI="https://github.com/Becksteinlab/${PN}/archive/release-${PV}.tar.gz ->
${P}.tar.gz"
@@ -24,7 +23,6 @@ HOMEPAGE="https://gromacswrapper.readthedocs.io"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
-IUSE=""
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]