app-misc/gocdm-bin
The Console Display Manager (Go Port)
-
gocdm-bin-0.0.26-r1~amd64 ~arm64
View
Download
Browse License: MIT Overlay: arrans-overlay -
gocdm-bin-0.0.26~amd64 ~arm64
View
Download
Browse License: MIT Overlay: arrans-overlay
ChangeLog
commit 08aa88b9adc6c1ab3cae031fdc2603b2c10744f2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jun 2 10:09:12 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit d8323abba368ecbd4c052b2c332f706e757ada5f
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Mon Jun 1 04:09:50 2026 +0000
chore: scheduled daily tasks
commit 28c6b93c755593222daaaa3042d074e34a14831d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun May 31 09:39:36 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 9e9d208fadcddb4c44a99d16f5ca1f72e5b429cd
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Sun May 31 04:09:23 2026 +0000
chore: scheduled daily tasks
commit b832f8fbc5b2319b512013473c2d392d6a08e293
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat May 30 09:26:01 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit c85544f40411f6f3efeeb601d397fa4491de21ab
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Sat May 30 04:08:08 2026 +0000
chore: scheduled daily tasks
commit 9cdbb83f88bcd3b28ee6025f7c801878147f602e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri May 29 10:06:39 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 271033cea8801328a8eeb539d663ee31feaa2fe0
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Fri May 29 04:09:02 2026 +0000
chore: scheduled daily tasks
commit af0c948999c98dd002cab12f3d680c78787179e6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu May 28 10:07:18 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 2a3b5f5159a5e85b9302c38fc4521926a76d064b
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Thu May 28 04:06:19 2026 +0000
chore: scheduled daily tasks
commit 872ebb653dbad2c99988db109f8f09b702ae4582
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed May 27 10:06:49 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 1b73e5e6de420ebf326590210b28df59537f3693
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Wed May 27 04:09:32 2026 +0000
chore: scheduled daily tasks
commit 7bb49a3d40a6bafd7f353b04824a2a72d2397dc5
Merge: 227cd3a 2af59cf
Author: Arran Ubels <github@arran4.com>
Date: Wed May 27 11:33:43 2026 +1000
Merge pull request #519 from arran4/chore/scheduled-daily-tasks
Automated daily tasks (egencache & dedupe)
commit 2af59cf4b0834656ea2b1c663e5c24fdb419e00d
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Wed May 27 01:19:13 2026 +0000
chore: scheduled daily tasks
commit 37cb48f5d91cc47f6c06ab01d6e1654bc1f8d0c8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed May 27 01:02:46 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 6811eff02cd7816a73ee0d899e65e7c37f16f2c1
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sun May 24 04:52:52 2026 +0000
Update gocdm-bin systemd service instructions & fix CI script issue
- Updated the ebuilds and the GitHub Actions update workflow for `app-misc/gocdm-bin` to reflect the latest upstream systemd service instructions from the project's README.
- Renamed existing ebuilds with a `-r1` suffix.
- Removed the deprecated `-pam-service login` flag from `ExecStart`.
- Changed `TTYPath=/dev/tty1` to `StandardError=tty` and `TTYPath=/dev/%I`.
- Updated `.github/workflows/app-misc-gocdm-bin-update.yaml` to generate future ebuilds with these new instructions.
- Regenerated the `Manifest` using `g2`.
- Fixed a ShellCheck warning (SC2046: Quote this to prevent word splitting) in `.github/workflows/scheduled-daily-tasks.yml` to resolve actionlint CI failures.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit 3a9315d9bd5c17444bd43c4822b53c5c5025ea68
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun May 24 04:41:48 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 6ca4c091dfcf91b6d043441f907a4ba9664b4f41
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sun May 24 04:41:33 2026 +0000
Update gocdm-bin systemd service instructions
Updated the ebuilds and the GitHub Actions update workflow for `app-misc/gocdm-bin` to reflect the latest upstream systemd service instructions from the project's README.
Changes include:
- Renamed existing ebuilds with a `-r1` suffix.
- Removed the deprecated `-pam-service login` flag from `ExecStart`.
- Changed `TTYPath=/dev/tty1` to `StandardError=tty` and `TTYPath=/dev/%I`.
- Updated the `.github/workflows/app-misc-gocdm-bin-update.yaml` to generate future ebuilds with these new instructions.
- Regenerated the `Manifest` using `g2`.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit 76837739d352389576eee8399e9fccfac9ebb087
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu May 21 10:01:24 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 4057113002ac11b96f9cb50ae1b770d4c311d9d1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue May 19 10:03:15 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit a46bb5ce9aa574da6dc57118cc3c602b4f903076
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 19 04:56:28 2026 +0000
Remove duplicate ebuilds
commit 63df222a0b6c6eff30fa2cca4d06adc29e4daf47
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Apr 16 09:09:28 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 51541d09c61b32e51fef1272023a4034a0dccd12
Merge: 3807c6a 3e20acc
Author: Arran Ubels <github@arran4.com>
Date: Wed Apr 15 16:00:34 2026 +1000
Merge pull request #380 from arran4/add-g2-lint-pr-check-6907971129386884218
Add g2 lint to PR checks
commit 3e20acc6a4a1c3bf76296c2658cdfe770fbea0c8
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sun Apr 12 06:07:48 2026 +0000
ci: fix PR check g2 lint failures
This fixes issues identified by `g2 lint` across the repo, including missing `metadata.xml` files, packages with no `<maintainer>` defined, missing or invalid `Manifest` files, missing md5-cache entries, and invalid SLOT variables.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit a4902ac78431032178ef7edb002dea2220ebd504
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 12 04:53:10 2026 +0000
Remove duplicate ebuilds
commit f21d598d7f681fb3fc01ce3c25ca8be89f59c0ff
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Apr 11 12:54:54 2026 +0000
Fix gocdm-bin workflow 404 by adapting to new asset naming convention
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit 5b5c262ccc0164f69fedf3190f5ce149260c7f05
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 11 12:33:04 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 3d29ddeec2726aed4996e5c636fbdbadfa63e9f2
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Apr 11 12:32:45 2026 +0000
Fix gocdm-bin workflow 404 by adapting to new asset naming convention
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit f012801a63d5b16a14526017f25fcede565428c7
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 5 04:46:16 2026 +0000
Remove duplicate ebuilds
commit cb636fe9ead579169dab788925e52f856d9a6b4d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Mar 30 09:08:26 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit e1015e51c9a33fe7d02eda88fb5fa1a966efbe5c
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Mar 22 04:34:11 2026 +0000
Remove duplicate ebuilds
commit 3db5fd277d31599f5b7bebe152ed5cf5efda4856
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Mar 15 08:57:14 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 4acf571f75c1a8ddbfd206a962ce610b3c5a7bfe
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Mar 15 04:43:19 2026 +0000
Remove duplicate ebuilds
commit 6e1435e539f4b06c7439121e6b2f6aea68c4fc48
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 09:01:02 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 7c6a1a8513efb51066a5d152e04c3ddb73c22e71
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Thu Mar 5 10:06:48 2026 +0000
Update app-misc/gocdm-bin with setup einfo messages
Modified the generated ebuilds for app-misc/gocdm-bin to include a
pkg_postinst() function that mirrors the configuration and autostart
instructions found in the upstream gocdm README. Patch applies both
to the current .ebuild file and the workflow generation script.
commit 144a0eaa80d026d0c2c7da23b0cbe31e26b81434
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 4 08:58:28 2026 +0000
Add ebuilds for new gocdm-bin releases tag
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jun 2 10:09:12 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit d8323abba368ecbd4c052b2c332f706e757ada5f
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Mon Jun 1 04:09:50 2026 +0000
chore: scheduled daily tasks
commit 28c6b93c755593222daaaa3042d074e34a14831d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun May 31 09:39:36 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 9e9d208fadcddb4c44a99d16f5ca1f72e5b429cd
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Sun May 31 04:09:23 2026 +0000
chore: scheduled daily tasks
commit b832f8fbc5b2319b512013473c2d392d6a08e293
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat May 30 09:26:01 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit c85544f40411f6f3efeeb601d397fa4491de21ab
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Sat May 30 04:08:08 2026 +0000
chore: scheduled daily tasks
commit 9cdbb83f88bcd3b28ee6025f7c801878147f602e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri May 29 10:06:39 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 271033cea8801328a8eeb539d663ee31feaa2fe0
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Fri May 29 04:09:02 2026 +0000
chore: scheduled daily tasks
commit af0c948999c98dd002cab12f3d680c78787179e6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu May 28 10:07:18 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 2a3b5f5159a5e85b9302c38fc4521926a76d064b
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Thu May 28 04:06:19 2026 +0000
chore: scheduled daily tasks
commit 872ebb653dbad2c99988db109f8f09b702ae4582
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed May 27 10:06:49 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 1b73e5e6de420ebf326590210b28df59537f3693
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Wed May 27 04:09:32 2026 +0000
chore: scheduled daily tasks
commit 7bb49a3d40a6bafd7f353b04824a2a72d2397dc5
Merge: 227cd3a 2af59cf
Author: Arran Ubels <github@arran4.com>
Date: Wed May 27 11:33:43 2026 +1000
Merge pull request #519 from arran4/chore/scheduled-daily-tasks
Automated daily tasks (egencache & dedupe)
commit 2af59cf4b0834656ea2b1c663e5c24fdb419e00d
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Wed May 27 01:19:13 2026 +0000
chore: scheduled daily tasks
commit 37cb48f5d91cc47f6c06ab01d6e1654bc1f8d0c8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed May 27 01:02:46 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 6811eff02cd7816a73ee0d899e65e7c37f16f2c1
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sun May 24 04:52:52 2026 +0000
Update gocdm-bin systemd service instructions & fix CI script issue
- Updated the ebuilds and the GitHub Actions update workflow for `app-misc/gocdm-bin` to reflect the latest upstream systemd service instructions from the project's README.
- Renamed existing ebuilds with a `-r1` suffix.
- Removed the deprecated `-pam-service login` flag from `ExecStart`.
- Changed `TTYPath=/dev/tty1` to `StandardError=tty` and `TTYPath=/dev/%I`.
- Updated `.github/workflows/app-misc-gocdm-bin-update.yaml` to generate future ebuilds with these new instructions.
- Regenerated the `Manifest` using `g2`.
- Fixed a ShellCheck warning (SC2046: Quote this to prevent word splitting) in `.github/workflows/scheduled-daily-tasks.yml` to resolve actionlint CI failures.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit 3a9315d9bd5c17444bd43c4822b53c5c5025ea68
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun May 24 04:41:48 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 6ca4c091dfcf91b6d043441f907a4ba9664b4f41
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sun May 24 04:41:33 2026 +0000
Update gocdm-bin systemd service instructions
Updated the ebuilds and the GitHub Actions update workflow for `app-misc/gocdm-bin` to reflect the latest upstream systemd service instructions from the project's README.
Changes include:
- Renamed existing ebuilds with a `-r1` suffix.
- Removed the deprecated `-pam-service login` flag from `ExecStart`.
- Changed `TTYPath=/dev/tty1` to `StandardError=tty` and `TTYPath=/dev/%I`.
- Updated the `.github/workflows/app-misc-gocdm-bin-update.yaml` to generate future ebuilds with these new instructions.
- Regenerated the `Manifest` using `g2`.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit 76837739d352389576eee8399e9fccfac9ebb087
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu May 21 10:01:24 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 4057113002ac11b96f9cb50ae1b770d4c311d9d1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue May 19 10:03:15 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit a46bb5ce9aa574da6dc57118cc3c602b4f903076
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 19 04:56:28 2026 +0000
Remove duplicate ebuilds
commit 63df222a0b6c6eff30fa2cca4d06adc29e4daf47
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Apr 16 09:09:28 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 51541d09c61b32e51fef1272023a4034a0dccd12
Merge: 3807c6a 3e20acc
Author: Arran Ubels <github@arran4.com>
Date: Wed Apr 15 16:00:34 2026 +1000
Merge pull request #380 from arran4/add-g2-lint-pr-check-6907971129386884218
Add g2 lint to PR checks
commit 3e20acc6a4a1c3bf76296c2658cdfe770fbea0c8
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sun Apr 12 06:07:48 2026 +0000
ci: fix PR check g2 lint failures
This fixes issues identified by `g2 lint` across the repo, including missing `metadata.xml` files, packages with no `<maintainer>` defined, missing or invalid `Manifest` files, missing md5-cache entries, and invalid SLOT variables.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit a4902ac78431032178ef7edb002dea2220ebd504
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 12 04:53:10 2026 +0000
Remove duplicate ebuilds
commit f21d598d7f681fb3fc01ce3c25ca8be89f59c0ff
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Apr 11 12:54:54 2026 +0000
Fix gocdm-bin workflow 404 by adapting to new asset naming convention
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit 5b5c262ccc0164f69fedf3190f5ce149260c7f05
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 11 12:33:04 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 3d29ddeec2726aed4996e5c636fbdbadfa63e9f2
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Apr 11 12:32:45 2026 +0000
Fix gocdm-bin workflow 404 by adapting to new asset naming convention
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit f012801a63d5b16a14526017f25fcede565428c7
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 5 04:46:16 2026 +0000
Remove duplicate ebuilds
commit cb636fe9ead579169dab788925e52f856d9a6b4d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Mar 30 09:08:26 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit e1015e51c9a33fe7d02eda88fb5fa1a966efbe5c
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Mar 22 04:34:11 2026 +0000
Remove duplicate ebuilds
commit 3db5fd277d31599f5b7bebe152ed5cf5efda4856
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Mar 15 08:57:14 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 4acf571f75c1a8ddbfd206a962ce610b3c5a7bfe
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Mar 15 04:43:19 2026 +0000
Remove duplicate ebuilds
commit 6e1435e539f4b06c7439121e6b2f6aea68c4fc48
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 09:01:02 2026 +0000
Add ebuilds for new gocdm-bin releases tag
commit 7c6a1a8513efb51066a5d152e04c3ddb73c22e71
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Thu Mar 5 10:06:48 2026 +0000
Update app-misc/gocdm-bin with setup einfo messages
Modified the generated ebuilds for app-misc/gocdm-bin to include a
pkg_postinst() function that mirrors the configuration and autostart
instructions found in the upstream gocdm README. Patch applies both
to the current .ebuild file and the workflow generation script.
commit 144a0eaa80d026d0c2c7da23b0cbe31e26b81434
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 4 08:58:28 2026 +0000
Add ebuilds for new gocdm-bin releases tag

