Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gdu-5.2.0
@ 2021-07-11  9:27 TeddyDD
  2021-07-11  9:28 ` [PR PATCH] [Updated] " TeddyDD
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: TeddyDD @ 2021-07-11  9:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

There is a new pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 add-gdu
https://github.com/void-linux/void-packages/pull/31903

New package: gdu-5.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-gdu-31903.patch --]
[-- Type: text/x-diff, Size: 1258 bytes --]

From 1b4433e521c821833447f6f5837099059cf40b5c Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 11 Jul 2021 11:23:35 +0200
Subject: [PATCH] New package: gdu-5.2.0

---
 srcpkgs/gdu/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/gdu/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
new file mode 100644
index 000000000000..0c25b0f0848e
--- /dev/null
+++ b/srcpkgs/gdu/template
@@ -0,0 +1,28 @@
+# Template file for 'gdu'
+pkgname=gdu
+version=5.2.0
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=go
+go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+# hostmakedepends=""
+# makedepends=""
+# depends=""
+short_desc="Disk usage analyzer intended primarily for SSD disks"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/dundee/gdu"
+distfiles="https://github.com/dundee/gdu/archive/refs/tags/v${version}.tar.gz"
+checksum=e582568a7d12e95cc5d35d9403f0964df719ef87f1b56d5b10ba06d25c25ca27
+
+post_install() {
+	vman gdu.1
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: gdu-5.2.0
  2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
@ 2021-07-11  9:28 ` TeddyDD
  2021-07-11  9:40 ` TeddyDD
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TeddyDD @ 2021-07-11  9:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 add-gdu
https://github.com/void-linux/void-packages/pull/31903

New package: gdu-5.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-gdu-31903.patch --]
[-- Type: text/x-diff, Size: 1019 bytes --]

From 1f4ab41e5618af1742e35ad22158019407feff45 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 11 Jul 2021 11:23:35 +0200
Subject: [PATCH] New package: gdu-5.2.0

---
 srcpkgs/gdu/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/gdu/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
new file mode 100644
index 000000000000..e09137f7cead
--- /dev/null
+++ b/srcpkgs/gdu/template
@@ -0,0 +1,17 @@
+# Template file for 'gdu'
+pkgname=gdu
+version=5.2.0
+revision=1
+build_style=go
+go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
+short_desc="Disk usage analyzer intended primarily for SSD disks"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/dundee/gdu"
+distfiles="https://github.com/dundee/gdu/archive/refs/tags/v${version}.tar.gz"
+checksum=e582568a7d12e95cc5d35d9403f0964df719ef87f1b56d5b10ba06d25c25ca27
+
+post_install() {
+	vman gdu.1
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: gdu-5.2.0
  2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
  2021-07-11  9:28 ` [PR PATCH] [Updated] " TeddyDD
@ 2021-07-11  9:40 ` TeddyDD
  2021-07-24 21:33 ` TeddyDD
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TeddyDD @ 2021-07-11  9:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 add-gdu
https://github.com/void-linux/void-packages/pull/31903

New package: gdu-5.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-gdu-31903.patch --]
[-- Type: text/x-diff, Size: 1009 bytes --]

From 504c120f45459a4602490318d6ba97bc0f5d3b4d Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 11 Jul 2021 11:23:35 +0200
Subject: [PATCH] New package: gdu-5.2.0

---
 srcpkgs/gdu/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/gdu/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
new file mode 100644
index 000000000000..e33eddd4ecce
--- /dev/null
+++ b/srcpkgs/gdu/template
@@ -0,0 +1,17 @@
+# Template file for 'gdu'
+pkgname=gdu
+version=5.2.0
+revision=1
+build_style=go
+go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
+short_desc="Disk usage analyzer intended primarily for SSD disks"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/dundee/gdu"
+distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
+checksum=e582568a7d12e95cc5d35d9403f0964df719ef87f1b56d5b10ba06d25c25ca27
+
+post_install() {
+	vman gdu.1
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: gdu-5.2.0
  2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
  2021-07-11  9:28 ` [PR PATCH] [Updated] " TeddyDD
  2021-07-11  9:40 ` TeddyDD
@ 2021-07-24 21:33 ` TeddyDD
  2021-10-07  9:13 ` [PR PATCH] [Updated] New package: gdu-5.4.0 TeddyDD
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TeddyDD @ 2021-07-24 21:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 add-gdu
https://github.com/void-linux/void-packages/pull/31903

New package: gdu-5.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-gdu-31903.patch --]
[-- Type: text/x-diff, Size: 1009 bytes --]

From 4ba1820019a6792d64b8caded2c65dd386524294 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 11 Jul 2021 11:23:35 +0200
Subject: [PATCH] New package: gdu-5.4.0

---
 srcpkgs/gdu/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/gdu/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
new file mode 100644
index 000000000000..221d37940325
--- /dev/null
+++ b/srcpkgs/gdu/template
@@ -0,0 +1,17 @@
+# Template file for 'gdu'
+pkgname=gdu
+version=5.4.0
+revision=1
+build_style=go
+go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
+short_desc="Disk usage analyzer intended primarily for SSD disks"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/dundee/gdu"
+distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
+checksum=2f5ecb8a39e21f5c3a29408a33f8dc2014f95e756e8a199edb852163591f3227
+
+post_install() {
+	vman gdu.1
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: gdu-5.4.0
  2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
                   ` (2 preceding siblings ...)
  2021-07-24 21:33 ` TeddyDD
@ 2021-10-07  9:13 ` TeddyDD
  2021-12-18 12:49 ` [PR PATCH] [Updated] New package: gdu-5.8.1 TeddyDD
  2022-01-15 16:25 ` [PR PATCH] [Merged]: New package: gdu-5.12.1 paper42
  5 siblings, 0 replies; 7+ messages in thread
From: TeddyDD @ 2021-10-07  9:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 add-gdu
https://github.com/void-linux/void-packages/pull/31903

New package: gdu-5.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-gdu-31903.patch --]
[-- Type: text/x-diff, Size: 1009 bytes --]

From 729a80f43a45a595f038053cfda3483e7b45faec Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 11 Jul 2021 11:23:35 +0200
Subject: [PATCH] New package: gdu-5.8.1

---
 srcpkgs/gdu/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/gdu/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
new file mode 100644
index 000000000000..106fb27593e8
--- /dev/null
+++ b/srcpkgs/gdu/template
@@ -0,0 +1,17 @@
+# Template file for 'gdu'
+pkgname=gdu
+version=5.8.1
+revision=1
+build_style=go
+go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
+short_desc="Disk usage analyzer intended primarily for SSD disks"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/dundee/gdu"
+distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
+checksum=c96a367e91742f1aa58dd8514ed22a9e8904e5ad4c0e1e38019fb525bc3bee76
+
+post_install() {
+	vman gdu.1
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: gdu-5.8.1
  2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
                   ` (3 preceding siblings ...)
  2021-10-07  9:13 ` [PR PATCH] [Updated] New package: gdu-5.4.0 TeddyDD
@ 2021-12-18 12:49 ` TeddyDD
  2022-01-15 16:25 ` [PR PATCH] [Merged]: New package: gdu-5.12.1 paper42
  5 siblings, 0 replies; 7+ messages in thread
From: TeddyDD @ 2021-12-18 12:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

There is an updated pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 add-gdu
https://github.com/void-linux/void-packages/pull/31903

New package: gdu-5.8.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-gdu-31903.patch --]
[-- Type: text/x-diff, Size: 1011 bytes --]

From f3a1f01a7bcf1ec2639670c080b17e1ccae4799d Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 11 Jul 2021 11:23:35 +0200
Subject: [PATCH] New package: gdu-5.12.1

---
 srcpkgs/gdu/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/gdu/template

diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template
new file mode 100644
index 000000000000..9c47a649b805
--- /dev/null
+++ b/srcpkgs/gdu/template
@@ -0,0 +1,17 @@
+# Template file for 'gdu'
+pkgname=gdu
+version=5.12.1
+revision=1
+build_style=go
+go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
+short_desc="Disk usage analyzer intended primarily for SSD disks"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="MIT"
+homepage="https://github.com/dundee/gdu"
+distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
+checksum=81471d80aedcf20c84bcee67814d34ab2cf43477b831ffa320b7721d481c64ab
+
+post_install() {
+	vman gdu.1
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: New package: gdu-5.12.1
  2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
                   ` (4 preceding siblings ...)
  2021-12-18 12:49 ` [PR PATCH] [Updated] New package: gdu-5.8.1 TeddyDD
@ 2022-01-15 16:25 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-01-15 16:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]

There's a merged pull request on the void-packages repository

New package: gdu-5.12.1
https://github.com/void-linux/void-packages/pull/31903

Description:
<!-- Mark items with [x] where applicable -->

It's like 5x faster than ncdu.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-15 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11  9:27 [PR PATCH] New package: gdu-5.2.0 TeddyDD
2021-07-11  9:28 ` [PR PATCH] [Updated] " TeddyDD
2021-07-11  9:40 ` TeddyDD
2021-07-24 21:33 ` TeddyDD
2021-10-07  9:13 ` [PR PATCH] [Updated] New package: gdu-5.4.0 TeddyDD
2021-12-18 12:49 ` [PR PATCH] [Updated] New package: gdu-5.8.1 TeddyDD
2022-01-15 16:25 ` [PR PATCH] [Merged]: New package: gdu-5.12.1 paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).