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 EC110138C9D for ; Fri, 17 Apr 2015 23:56:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B4FE086E; Fri, 17 Apr 2015 23:56:40 +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 0802BE086E for ; Fri, 17 Apr 2015 23:56:39 +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 2D50B3409D0 for ; Fri, 17 Apr 2015 23:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F48116273 for ; Fri, 17 Apr 2015 23:56:33 +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: <1429311385.1f9f01bf43c806a85a6df72031d4c1dd1d5fdad4.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ORFcor/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ORFcor/ChangeLog sci-biology/ORFcor/ORFcor-20130507.ebuild X-VCS-Directories: sci-biology/ORFcor/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 1f9f01bf43c806a85a6df72031d4c1dd1d5fdad4 X-VCS-Branch: master Date: Fri, 17 Apr 2015 23:56:33 +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: 50b6eef1-e4f7-4049-be10-437b72ea350c X-Archives-Hash: a0c6a8f1099866d06ca607a7b0ac0d2b commit: 1f9f01bf43c806a85a6df72031d4c1dd1d5fdad4 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Apr 17 22:56:25 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Apr 17 22:56:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f9f01bf sci-biology/ORFcor: more cleanup Package-Manager: portage-2.2.18 sci-biology/ORFcor/ChangeLog | 4 ++++ sci-biology/ORFcor/ORFcor-20130507.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-biology/ORFcor/ChangeLog b/sci-biology/ORFcor/ChangeLog index 7119777..86b3882 100644 --- a/sci-biology/ORFcor/ChangeLog +++ b/sci-biology/ORFcor/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Apr 2015; Martin Mokrejs + ORFcor-20130507.ebuild: + sci-biology/ORFcor: more cleanup + *ORFcor-20130507 (09 Mar 2015) 09 Mar 2015; Martin Mokrejs diff --git a/sci-biology/ORFcor/ORFcor-20130507.ebuild b/sci-biology/ORFcor/ORFcor-20130507.ebuild index ad9c638..f338df0 100644 --- a/sci-biology/ORFcor/ORFcor-20130507.ebuild +++ b/sci-biology/ORFcor/ORFcor-20130507.ebuild @@ -14,9 +14,9 @@ KEYWORDS="~amd64" IUSE="" DEPEND="dev-lang/perl - sci-biology/hmmer sci-biology/muscle dev-perl/Parallel-ForkManager" + # >=sci-biology/hmmer-3.0 RDEPEND="${DEPEND}" S="${WORKDIR}"/ORFcor @@ -24,4 +24,8 @@ S="${WORKDIR}"/ORFcor src_install(){ dobin *.pl dodoc README + insinto /usr/share/${PN} + doins 31_HMM* + insinto /usr/share/${PN}/test_data + doins test_data/* }