summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 09:35:14 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:12 +0100
commit6ed77903a0f9ac6782b47751a644acf0c075886d (patch)
tree4e6c0b363c0eb2ae44f00ced77ef7affc32cbf27 /sci-biology/bioperl-run
parentsci-biology/allpathslg: remove unused patch (diff)
downloadgentoo-6ed77903a0f9ac6782b47751a644acf0c075886d.tar.gz
gentoo-6ed77903a0f9ac6782b47751a644acf0c075886d.tar.bz2
gentoo-6ed77903a0f9ac6782b47751a644acf0c075886d.zip
sci-biology/bioperl-run: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3708
Diffstat (limited to 'sci-biology/bioperl-run')
-rw-r--r--sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff b/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff
deleted file mode 100644
index 5683347a6b52..000000000000
--- a/sci-biology/bioperl-run/files/bioperl-run-Pise-test-patch.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.PL.original 2003-09-28 23:33:16.000000000 -0400
-+++ Makefile.PL 2003-09-28 23:33:50.000000000 -0400
-@@ -73,19 +73,6 @@
- my $DISTNAME = "bioperl-run";
- my $VERSION = "1.2.2";
-
--my $proceed = prompt("Do you want to run the Pise tests (requires a network connection) y/n",'n');
--if( $proceed =~ /^[yY]/) {
-- my $address = prompt("Enter your email address (no default)",'');
--
-- if (open T,">t/pise-email.test") {
--print T "$address\n";
--close T;
-- } else { warn("Cannot open file t/pise-email.test for writing - no Pise tests will be run"); }
--} else {
-- if( -e "t/pise-email.test" ) {
--unlink "t/pise-email.test";
-- }
--}
- #$do_autoload_finesse = 0;
- #$NAME = 'Bio';
- #$DISTNAME = "GFD";