Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/files/, sci-chemistry/coot/
Date: Sat, 28 Sep 2013 09:15:11
Message-Id: 1380359219.4e20152045ceb0f0a851b14fe5e867c844e97b73.jlec@gentoo
1 commit: 4e20152045ceb0f0a851b14fe5e867c844e97b73
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 09:23:14 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 09:06:59 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4e201520
7
8 sci-chemistry/coot: Adjust pc patch for latest head
9
10 Package-Manager: portage-2.2.6
11
12 ---
13 sci-chemistry/coot/ChangeLog | 3 +++
14 sci-chemistry/coot/files/9999-pc.patch | 42 +++++++++++++++-------------------
15 2 files changed, 21 insertions(+), 24 deletions(-)
16
17 diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
18 index 43da818..2d2b7c3 100644
19 --- a/sci-chemistry/coot/ChangeLog
20 +++ b/sci-chemistry/coot/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 21 Sep 2013; Justin Lecher <jlec@g.o> files/9999-pc.patch:
26 + Adjust pc patch for latest head
27 +
28 19 Sep 2013; Justin Lecher <jlec@g.o> coot-9999.ebuild:
29 Clean for latest HEAD
30
31
32 diff --git a/sci-chemistry/coot/files/9999-pc.patch b/sci-chemistry/coot/files/9999-pc.patch
33 index 16e899f..2f97194 100644
34 --- a/sci-chemistry/coot/files/9999-pc.patch
35 +++ b/sci-chemistry/coot/files/9999-pc.patch
36 @@ -313,7 +313,7 @@ index 399f453..3d2ff55 100755
37 # $(WITH_SCRIPT_CFLAGS)
38
39 diff --git a/configure.in b/configure.in
40 -index 5928c3c..9e235b5 100644
41 +index cc549a5..d56f856 100644
42 --- a/configure.in
43 +++ b/configure.in
44 @@ -108,14 +108,18 @@ esac
45 @@ -357,15 +357,15 @@ index 5928c3c..9e235b5 100644
46 + fi
47 + ])
48
49 - AC_ARG_WITH(enterprise-tools, [ --with-enterprise-tools with optional complicated/experimental ligand-related dependencies ],
50 - coot_enterprise_additions="true",
51 + AC_ARG_WITH(enhanced-ligand-tools, [ --with-enhanced-ligand-tools with optional complicated/experimental ligand-related dependencies ],
52 + coot_enhanced_ligand_additions="true",
53 diff --git a/coords/Makefile.am b/coords/Makefile.am
54 -index 009841e..7687d56 100644
55 +index 05fdf70..1e1c5d2 100644
56 --- a/coords/Makefile.am
57 +++ b/coords/Makefile.am
58 @@ -29,7 +29,7 @@ INCLUDES = \
59 -I$(top_srcdir) \
60 - $(ENTERPRISE_TOOLS_CFLAGS) \
61 + $(ENHANCED_LIGAND_TOOLS_CFLAGS) \
62 $(RDKIT_CXXFLAGS) \
63 - $(CLIPPER_CXXFLAGS) $(MMDB_CXXFLAGS)
64 + $(CLIPPER_CFLAGS) $(MMDB_CFLAGS)
65 @@ -443,7 +443,7 @@ index 3a85b9e..1a11cdf 100644
66 pkginclude_HEADERS = db-main.hh db-strands.hh
67 pkgincludedir = $(includedir)/coot/db-main
68 diff --git a/db-main/Makefile.simple b/db-main/Makefile.simple
69 -index cec561d..31d35a0 100644
70 +index cec561d..c207a43 100644
71 --- a/db-main/Makefile.simple
72 +++ b/db-main/Makefile.simple
73 @@ -19,7 +19,7 @@ CLIPPER = $(HOME)/crystal
74 @@ -463,7 +463,7 @@ index cec561d..31d35a0 100644
75 +CLIPPER_CFLAGS = -I$(CLIPPER)/include -I$(MCCP4)/include
76
77 -INCLUDES = $(CLIPPER_CXXFLAGS) $(MCCP4_CFLAGS) $(MMDB_CXXFLAGS) -I../mini-mol
78 -+INCLUDES = $(CLIPPER_CFLAGS) $(MCCP4_CFLAGS) $(MMDB_CFLAGS) -I$(top_srcdir)/mini-mol
79 ++INCLUDES = $(CLIPPER_CFLAGS) $(MCCP4_CFLAGS) $(MMDB_CFLAGS) -I../mini-mol
80
81 CXXFLAGS = -g $(INCLUDES)
82 LDFLAGS = -static -L../mini-mol -lcoot-mini-mol $(CLIPPER_LIBS) $(MMDB_LIBS)
83 @@ -584,7 +584,7 @@ index 3c32c3c..0abd514 100644
84 -I$(top_srcdir)/geometry
85
86 diff --git a/lbg/Makefile.am b/lbg/Makefile.am
87 -index 12d4ca6..5367e39 100644
88 +index df74b90..7f54567 100644
89 --- a/lbg/Makefile.am
90 +++ b/lbg/Makefile.am
91 @@ -6,7 +6,7 @@ INCLUDES = \
92 @@ -594,7 +594,7 @@ index 12d4ca6..5367e39 100644
93 - $(CLIPPER_CXXFLAGS) $(CCP4SRS_CXXFLAGS) $(MMDB_CXXFLAGS) \
94 + $(CLIPPER_CFLAGS) $(CCP4SRS_CXXFLAGS) $(MMDB_CFLAGS) \
95 $(COOT_WINDOWS_CFLAGS) \
96 - $(ENTERPRISE_TOOLS_CFLAGS) \
97 + $(ENHANCED_LIGAND_TOOLS_CFLAGS) \
98 $(RDKIT_CXXFLAGS) \
99 diff --git a/lbg/Makefile.simple b/lbg/Makefile.simple
100 index 48d091b..5b148b4 100644
101 @@ -624,7 +624,7 @@ index 48d091b..5b148b4 100644
102
103 lbg: lbg.o wmolecule.o lbg-callbacks.o lbg-search.o some-coot-utils.o residue-circles.o
104 diff --git a/lidia-core/Makefile.am b/lidia-core/Makefile.am
105 -index 2fcb96b..201ceb0 100644
106 +index 72b28ca..2a184b4 100644
107 --- a/lidia-core/Makefile.am
108 +++ b/lidia-core/Makefile.am
109 @@ -24,13 +24,13 @@ pkgincludedir = $(includedir)/coot/lidia-core
110 @@ -636,7 +636,7 @@ index 2fcb96b..201ceb0 100644
111 #
112 INCLUDES = \
113 -I$(top_srcdir) \
114 - $(ENTERPRISE_TOOLS_CFLAGS) \
115 + $(ENHANCED_LIGAND_TOOLS_CFLAGS) \
116 $(RDKIT_CXXFLAGS) \
117 - $(CLIPPER_CXXFLAGS) $(MMDB_CXXFLAGS)
118 + $(CLIPPER_CFLAGS) $(MMDB_CFLAGS)
119 @@ -848,18 +848,15 @@ index 30fdcb9..3e4c0c6 100644
120 ifelse([$1], , :, [$1])
121
122 diff --git a/macros/mmdb-ssm.m4 b/macros/mmdb-ssm.m4
123 -index 25dc502..fcfde1d 100644
124 +index 25dc502..21646a5 100644
125 --- a/macros/mmdb-ssm.m4
126 +++ b/macros/mmdb-ssm.m4
127 -@@ -31,14 +31,13 @@ AC_ARG_WITH(ssmlib-prefix,
128 - AC_MSG_CHECKING([for ssm library])
129 +@@ -34,11 +34,11 @@ if test x$with_ssmlib_prefix != x; then
130
131 - if test x$with_ssmlib_prefix != x; then
132 --
133 if test -r "$with_ssmlib_prefix/include/ssm/ssm_superpose.h"; then
134
135 - MMDBSSM_CXXFLAGS="-DHAVE_SSMLIB"
136 -+ MMDBSSM_CFLAGS="-DHAVE_SSMLIB"
137 ++ MMDBSSM_CFLAGS="-DHAVE_SSMLIB"
138 # AFAICS, ssm does not put its libs in $acl_libdirstem
139 # MMDBSSM_LIBS="-L$with_ssmlib_prefix/$acl_libdirstem -lssm"
140 MMDBSSM_LIBS="-L$with_ssmlib_prefix/lib -lssm"
141 @@ -868,15 +865,12 @@ index 25dc502..fcfde1d 100644
142
143 # saved_LIBS="$LIBS"
144 # saved_CPPFLAGS="$CPPFLAGS"
145 -@@ -49,12 +48,13 @@ if test x$with_ssmlib_prefix != x; then
146 -
147 +@@ -50,11 +50,11 @@ if test x$with_ssmlib_prefix != x; then
148 else
149 AC_MSG_FAILURE([ --with-ssmlib-prefix specified but include files not found])
150 -- fi
151 + fi
152 - MMDBSSM_CXXFLAGS="$MMDBSSM_CXXFLAGS $ac_MMDBSSM_CXXFLAGS"
153 -+ fi
154 -+
155 -+ MMDBSSM_CFLAGS="$MMDBSSM_CFLAGS $ac_MMDBSSM_CFLAGS"
156 ++ MMDBSSM_CFLAGS="$MMDBSSM_CFLAGS $ac_MMDBSSM_CFLAGS"
157
158 else
159
160 @@ -1015,7 +1009,7 @@ index 54872fe..bef7d0e 100644
161 AM_CXXFLAGS = $(COOT_WINDOWS_CFLAGS)
162
163 diff --git a/src/Makefile.am b/src/Makefile.am
164 -index fe9656f..384991b 100644
165 +index af5276b..d0ab482 100644
166 --- a/src/Makefile.am
167 +++ b/src/Makefile.am
168 @@ -195,11 +195,11 @@ INCLUDES = \