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 C3C7A138A1A for ; Fri, 9 Jan 2015 17:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B396E07D4; Fri, 9 Jan 2015 17:34:26 +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 2BBAAE07D4 for ; Fri, 9 Jan 2015 17:34:25 +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 D2755340711 for ; Fri, 9 Jan 2015 17:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79F62F379 for ; Fri, 9 Jan 2015 17:34:23 +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: <1420824802.74d14fc07ea7c08a447ef8f9d5e14b360f868af2.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: 74d14fc07ea7c08a447ef8f9d5e14b360f868af2 X-VCS-Branch: master Date: Fri, 9 Jan 2015 17:34:23 +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: 979c8b74-ae5b-4c58-bb39-41546579973f X-Archives-Hash: 2641a31443f43118df62ffcf7361b327 commit: 74d14fc07ea7c08a447ef8f9d5e14b360f868af2 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jan 9 17:33:22 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jan 9 17:33:22 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=74d14fc0 use 'insinto' and not 'doins' Package-Manager: portage-2.2.7 --- sci-biology/ESTate/ChangeLog | 3 +++ sci-biology/ESTate/ESTate-0.5.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/ESTate/ChangeLog b/sci-biology/ESTate/ChangeLog index 628daf7..c5cae89 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: + use 'insinto' and not 'doins' + + 09 Jan 2015; Martin Mokrejs ESTate-0.5.ebuild: add the probability matrices 09 Jan 2015; Martin Mokrejs ESTate-0.5.ebuild: diff --git a/sci-biology/ESTate/ESTate-0.5.ebuild b/sci-biology/ESTate/ESTate-0.5.ebuild index 54704d4..7fc7970 100644 --- a/sci-biology/ESTate/ESTate-0.5.ebuild +++ b/sci-biology/ESTate/ESTate-0.5.ebuild @@ -28,7 +28,7 @@ src_install(){ doman doc/man/man1/*.1 doc/man/man7/*.7 insinto /usr/share/ESTate/etc doins etc/ESTaterc - doins /usr/share/ESTate/example + insinto /usr/share/ESTate/example doins example/embl59* example/drosophila* dodoc ANNOUNCE.txt README.txt dodoc "${DISTDIR}"/thesis.ps.gz