net-im/discordo
A lightweight, secure, and feature-rich Discord TUI client.
ChangeLog
commit e9b212d221ae99673725316ae067533fc28985ba
Author: ingenarel <ingenarelitems@gmail.com>
Date: Mon Dec 15 16:16:20 2025 +0600
net-im/discordo: drop myself as a maintainer
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 7d789ee5f7292e9ccd4adefe671774a6ebdc5393
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 10 05:43:17 2025 +0600
net-im/discordo: fix LICENSE for dependencies; update format
- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that
- go-license was generating Gentoo incompatible license names, the issue
didn't get caught because of the typo. I also fixed that.
See https://bugs.gentoo.org/967017 for more info about the issue related
to go-license
I used my wrapper to fix it, which can be found here:
https://github.com/ingenarel/gentoo-dev-scripts/blob/master/gentoo-go-license
format changes:
- use ${var} instead of $var, which was recommended by negril
- don't use *9999, instead use 9999, it was recommended by negril,
because packages like blender have versions like 5.0.9999, so using
a good format logic is nice
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 95d7c8642ed15f665516ed0e1ac76ff897fd8ea2
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 3 04:15:38 2025 +0600
net-im/discordo: add 0_pre20251202, drop 0_pre20251118
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit e19c6d574461655f11cb1c6e1b37ff22c9a6ff70
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 3 04:12:43 2025 +0600
net-im/discordo: update 9999
- fix redefining src_unpack and instead modify its internals
- update commented out command that gets licenses
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 7a5764abf4addbb36583fa4721f755afd435f4f7
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Dec 2 23:08:16 2025 +0600
*/*: BSD-3-Clause -> BSD
Because the spdx identifier for for BSD-3-Clause is `BSD-3-Clause`, and
gentoo uses `BSD` in their /licenses, there was a misunderstanding by
me, this commit should fix this
sources:
- https://opensource.org/license/bsd-3-clause
- https://github.com/gentoo/gentoo/blob/aa3e0fb07ee70362b1950d5f97ddb0f90d5184c0/licenses/BSD
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 8255ff3bd0a3ff0d226e2614cd715b5cdcb6c7fa
Author: ingenarel <ingenarelitems@gmail.com>
Date: Fri Nov 21 10:35:02 2025 +0600
net-im/discordo: update 9999
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 915bb5d50874c0932e8ed88663b87b4932884747
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Nov 18 19:56:26 2025 +0600
net-im/discordo: add 0_pre20251118, drop 0_pre20251022
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 81bfdc3debaf5ed6a35d6ec0bb67f019012edf0f
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Nov 18 18:53:02 2025 +0600
net-im/discordo: update LICENSE; add logic to install docs
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit a2aa2a44f9045ec19d6a8ddcbe8344e96da32d7b
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Oct 21 10:54:58 2025 +0600
net-im/discordo: add 0_pre20251022 version for the 9999 only package
based on the discussions on https://github.com/gentoo/guru/pull/376 i
made a versioned ebuild, the 9999 ebuild was also changed to create a
proper template that will also work with future releases, if any
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 8527d256d14a820c54ef36d4b9a9c279a92b6932
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Oct 21 09:09:23 2025 +0600
net-im/discordo: add x11-libs/libnotify as BDEPEND
At the time of writing this, on minimal systems without libnotify,
Discordo fails to build
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 0be942cd69a909f1451933668a72f8fee923f758
Author: swomf <swomf@proton.me>
Date: Thu Oct 2 15:22:48 2025 -0400
net-im/discordo: bump dev-lang/go dep to 1.25
Signed-off-by: swomf <swomf@proton.me>
Part-of: https://github.com/gentoo/guru/pull/376
Closes: https://github.com/gentoo/guru/pull/376
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 782b14114b5328db88625facb23448e9133a8340
Author: ingenarel <ingenarelitems@gmail.com>
Date: Thu Jul 24 22:07:11 2025 +0600
net-im/discordo: new package, add 9999
(discordo doesn't still have a release yet hence 9999)
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
Author: ingenarel <ingenarelitems@gmail.com>
Date: Mon Dec 15 16:16:20 2025 +0600
net-im/discordo: drop myself as a maintainer
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 7d789ee5f7292e9ccd4adefe671774a6ebdc5393
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 10 05:43:17 2025 +0600
net-im/discordo: fix LICENSE for dependencies; update format
- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that
- go-license was generating Gentoo incompatible license names, the issue
didn't get caught because of the typo. I also fixed that.
See https://bugs.gentoo.org/967017 for more info about the issue related
to go-license
I used my wrapper to fix it, which can be found here:
https://github.com/ingenarel/gentoo-dev-scripts/blob/master/gentoo-go-license
format changes:
- use ${var} instead of $var, which was recommended by negril
- don't use *9999, instead use 9999, it was recommended by negril,
because packages like blender have versions like 5.0.9999, so using
a good format logic is nice
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 95d7c8642ed15f665516ed0e1ac76ff897fd8ea2
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 3 04:15:38 2025 +0600
net-im/discordo: add 0_pre20251202, drop 0_pre20251118
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit e19c6d574461655f11cb1c6e1b37ff22c9a6ff70
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 3 04:12:43 2025 +0600
net-im/discordo: update 9999
- fix redefining src_unpack and instead modify its internals
- update commented out command that gets licenses
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 7a5764abf4addbb36583fa4721f755afd435f4f7
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Dec 2 23:08:16 2025 +0600
*/*: BSD-3-Clause -> BSD
Because the spdx identifier for for BSD-3-Clause is `BSD-3-Clause`, and
gentoo uses `BSD` in their /licenses, there was a misunderstanding by
me, this commit should fix this
sources:
- https://opensource.org/license/bsd-3-clause
- https://github.com/gentoo/gentoo/blob/aa3e0fb07ee70362b1950d5f97ddb0f90d5184c0/licenses/BSD
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 8255ff3bd0a3ff0d226e2614cd715b5cdcb6c7fa
Author: ingenarel <ingenarelitems@gmail.com>
Date: Fri Nov 21 10:35:02 2025 +0600
net-im/discordo: update 9999
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 915bb5d50874c0932e8ed88663b87b4932884747
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Nov 18 19:56:26 2025 +0600
net-im/discordo: add 0_pre20251118, drop 0_pre20251022
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 81bfdc3debaf5ed6a35d6ec0bb67f019012edf0f
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Nov 18 18:53:02 2025 +0600
net-im/discordo: update LICENSE; add logic to install docs
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit a2aa2a44f9045ec19d6a8ddcbe8344e96da32d7b
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Oct 21 10:54:58 2025 +0600
net-im/discordo: add 0_pre20251022 version for the 9999 only package
based on the discussions on https://github.com/gentoo/guru/pull/376 i
made a versioned ebuild, the 9999 ebuild was also changed to create a
proper template that will also work with future releases, if any
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 8527d256d14a820c54ef36d4b9a9c279a92b6932
Author: ingenarel <ingenarelitems@gmail.com>
Date: Tue Oct 21 09:09:23 2025 +0600
net-im/discordo: add x11-libs/libnotify as BDEPEND
At the time of writing this, on minimal systems without libnotify,
Discordo fails to build
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 0be942cd69a909f1451933668a72f8fee923f758
Author: swomf <swomf@proton.me>
Date: Thu Oct 2 15:22:48 2025 -0400
net-im/discordo: bump dev-lang/go dep to 1.25
Signed-off-by: swomf <swomf@proton.me>
Part-of: https://github.com/gentoo/guru/pull/376
Closes: https://github.com/gentoo/guru/pull/376
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
commit 782b14114b5328db88625facb23448e9133a8340
Author: ingenarel <ingenarelitems@gmail.com>
Date: Thu Jul 24 22:07:11 2025 +0600
net-im/discordo: new package, add 9999
(discordo doesn't still have a release yet hence 9999)
Signed-off-by: ingenarel <ingenarelitems@gmail.com>


View
Download
Browse