From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D228139694 for ; Mon, 10 Apr 2017 18:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCBDEE0DE2; Mon, 10 Apr 2017 18:58:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9AC3E0DE2 for ; Mon, 10 Apr 2017 18:58:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A494340A23 for ; Mon, 10 Apr 2017 18:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E726073E6 for ; Mon, 10 Apr 2017 18:58:11 +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: <1491850686.087ebcfe98d6654347e60cc78fbeffa072e77ac0.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/tisean/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/tisean/tisean-3.0.1.ebuild X-VCS-Directories: sci-mathematics/tisean/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 087ebcfe98d6654347e60cc78fbeffa072e77ac0 X-VCS-Branch: master Date: Mon, 10 Apr 2017 18:58:11 +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: 87dbbcd8-423c-4615-806a-f73d987fdb51 X-Archives-Hash: bcdf0f562d31e2d8068859862f379166 commit: 087ebcfe98d6654347e60cc78fbeffa072e77ac0 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Apr 10 18:58:06 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Apr 10 18:58:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=087ebcfe sci-mathematics/tisean: document two file collisions I am not familiar with the package so I cannot say how to resolve this. Package-Manager: Portage-2.3.5, Repoman-2.3.1 sci-mathematics/tisean/tisean-3.0.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/tisean/tisean-3.0.1.ebuild b/sci-mathematics/tisean/tisean-3.0.1.ebuild index 7c27ce614..f43138ee6 100644 --- a/sci-mathematics/tisean/tisean-3.0.1.ebuild +++ b/sci-mathematics/tisean/tisean-3.0.1.ebuild @@ -7,7 +7,7 @@ inherit eutils toolchain-funcs MY_P="Tisean_${PV}" -DESCRIPTION="Time series alanalytics with theory of nonliner deterministic dynamical systems" +DESCRIPTION="Time series analytics with theory of non-liner deterministic dynamical systems" HOMEPAGE=" https://github.com/heggus/Tisean http://www.mpipks-dresden.mpg.de/%7Etisean/Tisean_3.0.1/index.html" @@ -33,6 +33,9 @@ src_configure() { } src_install() { + # TODO: fix file collisions with: + # media-gfx/graphviz: /usr/bin/cluster + # media-gfx/imagemagick: /usr/bin/compare dodir /usr/bin default }