From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95E0C138C9D for ; Tue, 28 Apr 2015 14:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B04AE08EC; Tue, 28 Apr 2015 14:10:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42B09E08E9 for ; Tue, 28 Apr 2015 14:10:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A9553413D5 for ; Tue, 28 Apr 2015 12:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E32C4978 for ; Tue, 28 Apr 2015 12:54:05 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1430225611.5cbf89b2f0459c333ffae9e526a95e40931137b4.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tophat/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tophat/ChangeLog sci-biology/tophat/tophat-2.0.14.ebuild X-VCS-Directories: sci-biology/tophat/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 5cbf89b2f0459c333ffae9e526a95e40931137b4 X-VCS-Branch: master Date: Tue, 28 Apr 2015 12:54:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e75b0a46-5473-4a81-ac10-034d799f1282 X-Archives-Hash: 56e9a4cc356e4b40cab8e053f186e93b commit: 5cbf89b2f0459c333ffae9e526a95e40931137b4 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Tue Apr 28 12:53:31 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Apr 28 12:53:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5cbf89b2 sci-biology/tophat: try to introduce all-recursive target to make upstream 'make all' call happy Package-Manager: portage-2.2.18 sci-biology/tophat/ChangeLog | 8 ++++++-- sci-biology/tophat/tophat-2.0.14.ebuild | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sci-biology/tophat/ChangeLog b/sci-biology/tophat/ChangeLog index a262a0b..6339ca9 100644 --- a/sci-biology/tophat/ChangeLog +++ b/sci-biology/tophat/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-biology/tophat -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/tophat/ChangeLog,v 1.14 2015/04/07 14:35:24 jlec Exp $ + 28 Apr 2015; Martin Mokrejs + tophat-2.0.14.ebuild: + sci-biology/tophat: try to introduce all-recursive target to make upstream + 'make all' call happy + 17 Oct 2014; Sergey Popov tophat-1.0.12.ebuild: Non-maintainer commit: fix building, approved by Justin Lecher @@ -66,4 +71,3 @@ 07 Dec 2009; Andrey Kislyuk +metadata.xml, +tophat-1.0.12.ebuild: Import from Science overlay and version bump. Thanks to Philippe Veber. - diff --git a/sci-biology/tophat/tophat-2.0.14.ebuild b/sci-biology/tophat/tophat-2.0.14.ebuild index 09b7ce8..1e48d7d 100644 --- a/sci-biology/tophat/tophat-2.0.14.ebuild +++ b/sci-biology/tophat/tophat-2.0.14.ebuild @@ -49,6 +49,8 @@ src_configure() { } src_install() { + # introduce empty all-recursive: target in tophat-2.0.14_build/src/Makefile (BUG: does not replace?) + sed -e "s#^all: all-am#all: all-am\nall-recursive: all#g" -i src/Makefile* || die autotools-utils_src_install python_fix_shebang "${ED}"/usr/bin/tophat }