Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tophat/
Date: Tue, 28 Apr 2015 14:10:08
Message-Id: 1430225611.5cbf89b2f0459c333ffae9e526a95e40931137b4.mmokrejs@gentoo
1 commit: 5cbf89b2f0459c333ffae9e526a95e40931137b4
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Apr 28 12:53:31 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Apr 28 12:53:31 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5cbf89b2
7
8 sci-biology/tophat: try to introduce all-recursive target to make upstream 'make all' call happy
9
10 Package-Manager: portage-2.2.18
11
12 sci-biology/tophat/ChangeLog | 8 ++++++--
13 sci-biology/tophat/tophat-2.0.14.ebuild | 2 ++
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/tophat/ChangeLog b/sci-biology/tophat/ChangeLog
17 index a262a0b..6339ca9 100644
18 --- a/sci-biology/tophat/ChangeLog
19 +++ b/sci-biology/tophat/ChangeLog
20 @@ -1,7 +1,12 @@
21 # ChangeLog for sci-biology/tophat
22 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.14 2015/04/07 14:35:24 jlec Exp $
25
26 + 28 Apr 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
27 + tophat-2.0.14.ebuild:
28 + sci-biology/tophat: try to introduce all-recursive target to make upstream
29 + 'make all' call happy
30 +
31 17 Oct 2014; Sergey Popov <pinkbyte@g.o> tophat-1.0.12.ebuild:
32 Non-maintainer commit: fix building, approved by Justin Lecher
33
34 @@ -66,4 +71,3 @@
35 07 Dec 2009; Andrey Kislyuk <weaver@g.o> +metadata.xml,
36 +tophat-1.0.12.ebuild:
37 Import from Science overlay and version bump. Thanks to Philippe Veber.
38 -
39
40 diff --git a/sci-biology/tophat/tophat-2.0.14.ebuild b/sci-biology/tophat/tophat-2.0.14.ebuild
41 index 09b7ce8..1e48d7d 100644
42 --- a/sci-biology/tophat/tophat-2.0.14.ebuild
43 +++ b/sci-biology/tophat/tophat-2.0.14.ebuild
44 @@ -49,6 +49,8 @@ src_configure() {
45 }
46
47 src_install() {
48 + # introduce empty all-recursive: target in tophat-2.0.14_build/src/Makefile (BUG: does not replace?)
49 + sed -e "s#^all: all-am#all: all-am\nall-recursive: all#g" -i src/Makefile* || die
50 autotools-utils_src_install
51 python_fix_shebang "${ED}"/usr/bin/tophat
52 }