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 1D407138A1A for ; Fri, 9 Jan 2015 17:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1769E0828; Fri, 9 Jan 2015 17:31:00 +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 397E9E0828 for ; Fri, 9 Jan 2015 17:30:59 +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 ACB26340726 for ; Fri, 9 Jan 2015 17:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ADEDF378 for ; Fri, 9 Jan 2015 17:30:57 +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: <1420824587.72826ae7fd740933822987a2922daaa22dbb26d8.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ESTate/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ESTate/ChangeLog sci-biology/ESTate/ESTate-0.5.ebuild X-VCS-Directories: sci-biology/ESTate/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 72826ae7fd740933822987a2922daaa22dbb26d8 X-VCS-Branch: master Date: Fri, 9 Jan 2015 17:30:57 +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: 2d87b36a-7c5b-4005-9fd3-b803a14b642d X-Archives-Hash: f27b615cb9c10f8e63061101df79dfc1 commit: 72826ae7fd740933822987a2922daaa22dbb26d8 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jan 9 17:29:47 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jan 9 17:29:47 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=72826ae7 add the probability matrices Package-Manager: portage-2.2.7 --- sci-biology/ESTate/ChangeLog | 3 +++ sci-biology/ESTate/ESTate-0.5.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/sci-biology/ESTate/ChangeLog b/sci-biology/ESTate/ChangeLog index 6ae928b..628daf7 100644 --- a/sci-biology/ESTate/ChangeLog +++ b/sci-biology/ESTate/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 09 Jan 2015; Martin Mokrejs ESTate-0.5.ebuild: + add the probability matrices + + 09 Jan 2015; Martin Mokrejs ESTate-0.5.ebuild: add the PhD thesis itself as documentation *ESTate-0.5 (09 Jan 2015) diff --git a/sci-biology/ESTate/ESTate-0.5.ebuild b/sci-biology/ESTate/ESTate-0.5.ebuild index 989e5f2..54704d4 100644 --- a/sci-biology/ESTate/ESTate-0.5.ebuild +++ b/sci-biology/ESTate/ESTate-0.5.ebuild @@ -28,6 +28,8 @@ src_install(){ doman doc/man/man1/*.1 doc/man/man7/*.7 insinto /usr/share/ESTate/etc doins etc/ESTaterc + doins /usr/share/ESTate/example + doins example/embl59* example/drosophila* dodoc ANNOUNCE.txt README.txt dodoc "${DISTDIR}"/thesis.ps.gz einfo "Additionally you may want to install sci-biology/wcd which can be used by ESTate"