diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2009-06-01 16:22:04 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2009-06-01 16:22:04 +0000 |
commit | e88eb1036d96b613a4e3d55a76a6f7742c36c9be (patch) | |
tree | 900b8d22f868ede4ad62e0204688053dd8b63293 /sci-biology/bioperl-run | |
parent | whitespace (diff) | |
download | gentoo-2-e88eb1036d96b613a4e3d55a76a6f7742c36c9be.tar.gz gentoo-2-e88eb1036d96b613a4e3d55a76a6f7742c36c9be.tar.bz2 gentoo-2-e88eb1036d96b613a4e3d55a76a6f7742c36c9be.zip |
Disable tests until testsuite troubleshooting is complete
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/bioperl-run')
-rw-r--r-- | sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild | 10 | ||||
-rw-r--r-- | sci-biology/bioperl-run/bioperl-run-9999.ebuild | 10 |
2 files changed, 8 insertions, 12 deletions
diff --git a/sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild b/sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild index 2091d8af9985..b7cd4741a57e 100644 --- a/sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild +++ b/sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild,v 1.3 2009/06/01 16:18:08 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/bioperl-run-1.6.1.ebuild,v 1.4 2009/06/01 16:22:04 weaver Exp $ EAPI="2" @@ -16,7 +16,9 @@ LICENSE="Artistic GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="-minimal test" -SRC_TEST="do" +#SRC_TEST="do" + +RESTRICT="test" CDEPEND=">=sci-biology/bioperl-${MY_PV} !minimal? ( @@ -38,7 +40,3 @@ src_install() { # with sci-biology/bioperl. Workaround: the "nuke it from orbit" solution :D find "${D}" -name '*ConfigData*' -print -delete } - -src_test() { - : -} diff --git a/sci-biology/bioperl-run/bioperl-run-9999.ebuild b/sci-biology/bioperl-run/bioperl-run-9999.ebuild index d8403b60c749..a2b3571f1195 100644 --- a/sci-biology/bioperl-run/bioperl-run-9999.ebuild +++ b/sci-biology/bioperl-run/bioperl-run-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/bioperl-run-9999.ebuild,v 1.3 2009/06/01 16:18:08 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-run/bioperl-run-9999.ebuild,v 1.4 2009/06/01 16:22:04 weaver Exp $ EAPI="2" @@ -15,7 +15,9 @@ LICENSE="Artistic GPL-2" SLOT="0" KEYWORDS="" IUSE="-minimal test" -SRC_TEST="do" +#SRC_TEST="do" + +RESTRICT="test" CDEPEND=">=sci-biology/bioperl-${PV} !minimal? ( @@ -37,7 +39,3 @@ src_install() { # with sci-biology/bioperl. Workaround: the "nuke it from orbit" solution :D find "${D}" -name '*ConfigData*' -print -delete } - -src_test() { - : -} |