From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5F9D158090 for ; Wed, 25 Sep 2024 09:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAE7EE2BB3; Wed, 25 Sep 2024 09:33:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF15DE2BB3 for ; Wed, 25 Sep 2024 09:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5831343198 for ; Wed, 25 Sep 2024 09:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 096CE1F46 for ; Wed, 25 Sep 2024 09:33:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727256727.9520a81d102517512e60f38ed5805a8ebc0e3ea0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.5.ebuild X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9520a81d102517512e60f38ed5805a8ebc0e3ea0 X-VCS-Branch: master Date: Wed, 25 Sep 2024 09:33:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bbe89312-35d5-4928-ba07-071f9e1469fc X-Archives-Hash: 3da4fe719e64fe1eb0a183afc621cffe commit: 9520a81d102517512e60f38ed5805a8ebc0e3ea0 Author: Filip Kobierski pm me> AuthorDate: Tue Sep 24 17:49:35 2024 +0000 Commit: Andrew Ammerlaan gentoo 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 pm.me> Signed-off-by: Andrew Ammerlaan 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}]