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, 27 Feb 2012 07:29:51
Message-Id: 1330327764.a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.jlec@gentoo
1 commit: a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 07:29:24 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 07:29:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a8123cc7
7
8 Cleaned old patches, added goocanvas config option
9
10 (Portage version: 2.2.0_alpha89/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/coot/ChangeLog | 8 ++++++++
14 sci-chemistry/coot/coot-9999.ebuild | 5 +----
15 sci-chemistry/coot/files/9999-include.patch | 12 ------------
16 sci-chemistry/coot/files/9999-lidia.patch | 15 ---------------
17 4 files changed, 9 insertions(+), 31 deletions(-)
18
19 diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
20 index b097d5b..1508087 100644
21 --- a/sci-chemistry/coot/ChangeLog
22 +++ b/sci-chemistry/coot/ChangeLog
23 @@ -2,6 +2,14 @@
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 27 Feb 2012; Justin Lecher <jlec@g.o> -files/9999-include.patch,
28 + -files/9999-lidia.patch, coot-9999.ebuild:
29 + Cleaned old patches, added goocanvas config option
30 +
31 + 25 Feb 2012; Justin Lecher <jlec@g.o> -files/9999-include.patch,
32 + -files/9999-lidia.patch, coot-9999.ebuild:
33 + Cleaned old patches, added goocanvas config option
34 +
35 14 Jan 2012; Justin Lecher <jlec@g.o> -Manifest, -Manifest:
36 Dropped Manifest
37
38
39 diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild
40 index dd204d0..ec0fe56 100644
41 --- a/sci-chemistry/coot/coot-9999.ebuild
42 +++ b/sci-chemistry/coot/coot-9999.ebuild
43 @@ -81,9 +81,7 @@ pkg_setup() {
44
45 PATCHES=(
46 "${FILESDIR}"/${PV}-clipper-config.patch
47 - "${FILESDIR}"/${PV}-lidia.patch
48 "${FILESDIR}"/${PV}-goocanvas.patch
49 - "${FILESDIR}"/${PV}-include.patch
50 "${FILESDIR}"/${PV}-gl.patch
51 "${FILESDIR}"/${PV}-mmdb-config.patch
52 "${FILESDIR}"/${PV}-test.patch
53 @@ -113,8 +111,7 @@ src_configure() {
54 # Yes, this is broken behavior.
55 local myeconfargs=(
56 --includedir='${prefix}/include/coot'
57 - --with-gtkcanvas-prefix="${EPREFIX}/usr"
58 - --with-gtkgl-prefix="${EPREFIX}/usr"
59 + --with-goocanvas-prefix="${EPREFIX}/usr"
60 --with-guile
61 --with-python="${EPREFIX}/usr"
62 --with-guile-gtk
63
64 diff --git a/sci-chemistry/coot/files/9999-include.patch b/sci-chemistry/coot/files/9999-include.patch
65 deleted file mode 100644
66 index 3076663..0000000
67 --- a/sci-chemistry/coot/files/9999-include.patch
68 +++ /dev/null
69 @@ -1,12 +0,0 @@
70 -Index: lbg/Makefile.am
71 -===================================================================
72 ---- lbg/Makefile.am (revision 3219)
73 -+++ lbg/Makefile.am (working copy)
74 -@@ -2,6 +2,7 @@
75 - lib_LTLIBRARIES=libcoot-lidia.la
76 -
77 - INCLUDES = \
78 -+ -I$(top_srcdir)/coot-utils \
79 - -I$(top_srcdir)/lidia-core \
80 - -I$(top_srcdir)/geometry \
81 - -I$(top_srcdir)/utils \
82
83 diff --git a/sci-chemistry/coot/files/9999-lidia.patch b/sci-chemistry/coot/files/9999-lidia.patch
84 deleted file mode 100644
85 index 2076513..0000000
86 --- a/sci-chemistry/coot/files/9999-lidia.patch
87 +++ /dev/null
88 @@ -1,15 +0,0 @@
89 - lidia-core/Makefile.am | 4 ++++
90 - 1 files changed, 4 insertions(+), 0 deletions(-)
91 -
92 -diff --git a/lidia-core/Makefile.am b/lidia-core/Makefile.am
93 -index 17d468d..78bf054 100644
94 ---- a/lidia-core/Makefile.am
95 -+++ b/lidia-core/Makefile.am
96 -@@ -34,3 +34,7 @@ libcoot_lidia_core_la_SOURCES = lbg-molfile.cc lig-build.cc
97 - # test_molfile_SOURCES: test-molfile.cc
98 -
99 - # test_molfile_LDADD: libcoot-lidia-core.la
100 -+
101 -+libcoot_lidia_core_la_LIBADD = \
102 -+ $(top_builddir)/geometry/libcoot-geometry.la \
103 -+ $(MMDB_LIBS) $(CLIPPER_LIBS)