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 E3F391392E8 for ; Sat, 24 Jul 2021 15:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED5BCE0C38; Sat, 24 Jul 2021 15:54:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D061EE0C38 for ; Sat, 24 Jul 2021 15:54:01 +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 08234342CC2 for ; Sat, 24 Jul 2021 15:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AFAF7F3 for ; Sat, 24 Jul 2021 15:53: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: <1627142023.3849dad3c09b7e2dff4c648061d495c9d776348f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/spectral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/spectral/spectral-3.4.1.ebuild X-VCS-Directories: sys-cluster/spectral/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3849dad3c09b7e2dff4c648061d495c9d776348f X-VCS-Branch: dev Date: Sat, 24 Jul 2021 15:53: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: 1ccbfc0e-c3aa-42e0-9d9c-864f84f6fff0 X-Archives-Hash: d9c81e336f50100fec20ab5fc15d7605 commit: 3849dad3c09b7e2dff4c648061d495c9d776348f Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 24 15:53:43 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 15:53:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3849dad3 sys-cluster/spectral: shorten description Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-cluster/spectral/spectral-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/spectral/spectral-3.4.1.ebuild b/sys-cluster/spectral/spectral-3.4.1.ebuild index 0f15f65f4..ccef984c5 100644 --- a/sys-cluster/spectral/spectral-3.4.1.ebuild +++ b/sys-cluster/spectral/spectral-3.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic -DESCRIPTION="Signal processing techniques to select representative regions from Paraver traces" +DESCRIPTION="Signal processing to select representative regions from Paraver traces" HOMEPAGE="https://github.com/bsc-performance-tools/spectral" SRC_URI="https://ftp.tools.bsc.es/spectral/spectral-${PV}-src.tar.bz2" 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 1F9D8139345 for ; Sat, 24 Jul 2021 15:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537A6E0DB8; Sat, 24 Jul 2021 15:58:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D2D7E0DBE for ; Sat, 24 Jul 2021 15:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E970342D2E for ; Sat, 24 Jul 2021 15:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C83AD85B for ; Sat, 24 Jul 2021 15:58:06 +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: <1627142023.3849dad3c09b7e2dff4c648061d495c9d776348f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/spectral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/spectral/spectral-3.4.1.ebuild X-VCS-Directories: sys-cluster/spectral/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3849dad3c09b7e2dff4c648061d495c9d776348f X-VCS-Branch: master Date: Sat, 24 Jul 2021 15:58:06 +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: 6281c5ed-1632-4df9-9ac4-d258912b5b34 X-Archives-Hash: 678835991c55c61c1386cadc19553fb2 Message-ID: <20210724155806.j37pJw1EKvJTEcK5Uts6ZRWB60D2z9XQUgU9_Xqt3nM@z> commit: 3849dad3c09b7e2dff4c648061d495c9d776348f Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 24 15:53:43 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 15:53:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3849dad3 sys-cluster/spectral: shorten description Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-cluster/spectral/spectral-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/spectral/spectral-3.4.1.ebuild b/sys-cluster/spectral/spectral-3.4.1.ebuild index 0f15f65f4..ccef984c5 100644 --- a/sys-cluster/spectral/spectral-3.4.1.ebuild +++ b/sys-cluster/spectral/spectral-3.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic -DESCRIPTION="Signal processing techniques to select representative regions from Paraver traces" +DESCRIPTION="Signal processing to select representative regions from Paraver traces" HOMEPAGE="https://github.com/bsc-performance-tools/spectral" SRC_URI="https://ftp.tools.bsc.es/spectral/spectral-${PV}-src.tar.bz2"