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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5DFA158086 for ; Wed, 3 Nov 2021 11:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FF0AE08E0; Wed, 3 Nov 2021 11:23:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED2CFE08E0 for ; Wed, 3 Nov 2021 11:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E78E9342FC1 for ; Wed, 3 Nov 2021 11:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBF82186 for ; Wed, 3 Nov 2021 11:22:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635938568.096ea2ffdf7618a613c92b458d6f7cce68606e4c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/parsec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/parsec/parsec-3.0.2012.ebuild X-VCS-Directories: sys-cluster/parsec/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 096ea2ffdf7618a613c92b458d6f7cce68606e4c X-VCS-Branch: master Date: Wed, 3 Nov 2021 11:22:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40d86c7b-3745-40e8-9b7b-5d88ccbdac6d X-Archives-Hash: f62d5a2f7aa86757e5c1f4c80828fd25 Message-ID: <20211103112259.ZF77h9OQ5PnuoCPi8WcqB1ZKdIVMTfAprqyp8TPsSoY@z> commit: 096ea2ffdf7618a613c92b458d6f7cce68606e4c Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Nov 3 11:22:38 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Nov 3 11:22:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=096ea2ff sys-cluster/parsec: shorten description Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-cluster/parsec/parsec-3.0.2012.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/parsec/parsec-3.0.2012.ebuild b/sys-cluster/parsec/parsec-3.0.2012.ebuild index 357ecf678..4e2b129a2 100644 --- a/sys-cluster/parsec/parsec-3.0.2012.ebuild +++ b/sys-cluster/parsec/parsec-3.0.2012.ebuild @@ -8,7 +8,7 @@ DOCS_DIR="docs/doxygen" inherit cmake fortran-2 docs -DESCRIPTION="Parallel Runtime Scheduler and Execution Controller for micro-tasks on distributed heterogeneous systems" +DESCRIPTION="Parallel Runtime Scheduler and Execution Controller" HOMEPAGE="https://bitbucket.org/icldistcomp/parsec" SRC_URI="https://bitbucket.org/icldistcomp/parsec/get/${P}.tar.bz2" S="${WORKDIR}/icldistcomp-${PN}-d2ae4175f072"