commit:     016a54a18482b9ade330b819a0c772a2ff74da8e
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jan 15 09:54:09 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jan 15 09:54:09 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=016a54a1

 version bump, masking a crappy package until at least the Makefile's propagate 
an error code back to upstream caller, 
https://code.google.com/p/mosaik-aligner/issues/detail?id=135

Package-Manager: portage-2.2.7

---
 sci-biology/mosaik/ChangeLog                                  | 11 +++++++++--
 .../mosaik/{mosaik-2.1.33.ebuild => mosaik-2.2.3.ebuild}      | 10 ++++++++--
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/sci-biology/mosaik/ChangeLog b/sci-biology/mosaik/ChangeLog
index 87f4c4b..5116021 100644
--- a/sci-biology/mosaik/ChangeLog
+++ b/sci-biology/mosaik/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for sci-biology/mosaik
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mosaik-2.2.3 (15 Jan 2015)
+
+  15 Jan 2015; Martin Mokrejs <[email protected]>
+  +mosaik-2.2.3.ebuild, -mosaik-2.1.33.ebuild:
+   version bump, masking a crappy package until at least the Makefile's
+  propagate an error code back to upstream caller, https://code.google.com/p
+  /mosaik-aligner/issues/detail?id=135
+
   07 Jan 2014; Justin Lecher <[email protected]> mosaik-2.1.33.ebuild,
   mosaik-9999.ebuild, metadata.xml:
   Readd ebuild
@@ -33,4 +41,3 @@
   Fastq.cpp:224, Fastq.cpp:226, Fasta.cpp:258, Fasta.cpp:260, Fasta.cpp:266,
   Fasta.cpp:268, but the package itself installs and executes at least
   mosaik-1.1.0021.ebuild
-

diff --git a/sci-biology/mosaik/mosaik-2.1.33.ebuild 
b/sci-biology/mosaik/mosaik-2.2.3.ebuild
similarity index 75%
rename from sci-biology/mosaik/mosaik-2.1.33.ebuild
rename to sci-biology/mosaik/mosaik-2.2.3.ebuild
index bc26a05..6bd994b 100644
--- a/sci-biology/mosaik/mosaik-2.1.33.ebuild
+++ b/sci-biology/mosaik/mosaik-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,10 +13,16 @@ SRC_URI="
 LICENSE="GPL-2 || ( MIT )"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
+
+# https://code.google.com/p/mosaik-aligner/issues/detail?id=135
 
 S="${WORKDIR}"/MOSAIK-${PV}-source
 
+src_prepare(){
+       sed -e "s@export LDFLAGS = -Wl@#export LDFLAGS = -Wl@" -i Makefile
+}
+
 src_install() {
        dobin "${WORKDIR}"/bin/*
 

Reply via email to