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 8CBBB158020 for ; Fri, 25 Nov 2022 01:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B179E0992; Fri, 25 Nov 2022 01:32:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFA97E0992 for ; Fri, 25 Nov 2022 01:32:01 +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 0B16E340ED4 for ; Fri, 25 Nov 2022 01:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 495B3763 for ; Fri, 25 Nov 2022 01:31:59 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1669339426.4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ncdu/metadata.xml sys-fs/ncdu/ncdu-1.17.ebuild sys-fs/ncdu/ncdu-2.1.2-r1.ebuild sys-fs/ncdu/ncdu-2.2.1.ebuild sys-fs/ncdu/ncdu-2.2.ebuild X-VCS-Directories: sys-fs/ncdu/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8 X-VCS-Branch: master Date: Fri, 25 Nov 2022 01:31: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: 43968c54-4e3a-430c-8f08-0063686d1f41 X-Archives-Hash: a5661b874bc3e49d7e58adb481e8d745 commit: 4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8 Author: Eric Joldasov getgoogleoff me> AuthorDate: Thu Nov 10 03:48:37 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Nov 25 01:23:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab678e7 sys-fs/ncdu: update long description and upstream urls Signed-off-by: Eric Joldasov getgoogleoff.me> Signed-off-by: Jakov Smolić gentoo.org> sys-fs/ncdu/metadata.xml | 14 ++++++++++---- sys-fs/ncdu/ncdu-1.17.ebuild | 2 +- sys-fs/ncdu/ncdu-2.1.2-r1.ebuild | 2 +- sys-fs/ncdu/ncdu-2.2.1.ebuild | 2 +- sys-fs/ncdu/ncdu-2.2.ebuild | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml index c3151420b3a4..758625ee95a2 100644 --- a/sys-fs/ncdu/metadata.xml +++ b/sys-fs/ncdu/metadata.xml @@ -6,9 +6,15 @@ Jakov Smolić - As the name already suggests, ncdu is an NCurses version of the famous old 'du' - unix command. It provides a fast and easy interface to your harddrive. Where is - your disk space going? Why is your home directory that large? ncdu can answer - those questions for you in just a matter of seconds! + Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find + space hogs on a remote server where you don’t have an entire graphical setup + available, but it is a useful tool even on regular desktop systems. Ncdu aims + to be fast, simple and easy to use, and should be able to run in any minimal + POSIX-like environment with ncurses installed. + + https://dev.yorhel.nl/ncdu/changes2 + https://dev.yorhel.nl/ncdu/man2 + https://code.blicky.net/yorhel/ncdu/issues + diff --git a/sys-fs/ncdu/ncdu-1.17.ebuild b/sys-fs/ncdu/ncdu-1.17.ebuild index 9332aa190598..78f239da8176 100644 --- a/sys-fs/ncdu/ncdu-1.17.ebuild +++ b/sys-fs/ncdu/ncdu-1.17.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit verify-sig DESCRIPTION="NCurses Disk Usage" -HOMEPAGE="https://dev.yorhel.nl/ncdu/" +HOMEPAGE="https://dev.yorhel.nl/ncdu" SRC_URI=" https://dev.yorhel.nl/download/${P}.tar.gz verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc ) diff --git a/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild b/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild index 7cb22e137f12..2790640a7daa 100644 --- a/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild +++ b/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit verify-sig DESCRIPTION="NCurses Disk Usage" -HOMEPAGE="https://dev.yorhel.nl/ncdu/" +HOMEPAGE="https://dev.yorhel.nl/ncdu" SRC_URI=" https://dev.yorhel.nl/download/${P}.tar.gz verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc ) diff --git a/sys-fs/ncdu/ncdu-2.2.1.ebuild b/sys-fs/ncdu/ncdu-2.2.1.ebuild index d7417e9b39d5..7d14fd181da6 100644 --- a/sys-fs/ncdu/ncdu-2.2.1.ebuild +++ b/sys-fs/ncdu/ncdu-2.2.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit verify-sig DESCRIPTION="NCurses Disk Usage" -HOMEPAGE="https://dev.yorhel.nl/ncdu/" +HOMEPAGE="https://dev.yorhel.nl/ncdu" SRC_URI=" https://dev.yorhel.nl/download/${P}.tar.gz verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc ) diff --git a/sys-fs/ncdu/ncdu-2.2.ebuild b/sys-fs/ncdu/ncdu-2.2.ebuild index 7cb22e137f12..2790640a7daa 100644 --- a/sys-fs/ncdu/ncdu-2.2.ebuild +++ b/sys-fs/ncdu/ncdu-2.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit verify-sig DESCRIPTION="NCurses Disk Usage" -HOMEPAGE="https://dev.yorhel.nl/ncdu/" +HOMEPAGE="https://dev.yorhel.nl/ncdu" SRC_URI=" https://dev.yorhel.nl/download/${P}.tar.gz verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )