summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-08-30 19:15:43 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-08-30 19:38:48 +0200
commit5781aaa8b6bccd389d6520199e68819a84969412 (patch)
tree2d4c70276adc38504afb8f8c69b1fd65b6555bec /sci-biology/psipred/files/3.1-path.patch
parentprofiles/arch/amd64/no-multilib: Remove sci-chemistry/mars p.mask entry (diff)
downloadgentoo-5781aaa8b6bccd389d6520199e68819a84969412.tar.gz
gentoo-5781aaa8b6bccd389d6520199e68819a84969412.tar.bz2
gentoo-5781aaa8b6bccd389d6520199e68819a84969412.zip
sci-biology/psipred: Remove last-rited package
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-biology/psipred/files/3.1-path.patch')
-rw-r--r--sci-biology/psipred/files/3.1-path.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-biology/psipred/files/3.1-path.patch b/sci-biology/psipred/files/3.1-path.patch
deleted file mode 100644
index 564e9c8a1ef9..000000000000
--- a/sci-biology/psipred/files/3.1-path.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff --git a/runpsipred b/runpsipred
-index 4ccf44e..34dee99 100755
---- a/runpsipred
-+++ b/runpsipred
-@@ -14,13 +14,13 @@
- set dbname = uniref90filt
-
- # Where the NCBI programs have been installed
--set ncbidir = /usr/local/bin
-+set ncbidir = @GENTOO_PORTAGE_EPREFIX@/usr/bin
-
- # Where the PSIPRED V2 programs have been installed
--set execdir = ./bin
-+set execdir = @GENTOO_PORTAGE_EPREFIX@/usr/bin
-
- # Where the PSIPRED V2 data files have been installed
--set datadir = ./data
-+set datadir = @GENTOO_PORTAGE_EPREFIX@/usr/share/psipred/data
-
- set basename = $1:r
- set rootname = $basename:t
-diff --git a/runpsipred_single b/runpsipred_single
-index 1f7680b..7bd5bc3 100755
---- a/runpsipred_single
-+++ b/runpsipred_single
-@@ -10,10 +10,10 @@
- # NOTE: Script modified to be more cluster friendly (DTJ April 2008)
-
- # Where the PSIPRED V3 programs have been installed
--set execdir = ./bin
-+set execdir = @GENTOO_PORTAGE_EPREFIX@/usr/bin
-
- # Where the PSIPRED V3 data files have been installed
--set datadir = ./data
-+set datadir = @GENTOO_PORTAGE_EPREFIX@/usr/share/psipred/data
-
- set basename = $1:r
- set rootname = $basename:t