diff options
author | 2009-06-01 16:22:04 +0000 | |
---|---|---|
committer | 2009-06-01 16:22:04 +0000 | |
commit | d95e7b4579c65ee3f05968e67ae476f23ca5d299 (patch) | |
tree | 5bcd4704db1f9317bffe2c3d41f5ac869811206b /sci-biology/bioperl-run | |
parent | ppc stable #269032 (diff) | |
download | historical-d95e7b4579c65ee3f05968e67ae476f23ca5d299.tar.gz historical-d95e7b4579c65ee3f05968e67ae476f23ca5d299.tar.bz2 historical-d95e7b4579c65ee3f05968e67ae476f23ca5d299.zip |
Disable tests until testsuite troubleshooting is complete
Package-Manager: portage-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() { - : -} |