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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15C8815800F for ; Sun, 5 Feb 2023 20:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7AFE077F; Sun, 5 Feb 2023 20:00:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 453A1E077F for ; Sun, 5 Feb 2023 20:00:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 63EF9335DA3 for ; Sun, 5 Feb 2023 20:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3B807FB for ; Sun, 5 Feb 2023 20:00:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675627192.5fdefb280cc1c1f7d456bbf0c246f99d48f88f6f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-3.2.1-r2.ebuild sys-process/htop/htop-3.2.2.ebuild sys-process/htop/htop-9999.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5fdefb280cc1c1f7d456bbf0c246f99d48f88f6f X-VCS-Branch: master Date: Sun, 5 Feb 2023 20:00:05 +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: 5b5fd421-d885-4184-b401-ca1900ed3009 X-Archives-Hash: 1ed4c8e6256d3d11359d6bcdf0f94cfc commit: 5fdefb280cc1c1f7d456bbf0c246f99d48f88f6f Author: Sam James gentoo org> AuthorDate: Sun Feb 5 19:59:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 5 19:59:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdefb28 sys-process/htop: tweak DESCRIPTION Signed-off-by: Sam James gentoo.org> sys-process/htop/htop-3.2.1-r2.ebuild | 2 +- sys-process/htop/htop-3.2.2.ebuild | 2 +- sys-process/htop/htop-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/htop/htop-3.2.1-r2.ebuild b/sys-process/htop/htop-3.2.1-r2.ebuild index 6814598d8439..3d2a6b0bdd42 100644 --- a/sys-process/htop/htop-3.2.1-r2.ebuild +++ b/sys-process/htop/htop-3.2.1-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) # htop which is often used on headless machines. bug #787470 inherit linux-info optfeature python-any-r1 xdg-utils -DESCRIPTION="interactive process viewer" +DESCRIPTION="Interactive process viewer" HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop" if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/htop-dev/htop.git" diff --git a/sys-process/htop/htop-3.2.2.ebuild b/sys-process/htop/htop-3.2.2.ebuild index 7080f7e4ba08..308bba2b8c3c 100644 --- a/sys-process/htop/htop-3.2.2.ebuild +++ b/sys-process/htop/htop-3.2.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) # htop which is often used on headless machines. bug #787470 inherit linux-info optfeature python-any-r1 xdg-utils -DESCRIPTION="interactive process viewer" +DESCRIPTION="Interactive process viewer" HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop" if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/htop-dev/htop.git" diff --git a/sys-process/htop/htop-9999.ebuild b/sys-process/htop/htop-9999.ebuild index 7080f7e4ba08..308bba2b8c3c 100644 --- a/sys-process/htop/htop-9999.ebuild +++ b/sys-process/htop/htop-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) # htop which is often used on headless machines. bug #787470 inherit linux-info optfeature python-any-r1 xdg-utils -DESCRIPTION="interactive process viewer" +DESCRIPTION="Interactive process viewer" HOMEPAGE="https://htop.dev/ https://github.com/htop-dev/htop" if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/htop-dev/htop.git"