Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/
Date: Fri, 25 Nov 2022 01:32:03
Message-Id: 1669339426.4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8.jsmolic@gentoo
1 commit: 4ab678e7d35dc6088de6cfc4f822ed7c8e0306f8
2 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Thu Nov 10 03:48:37 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 25 01:23:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab678e7
7
8 sys-fs/ncdu: update long description and upstream urls
9
10 Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sys-fs/ncdu/metadata.xml | 14 ++++++++++----
14 sys-fs/ncdu/ncdu-1.17.ebuild | 2 +-
15 sys-fs/ncdu/ncdu-2.1.2-r1.ebuild | 2 +-
16 sys-fs/ncdu/ncdu-2.2.1.ebuild | 2 +-
17 sys-fs/ncdu/ncdu-2.2.ebuild | 2 +-
18 5 files changed, 14 insertions(+), 8 deletions(-)
19
20 diff --git a/sys-fs/ncdu/metadata.xml b/sys-fs/ncdu/metadata.xml
21 index c3151420b3a4..758625ee95a2 100644
22 --- a/sys-fs/ncdu/metadata.xml
23 +++ b/sys-fs/ncdu/metadata.xml
24 @@ -6,9 +6,15 @@
25 <name>Jakov Smolić</name>
26 </maintainer>
27 <longdescription>
28 - As the name already suggests, ncdu is an NCurses version of the famous old 'du'
29 - unix command. It provides a fast and easy interface to your harddrive. Where is
30 - your disk space going? Why is your home directory that large? ncdu can answer
31 - those questions for you in just a matter of seconds!
32 + Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find
33 + space hogs on a remote server where you don’t have an entire graphical setup
34 + available, but it is a useful tool even on regular desktop systems. Ncdu aims
35 + to be fast, simple and easy to use, and should be able to run in any minimal
36 + POSIX-like environment with ncurses installed.
37 </longdescription>
38 + <upstream>
39 + <changelog>https://dev.yorhel.nl/ncdu/changes2</changelog>
40 + <doc lang="en">https://dev.yorhel.nl/ncdu/man2</doc>
41 + <bugs-to>https://code.blicky.net/yorhel/ncdu/issues</bugs-to>
42 + </upstream>
43 </pkgmetadata>
44
45 diff --git a/sys-fs/ncdu/ncdu-1.17.ebuild b/sys-fs/ncdu/ncdu-1.17.ebuild
46 index 9332aa190598..78f239da8176 100644
47 --- a/sys-fs/ncdu/ncdu-1.17.ebuild
48 +++ b/sys-fs/ncdu/ncdu-1.17.ebuild
49 @@ -6,7 +6,7 @@ EAPI=8
50 inherit verify-sig
51
52 DESCRIPTION="NCurses Disk Usage"
53 -HOMEPAGE="https://dev.yorhel.nl/ncdu/"
54 +HOMEPAGE="https://dev.yorhel.nl/ncdu"
55 SRC_URI="
56 https://dev.yorhel.nl/download/${P}.tar.gz
57 verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )
58
59 diff --git a/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild b/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild
60 index 7cb22e137f12..2790640a7daa 100644
61 --- a/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild
62 +++ b/sys-fs/ncdu/ncdu-2.1.2-r1.ebuild
63 @@ -6,7 +6,7 @@ EAPI=8
64 inherit verify-sig
65
66 DESCRIPTION="NCurses Disk Usage"
67 -HOMEPAGE="https://dev.yorhel.nl/ncdu/"
68 +HOMEPAGE="https://dev.yorhel.nl/ncdu"
69 SRC_URI="
70 https://dev.yorhel.nl/download/${P}.tar.gz
71 verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )
72
73 diff --git a/sys-fs/ncdu/ncdu-2.2.1.ebuild b/sys-fs/ncdu/ncdu-2.2.1.ebuild
74 index d7417e9b39d5..7d14fd181da6 100644
75 --- a/sys-fs/ncdu/ncdu-2.2.1.ebuild
76 +++ b/sys-fs/ncdu/ncdu-2.2.1.ebuild
77 @@ -6,7 +6,7 @@ EAPI=8
78 inherit verify-sig
79
80 DESCRIPTION="NCurses Disk Usage"
81 -HOMEPAGE="https://dev.yorhel.nl/ncdu/"
82 +HOMEPAGE="https://dev.yorhel.nl/ncdu"
83 SRC_URI="
84 https://dev.yorhel.nl/download/${P}.tar.gz
85 verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )
86
87 diff --git a/sys-fs/ncdu/ncdu-2.2.ebuild b/sys-fs/ncdu/ncdu-2.2.ebuild
88 index 7cb22e137f12..2790640a7daa 100644
89 --- a/sys-fs/ncdu/ncdu-2.2.ebuild
90 +++ b/sys-fs/ncdu/ncdu-2.2.ebuild
91 @@ -6,7 +6,7 @@ EAPI=8
92 inherit verify-sig
93
94 DESCRIPTION="NCurses Disk Usage"
95 -HOMEPAGE="https://dev.yorhel.nl/ncdu/"
96 +HOMEPAGE="https://dev.yorhel.nl/ncdu"
97 SRC_URI="
98 https://dev.yorhel.nl/download/${P}.tar.gz
99 verify-sig? ( https://dev.yorhel.nl/download/${P}.tar.gz.asc )