Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/ccpn/files: pipe2azara formatConverter dataShifter eci dangle analysis
Date: Sat, 06 Feb 2010 21:30:20
Message-Id: E1NdsEM-0002BL-53@stork.gentoo.org
1 jlec 10/02/06 21:30:18
2
3 Added: pipe2azara formatConverter dataShifter eci dangle
4 analysis
5 Log:
6 Initial commit
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/ccpn/files/pipe2azara
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/pipe2azara?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/pipe2azara?rev=1.1&content-type=text/plain
14
15 Index: pipe2azara
16 ===================================================================
17 #!/bin/bash
18
19 export CCPNMR_TOP_DIR=gentoo_sitedir
20 export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
21 export LD_LIBRARY_PATH=gentoolibdir
22 export TCL_LIBRARY=gentootcl
23 export TK_LIBRARY=gentootk
24 gentoopython -O ${CCPNMR_TOP_DIR}/ccpn/python/ccp/format/spectra/params/NmrPipeData.py $1 $2 $3 $4 $5 $6
25
26
27
28 1.1 sci-chemistry/ccpn/files/formatConverter
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/formatConverter?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/formatConverter?rev=1.1&content-type=text/plain
32
33 Index: formatConverter
34 ===================================================================
35 #!/bin/bash
36
37 export CCPNMR_TOP_DIR=gentoo_sitedir
38 export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
39 export LD_LIBRARY_PATH=gentoolibdir
40 export TCL_LIBRARY=gentootcl
41 export TK_LIBRARY=gentootk
42 gentoopython -O ${CCPNMR_TOP_DIR}/ccpn/python/ccpnmr/format/gui/FormatConverter.py $1 $2 $3 $4 $5 $6
43
44
45
46 1.1 sci-chemistry/ccpn/files/dataShifter
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/dataShifter?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/dataShifter?rev=1.1&content-type=text/plain
50
51 Index: dataShifter
52 ===================================================================
53 #!/bin/bash
54
55 export CCPNMR_TOP_DIR=gentoo_sitedir
56 export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
57 export LD_LIBRARY_PATH=gentoolibdir
58 export TCL_LIBRARY=gentootcl
59 export TK_LIBRARY=gentootk
60 gentoopython -O ${CCPNMR_TOP_DIR}/ccpn/python/ccpnmr/format/gui/DataShifter.py $1 $2 $3 $4 $5 $6
61
62
63
64 1.1 sci-chemistry/ccpn/files/eci
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/eci?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/eci?rev=1.1&content-type=text/plain
68
69 Index: eci
70 ===================================================================
71 #!/bin/bash
72
73 export CCPNMR_TOP_DIR=gentoo_sitedir
74 export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
75 export LD_LIBRARY_PATH=gentoolibdir
76 export TCL_LIBRARY=gentootcl
77 export TK_LIBRARY=gentootk
78 gentoopython -O ${CCPNMR_TOP_DIR}/ccpn/python/ccpnmr/eci/EntryCompletionGui.py $*
79
80
81
82 1.1 sci-chemistry/ccpn/files/dangle
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/dangle?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/dangle?rev=1.1&content-type=text/plain
86
87 Index: dangle
88 ===================================================================
89 #!/bin/bash
90
91 export CCPNMR_TOP_DIR=gentoo_sitedir
92 export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
93 export LD_LIBRARY_PATH=gentoolibdir
94 export TCL_LIBRARY=gentootcl
95 export TK_LIBRARY=gentootk
96 gentoopython -O ${CCPNMR_TOP_DIR}/ccpn/python/cambridge/dangle/DangleGui.py $1 $2 $3 $4 $5 $6
97
98
99
100 1.1 sci-chemistry/ccpn/files/analysis
101
102 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/analysis?rev=1.1&view=markup
103 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ccpn/files/analysis?rev=1.1&content-type=text/plain
104
105 Index: analysis
106 ===================================================================
107 #!/bin/bash
108
109 export CCPNMR_TOP_DIR=gentoo_sitedir
110 export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
111 export LD_LIBRARY_PATH=gentoolibdir
112 export TCL_LIBRARY=gentootcl
113 export TK_LIBRARY=gentootk
114 gentoopython -i -O ${CCPNMR_TOP_DIR}/ccpn/python/ccpnmr/analysis/AnalysisGui.py $1 $2 $3 $4 $5 $6