aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-27 08:29:24 +0100
committerJustin Lecher <jlec@gentoo.org>2012-02-27 08:29:24 +0100
commita8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0 (patch)
tree04123e37de9b04375e9ea1375e59f00e370231d2 /sci-chemistry
parent[dev-lang/path64] update metadata.xml (diff)
downloadsci-a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.tar.gz
sci-a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.tar.bz2
sci-a8123cc7b89c5ab45e3b19f82a6f242aaacb2ed0.zip
Cleaned old patches, added goocanvas config option
(Portage version: 2.2.0_alpha89/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/coot/ChangeLog8
-rw-r--r--sci-chemistry/coot/coot-9999.ebuild5
-rw-r--r--sci-chemistry/coot/files/9999-include.patch12
-rw-r--r--sci-chemistry/coot/files/9999-lidia.patch15
4 files changed, 9 insertions, 31 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index b097d5b0d..15080873d 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Feb 2012; Justin Lecher <jlec@gentoo.org> -files/9999-include.patch,
+ -files/9999-lidia.patch, coot-9999.ebuild:
+ Cleaned old patches, added goocanvas config option
+
+ 25 Feb 2012; Justin Lecher <jlec@gentoo.org> -files/9999-include.patch,
+ -files/9999-lidia.patch, coot-9999.ebuild:
+ Cleaned old patches, added goocanvas config option
+
14 Jan 2012; Justin Lecher <jlec@gentoo.org> -Manifest, -Manifest:
Dropped Manifest
diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild
index dd204d0aa..ec0fe5616 100644
--- a/sci-chemistry/coot/coot-9999.ebuild
+++ b/sci-chemistry/coot/coot-9999.ebuild
@@ -81,9 +81,7 @@ pkg_setup() {
PATCHES=(
"${FILESDIR}"/${PV}-clipper-config.patch
- "${FILESDIR}"/${PV}-lidia.patch
"${FILESDIR}"/${PV}-goocanvas.patch
- "${FILESDIR}"/${PV}-include.patch
"${FILESDIR}"/${PV}-gl.patch
"${FILESDIR}"/${PV}-mmdb-config.patch
"${FILESDIR}"/${PV}-test.patch
@@ -113,8 +111,7 @@ src_configure() {
# Yes, this is broken behavior.
local myeconfargs=(
--includedir='${prefix}/include/coot'
- --with-gtkcanvas-prefix="${EPREFIX}/usr"
- --with-gtkgl-prefix="${EPREFIX}/usr"
+ --with-goocanvas-prefix="${EPREFIX}/usr"
--with-guile
--with-python="${EPREFIX}/usr"
--with-guile-gtk
diff --git a/sci-chemistry/coot/files/9999-include.patch b/sci-chemistry/coot/files/9999-include.patch
deleted file mode 100644
index 3076663db..000000000
--- a/sci-chemistry/coot/files/9999-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: lbg/Makefile.am
-===================================================================
---- lbg/Makefile.am (revision 3219)
-+++ lbg/Makefile.am (working copy)
-@@ -2,6 +2,7 @@
- lib_LTLIBRARIES=libcoot-lidia.la
-
- INCLUDES = \
-+ -I$(top_srcdir)/coot-utils \
- -I$(top_srcdir)/lidia-core \
- -I$(top_srcdir)/geometry \
- -I$(top_srcdir)/utils \
diff --git a/sci-chemistry/coot/files/9999-lidia.patch b/sci-chemistry/coot/files/9999-lidia.patch
deleted file mode 100644
index 207651367..000000000
--- a/sci-chemistry/coot/files/9999-lidia.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- lidia-core/Makefile.am | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/lidia-core/Makefile.am b/lidia-core/Makefile.am
-index 17d468d..78bf054 100644
---- a/lidia-core/Makefile.am
-+++ b/lidia-core/Makefile.am
-@@ -34,3 +34,7 @@ libcoot_lidia_core_la_SOURCES = lbg-molfile.cc lig-build.cc
- # test_molfile_SOURCES: test-molfile.cc
-
- # test_molfile_LDADD: libcoot-lidia-core.la
-+
-+libcoot_lidia_core_la_LIBADD = \
-+ $(top_builddir)/geometry/libcoot-geometry.la \
-+ $(MMDB_LIBS) $(CLIPPER_LIBS)