From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/files/, sci-chemistry/coot/
Date: Wed, 15 Jun 2011 20:50:25 +0000 (UTC) [thread overview]
Message-ID: <df5c5e7ff841c1a20bb841e5c4da4dc398cfe9bc.jlec@gentoo> (raw)
commit: df5c5e7ff841c1a20bb841e5c4da4dc398cfe9bc
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 15:24:51 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 15:24:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=df5c5e7f
Updated to current HEAD
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/coot/ChangeLog | 4 ++++
sci-chemistry/coot/coot-9999.ebuild | 1 -
sci-chemistry/coot/files/9999-align.patch | 29 -----------------------------
3 files changed, 4 insertions(+), 30 deletions(-)
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index 30aec2f..2d688c2 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Jun 2011; Justin Lecher <jlec@gentoo.org> -files/9999-align.patch,
+ coot-9999.ebuild:
+ Updated to current HEAD
+
02 Jun 2011; Justin Lecher <jlec@gentoo.org> +files/9999-align.patch,
coot-9999.ebuild:
Fixes for latest HEAD
diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild
index c6c8953..bfeee1e 100644
--- a/sci-chemistry/coot/coot-9999.ebuild
+++ b/sci-chemistry/coot/coot-9999.ebuild
@@ -75,7 +75,6 @@ PATCHES=(
"${FILESDIR}"/${PV}-goocanvas.patch
"${FILESDIR}"/${PV}-include.patch
"${FILESDIR}"/${PV}-gl.patch
- "${FILESDIR}"/${PV}-align.patch
)
src_unpack() {
diff --git a/sci-chemistry/coot/files/9999-align.patch b/sci-chemistry/coot/files/9999-align.patch
deleted file mode 100644
index 17e5787..0000000
--- a/sci-chemistry/coot/files/9999-align.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: src/c-interface-mutate.cc
-===================================================================
---- src/c-interface-mutate.cc (revision 3528)
-+++ src/c-interface-mutate.cc (working copy)
-@@ -292,7 +292,9 @@
- PyObject *r = Py_False;
- if (is_valid_model_molecule(imol)) {
- std::pair<bool, std::string> p =
-- graphics_info_t::molecules[imol].find_terminal_residue_type(chain_id, resno);
-+ graphics_info_t::molecules[imol].find_terminal_residue_type(chain_id, resno,
-+ graphics_info_t::alignment_wgap,
-+ graphics_info_t::alignment_wspace);
- if (p.first) {
- r = PyString_FromString(p.second.c_str());
- }
-Index: src/c-interface-validate.cc
-===================================================================
---- src/c-interface-validate.cc (revision 3528)
-+++ src/c-interface-validate.cc (working copy)
-@@ -1653,7 +1653,8 @@
-
- if (is_valid_model_molecule(imol)) {
- std::pair<bool, std::vector<coot::chain_mutation_info_container_t> > ar =
-- graphics_info_t::molecules[imol].residue_mismatches();
-+ graphics_info_t::molecules[imol].residue_mismatches(graphics_info_t::alignment_wgap,
-+ graphics_info_t::alignment_wspace);
- if (ar.first)
- r = PyList_New(0);
- for (unsigned int ir=0; ir<ar.second.size(); ir++) {
next reply other threads:[~2011-06-15 20:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-15 20:50 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 13:40 [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/files/, sci-chemistry/coot/ Aisha Tammy
2015-09-15 13:34 Justin Lecher
2014-06-30 19:02 Justin Lecher
2013-11-25 18:48 Justin Lecher
2013-10-02 6:49 Justin Lecher
2013-09-28 9:15 Justin Lecher
2013-08-27 6:58 Justin Lecher
2013-07-22 13:29 Justin Lecher
2013-06-02 16:48 Justin Lecher
2012-07-04 7:43 Justin Lecher
2012-06-14 12:11 Justin Lecher
2012-04-25 15:26 Justin Lecher
2012-03-21 11:20 Justin Lecher
2012-02-27 7:29 Justin Lecher
2011-10-11 20:50 Justin Lecher
2011-07-16 13:45 Justin Lecher
2011-07-16 13:45 Justin Lecher
2011-06-29 13:32 Justin Lecher
2011-06-02 8:39 Justin Lecher
2011-05-28 11:50 Justin Lecher
2011-04-29 10:05 Justin Lecher
2011-04-29 10:05 Justin Lecher
2011-03-03 14:23 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=df5c5e7ff841c1a20bb841e5c4da4dc398cfe9bc.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox