public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/codonw/
Date: Fri,  5 Jun 2015 06:21:39 +0000 (UTC)	[thread overview]
Message-ID: <1433485263.b227f985711f1cfb5fac1f68edcb816b5ae150d6.jlec@gentoo> (raw)

commit:     b227f985711f1cfb5fac1f68edcb816b5ae150d6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 05:52:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 06:21:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b227f985

sci-biology/codonw: Workaround file collision by appending PN to every command, bug #344713, bug #550388

Package-Manager: portage-2.2.20

 sci-biology/codonw/ChangeLog                                   |  8 +++++++-
 .../codonw/{codonw-1.4.4-r1.ebuild => codonw-1.4.4-r2.ebuild}  |  8 +++++---
 sci-biology/codonw/metadata.xml                                | 10 +++++-----
 3 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/sci-biology/codonw/ChangeLog b/sci-biology/codonw/ChangeLog
index 00b6629..ee52e96 100644
--- a/sci-biology/codonw/ChangeLog
+++ b/sci-biology/codonw/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*codonw-1.4.4-r2 (30 May 2015)
+
+  30 May 2015; Justin Lecher <jlec@gentoo.org> +codonw-1.4.4-r2.ebuild,
+  -codonw-1.4.4-r1.ebuild, metadata.xml:
+  sci-biology/codonw: Workaround file collision by appending PN to every
+  command, bug #344713, bug #550388
+
   10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
   condow-1.4.4-r1.ebuild:
   Move to EAPI=5.
@@ -14,4 +21,3 @@
 
   28 Feb 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
   New package sci-biology/codonw, ebuild written by me
-

diff --git a/sci-biology/codonw/codonw-1.4.4-r1.ebuild b/sci-biology/codonw/codonw-1.4.4-r2.ebuild
similarity index 89%
rename from sci-biology/codonw/codonw-1.4.4-r1.ebuild
rename to sci-biology/codonw/codonw-1.4.4-r2.ebuild
index 85c0c5e..99c6994 100644
--- a/sci-biology/codonw/codonw-1.4.4-r1.ebuild
+++ b/sci-biology/codonw/codonw-1.4.4-r2.ebuild
@@ -20,7 +20,8 @@ KEYWORDS="~amd64 ~x86"
 S=${WORKDIR}/codonW
 
 src_prepare() {
-	sed -e 's/$(CC) -c/& -DBSD/' \
+	sed \
+		-e 's/$(CC) -c/& -DBSD/' \
 		-e 's/$(CFLAGS)  $(objects)/$(CFLAGS) $(LDFLAGS) $(objects)/' \
 		-i Makefile || die
 }
@@ -30,10 +31,11 @@ src_compile() {
 }
 
 src_install() {
-	dobin codonw
+	local i
+	dobin ${PN}
 	# woohoo watch out for collisions
 	for i in rscu cu aau raau tidy reader cutab cutot transl bases base3s dinuc cai fop gc3s gc cbi enc; do
-		dosym codonw /usr/bin/${i}
+		dosym codonw /usr/bin/${i}-${PN}
 	done
 	dodoc *.txt
 }

diff --git a/sci-biology/codonw/metadata.xml b/sci-biology/codonw/metadata.xml
index 3302123..fc7c769 100644
--- a/sci-biology/codonw/metadata.xml
+++ b/sci-biology/codonw/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>weaver@gentoo.org</email>
-		<name>Andrey Kislyuk</name>
-	</maintainer>
-	<herd>sci-biology</herd>
+  <maintainer>
+    <email>weaver@gentoo.org</email>
+    <name>Andrey Kislyuk</name>
+  </maintainer>
+  <herd>sci-biology</herd>
 </pkgmetadata>


             reply	other threads:[~2015-06-05  6:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-05  6:21 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-19  4:45 [gentoo-commits] proj/sci:master commit in: sci-biology/codonw/ Horea Christian
2023-02-19  4:44 Horea Christian
2021-01-24 14:08 Andrew Ammerlaan
2015-11-15 18:53 Martin Mokrejs
2015-01-11  9:09 Justin Lecher
2015-01-11  9:09 Justin Lecher
2011-06-24 17:09 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=1433485263.b227f985711f1cfb5fac1f68edcb816b5ae150d6.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