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 117CB58973 for ; Wed, 20 Jan 2016 21:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AED221C05C; Wed, 20 Jan 2016 21:07:16 +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 E1C5A21C05C for ; Wed, 20 Jan 2016 21:07:15 +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 126D03406DD for ; Wed, 20 Jan 2016 21:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018521017 for ; Wed, 20 Jan 2016 21:07:12 +0000 (UTC) From: "Reinis Danne" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Reinis Danne" Message-ID: <1453166445.a9ab3db77039d8a6ca3b0d49db844d33cfa21205.rei4dan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/cnrun/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/cnrun/cnrun-2.0.2.ebuild sci-biology/cnrun/cnrun-2.0.3.ebuild X-VCS-Directories: sci-biology/cnrun/ X-VCS-Committer: rei4dan X-VCS-Committer-Name: Reinis Danne X-VCS-Revision: a9ab3db77039d8a6ca3b0d49db844d33cfa21205 X-VCS-Branch: master Date: Wed, 20 Jan 2016 21:07:12 +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: 5247ab18-4e51-4b51-b91e-83371e62f641 X-Archives-Hash: 809cedfdcfa94cf98133b66f6d395acc commit: a9ab3db77039d8a6ca3b0d49db844d33cfa21205 Author: Andrei Zavada gmail com> AuthorDate: Sun Jan 17 00:50:39 2016 +0000 Commit: Reinis Danne gmail com> CommitDate: Tue Jan 19 01:20:45 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9ab3db7 sci-biology/cnrun: bump version, remove old (which was buggy) also shorten description to make it repoman clean sci-biology/cnrun/{cnrun-2.0.2.ebuild => cnrun-2.0.3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/cnrun/cnrun-2.0.2.ebuild b/sci-biology/cnrun/cnrun-2.0.3.ebuild similarity index 73% rename from sci-biology/cnrun/cnrun-2.0.2.ebuild rename to sci-biology/cnrun/cnrun-2.0.3.ebuild index 50dc815..862ce28 100644 --- a/sci-biology/cnrun/cnrun-2.0.2.ebuild +++ b/sci-biology/cnrun/cnrun-2.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -DESCRIPTION="A NeuroML-enabled, neuronal network simulator w/ conductance- and rate-based HH neurons" +DESCRIPTION="A NeuroML-enabled, precise but slow neuronal network simulator" HOMEPAGE="http://johnhommer.com/academic/code/cnrun" SRC_URI="http://johnhommer.com/academic/code/cnrun/source/${P}.tar.xz"