diff options
author | Eric Joldasov <bratishkaerik@getgoogleoff.me> | 2022-11-10 09:48:37 +0600 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-25 02:23:46 +0100 |
commit | 4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8 (patch) | |
tree | fbf40af1198430ac6feed251d41c4e36de24318e /sys-fs/ncdu | |
parent | sys-fs/ncdu-bin: add verify-sig integration (diff) | |
download | gentoo-4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8.tar.gz gentoo-4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8.tar.bz2 gentoo-4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8.zip |
sys-fs/ncdu: update long description and upstream urls
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs/ncdu')
-rw-r--r-- | sys-fs/ncdu/metadata.xml | 14 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.17.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-2.1.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-2.2.1.ebuild | 2 | ||||
-rw-r--r-- | 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 @@ <name>Jakov Smolić</name> </maintainer> <longdescription> - 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. </longdescription> + <upstream> + <changelog>https://dev.yorhel.nl/ncdu/changes2</changelog> + <doc lang="en">https://dev.yorhel.nl/ncdu/man2</doc> + <bugs-to>https://code.blicky.net/yorhel/ncdu/issues</bugs-to> + </upstream> </pkgmetadata> 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 ) |