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: Mon, 25 Nov 2013 18:48:28
Message-Id: 1385405256.8bc5d1aa056cdb7ad01e708ff37fc956b98374fa.jlec@gentoo
1 commit: 8bc5d1aa056cdb7ad01e708ff37fc956b98374fa
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 18:47:36 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 18:47:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8bc5d1aa
7
8 sci-chemistry/coot: Update patch for current HEAD
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-chemistry/coot/ChangeLog | 3 +++
14 sci-chemistry/coot/files/9999-pc.patch | 43 ++++++++++++++++++++--------------
15 2 files changed, 29 insertions(+), 17 deletions(-)
16
17 diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
18 index d1c9584..9baf726 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 + 25 Nov 2013; Justin Lecher <jlec@g.o> files/9999-pc.patch:
26 + Update patch for current HEAD
27 +
28 02 Oct 2013; Justin Lecher <jlec@g.o> files/9999-pc.patch:
29 Update patch for HEAD
30
31
32 diff --git a/sci-chemistry/coot/files/9999-pc.patch b/sci-chemistry/coot/files/9999-pc.patch
33 index 7f85532..32d08e1 100644
34 --- a/sci-chemistry/coot/files/9999-pc.patch
35 +++ b/sci-chemistry/coot/files/9999-pc.patch
36 @@ -262,9 +262,7 @@ index 7734f09..c58fe1d 100644
37
38 libccp4mg_utils_la_SOURCES = geomutil.cc mgtree.cc cartesian.cc \
39 diff --git a/ccp4mg-utils/mmut/Makefile.am b/ccp4mg-utils/mmut/Makefile.am
40 -old mode 100755
41 -new mode 100644
42 -index d0651db..d4e0bf8
43 +index d0651db..d4e0bf8 100755
44 --- a/ccp4mg-utils/mmut/Makefile.am
45 +++ b/ccp4mg-utils/mmut/Makefile.am
46 @@ -70,9 +70,9 @@ INCLUDES = \
47 @@ -281,9 +279,7 @@ index d0651db..d4e0bf8
48 # $(WITH_SCRIPT_CFLAGS)
49
50 diff --git a/ccp4mg-utils/pygl/Makefile.am b/ccp4mg-utils/pygl/Makefile.am
51 -old mode 100755
52 -new mode 100644
53 -index a7e68b5..e26a6c8
54 +index a7e68b5..e26a6c8 100755
55 --- a/ccp4mg-utils/pygl/Makefile.am
56 +++ b/ccp4mg-utils/pygl/Makefile.am
57 @@ -108,9 +108,9 @@ INCLUDES = \
58 @@ -300,9 +296,7 @@ index a7e68b5..e26a6c8
59 # $(WITH_SCRIPT_CFLAGS)
60
61 diff --git a/ccp4mg-utils/util/Makefile.am b/ccp4mg-utils/util/Makefile.am
62 -old mode 100755
63 -new mode 100644
64 -index 399f453..3d2ff55
65 +index 399f453..3d2ff55 100755
66 --- a/ccp4mg-utils/util/Makefile.am
67 +++ b/ccp4mg-utils/util/Makefile.am
68 @@ -73,9 +73,9 @@ INCLUDES = \
69 @@ -546,10 +540,10 @@ index cf81182..3a2af5c 100644
70 libcoot_high_res_la_SOURCES = high-res.cc coot-atom-graph.cc residue-distortions.cc \
71 sequence-assignment.cc
72 diff --git a/ideal/Makefile.am b/ideal/Makefile.am
73 -index be4dc3e..f4cc8eb 100644
74 +index e52c271..c5c8e6a 100644
75 --- a/ideal/Makefile.am
76 +++ b/ideal/Makefile.am
77 -@@ -32,11 +32,11 @@ pkgincludedir = $(includedir)/coot/ideal
78 +@@ -33,11 +33,11 @@ pkgincludedir = $(includedir)/coot/ideal
79
80 INCLUDES = \
81 -I$(top_srcdir) \
82 @@ -805,19 +799,20 @@ index de8ab65..4c1b418 100644
83
84 ])
85 diff --git a/macros/goo-canvas.m4 b/macros/goo-canvas.m4
86 -index e2494a5..cf96688 100644
87 +index e2494a5..89c908e 100644
88 --- a/macros/goo-canvas.m4
89 +++ b/macros/goo-canvas.m4
90 -@@ -35,7 +35,7 @@ if test x$goocanvas_prefix != x; then
91 +@@ -35,8 +35,7 @@ if test x$goocanvas_prefix != x; then
92 # SGI compiler CC (CXX=CC) needs -lm to link maths library, but
93 # GCC c++ does not.
94 #
95 - GOOCANVAS_LDOPTS="-L$goocanvas_prefix/lib -lgoocanvas"
96 +-
97 + GOOCANVAS_LIBS="-L$goocanvas_prefix/lib -lgoocanvas"
98 -
99 else
100 # the compiler looks in the "standard" places for GOOCANVAS. (or uses pkgconfig)
101 -@@ -54,15 +54,15 @@ else
102 +
103 +@@ -54,18 +53,16 @@ else
104 break;;
105 esac
106 if test -z "${PKG_CONFIG}"; then
107 @@ -834,9 +829,23 @@ index e2494a5..cf96688 100644
108 -LIBS="$saved_LIBS $GOOCANVAS_LDOPTS $GTK_LIBS"
109 +LIBS="$saved_LIBS $GOOCANVAS_LIBS $GTK_LIBS"
110 CXXFLAGS="$saved_CXXFLAGS $GOOCANVAS_CFLAGS $GTK_CFLAGS"
111 +-
112 +-
113 + dnl # 20130929: why do I do this? I don't remember. Using libtool
114 + dnl # in this way is not a good idea (configure makes libtool).
115 + dnl #
116 +@@ -85,18 +82,15 @@ dnl # note that we use ./libtool (running in the build dir) because $LIBTOOL
117 + dnl CXX="libtool --mode=link $CXX"
118 + dnl break;;
119 + dnl esac
120 +-
121 +-
122 + AC_LANG_PUSH(C++)
123 + AC_TRY_LINK([#include "goocanvas.h"] ,[ GooCanvas *a; ], have_goocanvas=yes, have_goocanvas=no)
124 + AC_LANG_POP
125 +-
126 + AC_MSG_RESULT($have_goocanvas)
127
128 -
129 -@@ -96,7 +96,7 @@ AC_MSG_RESULT($have_goocanvas)
130 if test x$have_goocanvas = xyes; then
131
132 GOOCANVAS_CFLAGS="$GOOCANVAS_CFLAGS"