Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/trf-bin/
Date: Tue, 31 Jan 2017 17:42:24
Message-Id: 1485884528.b76cf5c916507cdfbbff2f66eff61a52c4e896cb.mmokrejs@gentoo
1 commit: b76cf5c916507cdfbbff2f66eff61a52c4e896cb
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Jan 31 17:42:08 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Jan 31 17:42:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b76cf5c9
7
8 sci-biology/trf-bin: reintroduce a symlink from /opt/bin/$MY_PN
9
10 The /opt/$MY_PN/bin/ is not in PATH by default so helps other
11 tools to find trf installation easily
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 sci-biology/trf-bin/trf-bin-4.09.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sci-biology/trf-bin/trf-bin-4.09.ebuild b/sci-biology/trf-bin/trf-bin-4.09.ebuild
19 index 11fae9c..facc411 100644
20 --- a/sci-biology/trf-bin/trf-bin-4.09.ebuild
21 +++ b/sci-biology/trf-bin/trf-bin-4.09.ebuild
22 @@ -38,6 +38,7 @@ src_unpack() {
23 src_install() {
24 exeinto /opt/"${MY_PN}"/bin
25 doexe "${MY_PN}"
26 + dosym /opt/"${MY_PN}"/bin/"${MY_PN}" /opt/bin/"${MY_PN}"
27 # GTK version (http://tandem.bu.edu/trf/downloads/trf400.linuxgtk.exe) has broken linking
28 #if use gtk; then
29 # doexe trf400.linuxgtk.exe