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: Wed, 02 Oct 2013 06:49:23
Message-Id: 1380696555.1639fbdaa00e3a3f8bd4c4f0e9386bf0d73a6cde.jlec@gentoo
1 commit: 1639fbdaa00e3a3f8bd4c4f0e9386bf0d73a6cde
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 06:49:15 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 06:49:15 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1639fbda
7
8 sci-chemistry/coot: Update patch for 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 | 52 ++++++++++++++++------------------
15 2 files changed, 28 insertions(+), 27 deletions(-)
16
17 diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
18 index 2d2b7c3..d1c9584 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 + 02 Oct 2013; Justin Lecher <jlec@g.o> files/9999-pc.patch:
26 + Update patch for HEAD
27 +
28 21 Sep 2013; Justin Lecher <jlec@g.o> files/9999-pc.patch:
29 Adjust pc patch 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 2f97194..7f85532 100644
34 --- a/sci-chemistry/coot/files/9999-pc.patch
35 +++ b/sci-chemistry/coot/files/9999-pc.patch
36 @@ -262,7 +262,9 @@ 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 -index d0651db..d4e0bf8 100755
41 +old mode 100755
42 +new mode 100644
43 +index d0651db..d4e0bf8
44 --- a/ccp4mg-utils/mmut/Makefile.am
45 +++ b/ccp4mg-utils/mmut/Makefile.am
46 @@ -70,9 +70,9 @@ INCLUDES = \
47 @@ -279,7 +281,9 @@ index d0651db..d4e0bf8 100755
48 # $(WITH_SCRIPT_CFLAGS)
49
50 diff --git a/ccp4mg-utils/pygl/Makefile.am b/ccp4mg-utils/pygl/Makefile.am
51 -index a7e68b5..e26a6c8 100755
52 +old mode 100755
53 +new mode 100644
54 +index a7e68b5..e26a6c8
55 --- a/ccp4mg-utils/pygl/Makefile.am
56 +++ b/ccp4mg-utils/pygl/Makefile.am
57 @@ -108,9 +108,9 @@ INCLUDES = \
58 @@ -296,7 +300,9 @@ index a7e68b5..e26a6c8 100755
59 # $(WITH_SCRIPT_CFLAGS)
60
61 diff --git a/ccp4mg-utils/util/Makefile.am b/ccp4mg-utils/util/Makefile.am
62 -index 399f453..3d2ff55 100755
63 +old mode 100755
64 +new mode 100644
65 +index 399f453..3d2ff55
66 --- a/ccp4mg-utils/util/Makefile.am
67 +++ b/ccp4mg-utils/util/Makefile.am
68 @@ -73,9 +73,9 @@ INCLUDES = \
69 @@ -799,35 +805,27 @@ index de8ab65..4c1b418 100644
70
71 ])
72 diff --git a/macros/goo-canvas.m4 b/macros/goo-canvas.m4
73 -index 30fdcb9..3e4c0c6 100644
74 +index e2494a5..cf96688 100644
75 --- a/macros/goo-canvas.m4
76 +++ b/macros/goo-canvas.m4
77 -@@ -36,9 +36,9 @@ if test x$goocanvas_prefix != x; then
78 +@@ -35,7 +35,7 @@ if test x$goocanvas_prefix != x; then
79 + # SGI compiler CC (CXX=CC) needs -lm to link maths library, but
80 # GCC c++ does not.
81 #
82 - if test -e $goocanvas_prefix/lib/libgoocanvas.la ; then
83 -- GOOCANVAS_LDOPTS="$goocanvas_prefix/lib/libgoocanvas.la"
84 -+ GOOCANVAS_LIBS="$goocanvas_prefix/lib/libgoocanvas.la"
85 - else
86 -- GOOCANVAS_LDOPTS="-L$goocanvas_prefix/lib -lgoocanvas"
87 -+ GOOCANVAS_LIBS="-L$goocanvas_prefix/lib -lgoocanvas"
88 - fi
89 +- GOOCANVAS_LDOPTS="-L$goocanvas_prefix/lib -lgoocanvas"
90 ++ GOOCANVAS_LIBS="-L$goocanvas_prefix/lib -lgoocanvas"
91 +
92 else
93 # the compiler looks in the "standard" places for GOOCANVAS. (or uses pkgconfig)
94 -@@ -57,19 +57,19 @@ else
95 +@@ -54,15 +54,15 @@ else
96 break;;
97 esac
98 - if test -e /usr/lib/libgoocanvas.la ; then
99 -- GOOCANVAS_LDOPTS="libgoocanvas.la"
100 -+ GOOCANVAS_LIBS="libgoocanvas.la"
101 + if test -z "${PKG_CONFIG}"; then
102 +- GOOCANVAS_LDOPTS="-lgoocanvas"
103 ++ GOOCANVAS_LIBS="-lgoocanvas"
104 else
105 - if test -z "${PKG_CONFIG}"; then
106 -- GOOCANVAS_LDOPTS="-lgoocanvas"
107 -+ GOOCANVAS_LIBS="-lgoocanvas"
108 - else
109 -- GOOCANVAS_LDOPTS=`$PKG_CONFIG goocanvas --libs`
110 -+ GOOCANVAS_LIBS=`$PKG_CONFIG goocanvas --libs`
111 - fi
112 +- GOOCANVAS_LDOPTS=`$PKG_CONFIG goocanvas --libs`
113 ++ GOOCANVAS_LIBS=`$PKG_CONFIG goocanvas --libs`
114 fi
115 fi
116
117 @@ -836,9 +834,9 @@ index 30fdcb9..3e4c0c6 100644
118 -LIBS="$saved_LIBS $GOOCANVAS_LDOPTS $GTK_LIBS"
119 +LIBS="$saved_LIBS $GOOCANVAS_LIBS $GTK_LIBS"
120 CXXFLAGS="$saved_CXXFLAGS $GOOCANVAS_CFLAGS $GTK_CFLAGS"
121 - #
122 - # AC_TRY_LINK uses the c compiler (set by AC_LANG), so we will
123 -@@ -95,7 +95,7 @@ AC_MSG_RESULT($have_goocanvas)
124 +
125 +
126 +@@ -96,7 +96,7 @@ AC_MSG_RESULT($have_goocanvas)
127 if test x$have_goocanvas = xyes; then
128
129 GOOCANVAS_CFLAGS="$GOOCANVAS_CFLAGS"
130 @@ -1028,7 +1026,7 @@ index af5276b..d0ab482 100644
131 $(GLOB_CFLAGS) \
132 $(CURL_CFLAGS)
133 diff --git a/surface/Makefile.am b/surface/Makefile.am
134 -index 8cb8432..d82e6ff 100644
135 +index 3de5953..2461f58 100644
136 --- a/surface/Makefile.am
137 +++ b/surface/Makefile.am
138 @@ -1,5 +1,5 @@