commit:     e13c18b293f82931681b74b1973af90217526354
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 03:36:08 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 04:17:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13c18b2

sci-biology/fasta: remove tcsh as a test dependency, drop IUSE

This has been present since the initial import into cvs:
https://gitweb.gentoo.org/archive/repo/gentoo-2.git/commit/?id=fe5d632c39746b7b396434277896dd0e58e15567

It does not seem to have made any sense at the time -- the compile phase
required running `emake -f ../make/Makefile***` because upstream was one
of those projects that apparently liked having code separate from ways
to build the code (???) and no src_test was defined at all. So having a
test dependency made no real sense as tests were never run!!!

There is an actual test phase today. It manually runs an sh script, and
tcsh still isn't involved anywhere. There are two entirely separate tcsh
scripts in the upstream codebase, though.

Regardless, having this test dependency is nonsensical. So is having
IUSE=test and a matching RESTRICT. None of this gets us *anything*.
Therefore, drop it.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-biology/fasta/fasta-36.3.8h-r1.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/sci-biology/fasta/fasta-36.3.8h-r1.ebuild 
b/sci-biology/fasta/fasta-36.3.8h-r1.ebuild
index 1cd7ca60dcde..e27b281053b6 100644
--- a/sci-biology/fasta/fasta-36.3.8h-r1.ebuild
+++ b/sci-biology/fasta/fasta-36.3.8h-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,10 +15,7 @@ S="${WORKDIR}/${PN}36-${MY_PV}"
 LICENSE="fasta"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="debug cpu_flags_x86_sse2 test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( app-shells/tcsh )"
+IUSE="debug cpu_flags_x86_sse2"
 
 src_prepare() {
        CC_ALT=

Reply via email to