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 C0E651387B5 for ; Mon, 6 Jan 2014 19:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20256E0B4A; Mon, 6 Jan 2014 19:27:11 +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 82C54E0B44 for ; Mon, 6 Jan 2014 19:27:10 +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 A6C3C33F5C8 for ; Mon, 6 Jan 2014 19:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 494AFE5535 for ; Mon, 6 Jan 2014 19:27:07 +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: <1389034753.0f86f7079dec64da1b2a0318cac230dd862e1a07.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/blasr/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/blasr/ChangeLog sci-biology/blasr/blasr-9999.ebuild X-VCS-Directories: sci-biology/blasr/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0f86f7079dec64da1b2a0318cac230dd862e1a07 X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:07 +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: 50189ed0-6222-4bf6-ad88-6f8c743eb116 X-Archives-Hash: b93ed22f85e4369fe90165091f55c7ff commit: 0f86f7079dec64da1b2a0318cac230dd862e1a07 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:59:13 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:59:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0f86f707 sci-biology/blasr: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-biology/blasr/ChangeLog | 5 ++++- sci-biology/blasr/blasr-9999.ebuild | 6 ++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-biology/blasr/ChangeLog b/sci-biology/blasr/ChangeLog index 7a26c1b..6176561 100644 --- a/sci-biology/blasr/ChangeLog +++ b/sci-biology/blasr/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/blasr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher blasr-9999.ebuild: + Switch from git-2 to git-r3 + 03 Mar 2013; Justin Lecher blasr-9999.ebuild: correct license diff --git a/sci-biology/blasr/blasr-9999.ebuild b/sci-biology/blasr/blasr-9999.ebuild index 9d620ba..634535f 100644 --- a/sci-biology/blasr/blasr-9999.ebuild +++ b/sci-biology/blasr/blasr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/gatk/gatk-9999.ebuild,v 1.1 2011/10/31 21:18:17 weaver Exp $ @@ -6,7 +6,7 @@ EAPI=5 MY_HASH=885c33a -inherit git-2 +inherit git-r3 DESCRIPTION="The PacBio long read aligner" HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR" @@ -24,8 +24,6 @@ RDEPEND="" S="${WORKDIR}/blasr-${MY_HASH}" -ASSEMBLY_HOME="${D}/usr" - src_install() { dodir /usr/bin emake install ASSEMBLY_HOME="${ED}/usr" || die