public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/emboss/files/, sci-biology/emboss/
Date: Fri,  4 Jul 2014 16:52:24 +0000 (UTC)	[thread overview]
Message-ID: <1404492672.2ff987f23c228b8e4494df4908bbce11f9c3eec0.mmokrejs@gentoo> (raw)

commit:     2ff987f23c228b8e4494df4908bbce11f9c3eec0
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Jul  4 16:51:12 2014 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Jul  4 16:51:12 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2ff987f2

sci-biology/emboss-6.3.1_p4-r2: added a patch for 'undefined reference to c_plwid' bug #493724

Package-Manager: portage-2.2.7

---
 sci-biology/emboss/ChangeLog                                |  6 ++++++
 sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild                |  1 +
 .../files/emboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch  | 13 +++++++++++++
 3 files changed, 20 insertions(+)

diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog
index 9dd52d9..b047e8c 100644
--- a/sci-biology/emboss/ChangeLog
+++ b/sci-biology/emboss/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.61 2011/03/09 16:29:05 jlec Exp $
 
+  04 Jul 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  +files/emboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch,
+  emboss-6.3.1_p4-r2.ebuild:
+  sci-biology/emboss-6.3.1_p4-r2: added a patch for 'undefined reference to
+  c_plwid' bug #493724
+
   24 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
   emboss-6.3.1_p4-r2.ebuild:
   sci-biology/emboss-6.3.1_p4-r2: add plplot dependency, trying to get rid of a

diff --git a/sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild b/sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild
index 59a7d49..962d472 100644
--- a/sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild
+++ b/sci-biology/emboss/emboss-6.3.1_p4-r2.ebuild
@@ -42,6 +42,7 @@ src_prepare() {
 	epatch "${WORKDIR}"/${PF}.patch
 	epatch "${FILESDIR}/${PF}"_plcol.patch
 	epatch "${FILESDIR}/${PF}"_compilations-paths.patch
+	epatch "${FILESDIR}/${PF}"_rename_plwid_to_plwidth.patch
 	# cp "${FILESDIR}"/ax_lib_mysql.m4 "${S}"/m4/mysql.m4
 	emboss_src_prepare
 	autoreconf -vfi

diff --git a/sci-biology/emboss/files/emboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch b/sci-biology/emboss/files/emboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch
new file mode 100644
index 0000000..e66a696
--- /dev/null
+++ b/sci-biology/emboss/files/emboss-6.3.1_p4-r2_rename_plwid_to_plwidth.patch
@@ -0,0 +1,13 @@
+--- EMBOSS-6.3.1/ajax/graphics/ajgraph.c.ori	2014-07-04 18:25:18.000000000 +0200
++++ EMBOSS-6.3.1/ajax/graphics/ajgraph.c	2014-07-04 18:25:32.000000000 +0200
+@@ -1329,8 +1329,8 @@
+ 
+ void ajGraphicsSetPenwidth(float penwidth)
+ {
+-    ajDebug("=g= plwid(%.2f) [width]\n", penwidth);
+-    plwid((PLINT)penwidth);
++    ajDebug("=g= plwidth(%.2f) [width]\n", penwidth);
++    plwidth((PLINT)penwidth);
+ 
+     return;
+ }


             reply	other threads:[~2014-07-04 16:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-04 16:52 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-04  8:37 [gentoo-commits] proj/sci:master commit in: sci-biology/emboss/files/, sci-biology/emboss/ Justin Lecher
2013-09-16 18:42 Martin Mokrejs
2013-09-11 20:30 Martin Mokrejs
2012-07-19 20:51 Martin Mokrejs
2011-03-27 15:50 Justin Lecher
2011-03-22 19:23 Justin Lecher
2011-03-22  6:58 Justin Lecher
2011-03-21 10:54 Justin Lecher
2011-03-11  6:58 Justin Lecher
2011-03-10 19:00 Justin Lecher
2011-03-10 19:00 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=1404492672.2ff987f23c228b8e4494df4908bbce11f9c3eec0.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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