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 73185138CD3 for ; Sun, 24 May 2015 08:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10D87E0B34; Sun, 24 May 2015 08:14:42 +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 AAA2AE0B11 for ; Sun, 24 May 2015 08:14:41 +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 049E9340BC6 for ; Sun, 24 May 2015 08:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A71E9EE for ; Sun, 24 May 2015 08:14:38 +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: <1432233724.51078384acfa96d516c961d2b7720c5e3a6ab9b0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/salmon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/salmon/ChangeLog sci-biology/salmon/salmon-0.3.2.ebuild sci-biology/salmon/salmon-9999.ebuild X-VCS-Directories: sci-biology/salmon/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 51078384acfa96d516c961d2b7720c5e3a6ab9b0 X-VCS-Branch: master Date: Sun, 24 May 2015 08:14:38 +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: 88ae3aa5-fca6-4b9b-a6e9-b78a766b9f60 X-Archives-Hash: af1860fa74bfd1ac469cf6179c39424f commit: 51078384acfa96d516c961d2b7720c5e3a6ab9b0 Author: layman localhost> AuthorDate: Thu May 21 18:42:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu May 21 18:42:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=51078384 sci-biology/salmon: streamline ebuild Package-Manager: portage-2.2.14-prefix sci-biology/salmon/ChangeLog | 4 ++++ sci-biology/salmon/salmon-0.3.2.ebuild | 7 +------ sci-biology/salmon/salmon-9999.ebuild | 7 +------ 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/sci-biology/salmon/ChangeLog b/sci-biology/salmon/ChangeLog index 83c1c81..e3d76fd 100644 --- a/sci-biology/salmon/ChangeLog +++ b/sci-biology/salmon/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 May 2015; Michael Schubert salmon-0.3.2.ebuild, + salmon-9999.ebuild: + sci-biology/salmon: streamline ebuild + *salmon-0.3.2 (21 May 2015) *salmon-9999 (21 May 2015) diff --git a/sci-biology/salmon/salmon-0.3.2.ebuild b/sci-biology/salmon/salmon-0.3.2.ebuild index 59ab07e..0a6409e 100644 --- a/sci-biology/salmon/salmon-0.3.2.ebuild +++ b/sci-biology/salmon/salmon-0.3.2.ebuild @@ -15,9 +15,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-no-boost-static.patch" -} +PATCHES=( "${FILESDIR}"/${P}-no-boost-static.patch ) diff --git a/sci-biology/salmon/salmon-9999.ebuild b/sci-biology/salmon/salmon-9999.ebuild index e631316..5e80cc2 100644 --- a/sci-biology/salmon/salmon-9999.ebuild +++ b/sci-biology/salmon/salmon-9999.ebuild @@ -16,9 +16,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.3.2-no-boost-static.patch" -} +PATCHES=( "${FILESDIR}"/${PN}-0.3.2-no-boost-static.patch )