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 B43811381F3 for ; Wed, 25 Sep 2013 14:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C4CBE0D81; Wed, 25 Sep 2013 14:33:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B5DFE0D7F for ; Wed, 25 Sep 2013 14:33:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBCC633ECCB for ; Wed, 25 Sep 2013 14:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 828AAE5309 for ; Wed, 25 Sep 2013 14:33:00 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1380119547.f27a3ee1061d4a2aa0d81db7863700d6a49cd507.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mira/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/mira/ChangeLog sci-biology/mira/metadata.xml sci-biology/mira/mira-4.0_rc2.ebuild X-VCS-Directories: sci-biology/mira/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f27a3ee1061d4a2aa0d81db7863700d6a49cd507 X-VCS-Branch: master Date: Wed, 25 Sep 2013 14:33:00 +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: b9126869-b345-4f72-8336-c54381d80d0b X-Archives-Hash: 9b19973beb48bfda7a42bee427c7c1bf commit: f27a3ee1061d4a2aa0d81db7863700d6a49cd507 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 25 14:32:27 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 25 14:32:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f27a3ee1 sci-biology/mira: Fix m4 macrodir location Package-Manager: portage-2.2.7 --- sci-biology/mira/ChangeLog | 4 ++++ sci-biology/mira/metadata.xml | 10 +++++----- sci-biology/mira/mira-4.0_rc2.ebuild | 8 +++++--- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sci-biology/mira/ChangeLog b/sci-biology/mira/ChangeLog index afda6bd..bd72985 100644 --- a/sci-biology/mira/ChangeLog +++ b/sci-biology/mira/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Sep 2013; Justin Lecher mira-4.0_rc2.ebuild, + metadata.xml: + Fix m4 macrodir location + *mira-3.9.15 (30 Apr 2013) 30 Apr 2013; Martin Mokrejs diff --git a/sci-biology/mira/metadata.xml b/sci-biology/mira/metadata.xml index 07b5255..2bc8930 100644 --- a/sci-biology/mira/metadata.xml +++ b/sci-biology/mira/metadata.xml @@ -1,9 +1,9 @@ - sci-biology - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + diff --git a/sci-biology/mira/mira-4.0_rc2.ebuild b/sci-biology/mira/mira-4.0_rc2.ebuild index 13df7b7..48a135a 100644 --- a/sci-biology/mira/mira-4.0_rc2.ebuild +++ b/sci-biology/mira/mira-4.0_rc2.ebuild @@ -44,9 +44,11 @@ src_prepare() { -e "s:-funroll-loops::g" \ -i configure.ac || die - ln -s config/m4 . - AT_M4DIR="config/m4" eaclocal - AT_M4DIR="config/m4" eautoreconf + sed \ + -e 's:m4:config/m4:g' \ + -i Makefile.am configure.ac || die + + eautoreconf } src_configure() {