app-misc/ente-auth-appimage
Ente's 2FA solution
-
ente-auth-appimage-4.4.18_beta-r17~amd64
View
Download
Browse License: MIT Overlay: arrans-overlay -
ente-auth-appimage-4.4.18_beta-r12~amd64
View
Download
Browse License: MIT Overlay: arrans-overlay -
ente-auth-appimage-4.4.17-r16~amd64
View
Download
Browse License: MIT Overlay: arrans-overlay -
ente-auth-appimage-4.4.17-r11~amd64
View
Download
Browse License: MIT Overlay: arrans-overlay
ChangeLog
commit b7908379a6c39c49832b82e859a85c0a0e206573
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Mar 19 07:30:58 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit ad83bc1d059710b2bff4b6a941b1810aa6e1834f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 18 07:33:56 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 9c33b07fc8b7da1e3bf7f673296acbf51d35b647
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 18 03:27:54 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 71e23c661618270de1c512e72bc6e90fdaca2239
Merge: 7178cf2 8357a4b
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Mar 18 14:26:58 2026 +1100
Merge branch 'main' into fix/ente-auth-appimage-libcrypto-3169316914659907431
commit c9fb9eb65c2e070ffdf8fc1490970484c52df88b
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Wed Mar 18 03:25:24 2026 +0000
fix: update Manifest files
commit 617ff553bd660c9604ea561dd75c07891218c13f
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Mar 18 03:25:03 2026 +0000
fix(app-misc/ente-auth-appimage): bump revisions and update AGENTS.md
As requested in the PR, this commit:
1. Adds a rule to AGENTS.md mandating that `-r#` revision numbers must be
bumped when modifying an existing ebuild.
2. Bumps the revisions for `ente-auth-appimage` (4.4.17-r10 -> r11 and
4.4.18_beta-r11 -> r12) to ensure the AppImage fix correctly propagates
to users.
commit 84fbeadcf6e428bd07b8c84ebfbaad1bba0c25e2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 17 23:58:06 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 28017decca81e033b1d5b25534e9021f3bbe141d
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 17 23:57:32 2026 +0000
fix(app-misc/ente-auth-appimage): repack AppImage to remove bundled OpenSSL libraries
The `ente_auth.AppImage` bundled `libcrypto.so.3` and `libssl.so.3` which
are older versions (lacking `OPENSSL_3.2.0`) and conflict with dynamically
loaded system libraries like `libcryptsetup.so.12` on Gentoo.
This patch modifies the generated ebuilds to extract the AppImage, remove
the conflicting bundled OpenSSL libraries, and repack the AppImage using
`mksquashfs` before installing it. It also updates the manual GitHub
Action workflow file to ensure future generated ebuilds contain this fix.
commit 52122c58f372a9fb407b04abae525eddd279ace4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 17 07:33:44 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 4c53e663e0a3412e470d5544e690b95abb0c9c1f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Mar 16 07:44:03 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit a647008addb0e89682caab14f371ab2d58cb811e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Mar 15 07:28:53 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit bcfa58dbf6f53d12535aff80ba4d09b179bdc04f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 11:32:59 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit abdf706fce238b0f55c8347c3efa98772813af64
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Mar 14 08:34:01 2026 +0000
app-misc/ente-auth-appimage: Add QA_PREBUILT to prevent binary modification
Portage QA tools can inadvertently modify the ELF header of AppImage binaries
during installation, which corrupts the embedded squashfs file offset and
causes "No such file or directory" errors at runtime.
This commit adds `QA_PREBUILT="opt/bin/ente_auth.AppImage"` to the ebuilds
and the generator workflow to explicitly skip QA modifications.
commit b06279ddee62216a1534da0d2bca0ae4f5f98530
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 08:32:04 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit ed631eb00ec1fca150bce8c6b48c25fa36680a1c
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Mar 14 08:31:30 2026 +0000
app-misc/ente-auth-appimage: Add QA_PREBUILT to prevent binary modification
Portage QA tools can inadvertently modify the ELF header of AppImage binaries
during installation, which corrupts the embedded squashfs file offset and
causes "No such file or directory" errors at runtime.
This commit adds `QA_PREBUILT="opt/bin/ente_auth.AppImage"` to the ebuilds
and the generator workflow to explicitly skip QA modifications.
commit 00fd78483a753a5c55a33bff6bc074a22334cea9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 07:23:59 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 3334ffc4008e32b68a6b7d81624c543bad216cb3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 06:20:20 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 6747c6a66234ae359e1fe36e10252d9bfc74e18e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 03:21:47 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 038d5c69462694476142aea00f5c1d52e3710025
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Mar 14 03:21:08 2026 +0000
Update ente-auth-appimage to extract enteauth.desktop instead of ente_auth.desktop
Upstream changed the name of the desktop file in their AppImage from
ente_auth.desktop to enteauth.desktop.
This updates the github actions workflow generation script to expect the
new filename, and updates the existing ebuilds to use the new filename
as well.
commit a80b535f25987d29c18436c0caba8c102dd27a68
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Mar 13 07:28:45 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 314d02c286da7772a0039e08aa9692ea26b6e1c4
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Thu Mar 12 07:50:20 2026 +0000
fix: update Manifest files
commit 5fd4db291cf8fca96b5b5312dabcb005968b4336
Merge: 4e1dd6f b11b76f
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Mar 12 18:49:53 2026 +1100
Merge branch 'main' into jules-13931331924230986073-33c4b2a3
commit 4e1dd6f0ce63ba6d3e6040f05cc820cb89a59eeb
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Thu Mar 12 07:48:24 2026 +0000
app-misc/ente-auth-appimage: fix MissingManifest
- Fixed MissingManifest error reported by pkgcheck on CI by updating Manifest for ente-auth-appimage
commit b11b76f3956effc0e95af7a4b09dd530b87aecec
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Mar 12 07:29:29 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 8c6a675589e9e41150b30ad3e498428c4602619e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 11 07:28:21 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit dd1c8386ae45b02d0ded83ef5c6e7c94251de973
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 07:26:54 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 9a83d00cfa1f2c99cee23fd54b5e9c8c4ca1ce3f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 01:11:09 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 706ca29bc48ac3f3092c5b02e9baef8d783461a2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:37:41 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit e875bd4d772812c4862744bd39d9a419d2808893
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:37:07 2026 +0000
Convert ente-auth-appimage workflow to manually maintained
Since the `ente-auth-appimage` update workflow now contains custom bash logic to detect upstream asset size changes and perform RC bumps (resolving Manifest mismatches), it can no longer be safely managed by the `overlay_workflow_builder_generator`.
This commit:
- Comments out the `ente-auth-appimage` entry in `current.config` so it won't be overwritten.
- Updates the header in `.github/workflows/app-misc-ente-auth-appimage-update.yaml` to explain why the workflow is manually maintained.
commit 286356961cc62401f0bbf323411b82e685147b8c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:19:05 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 864b1bb41050cd67259e1f116eb08bbe769b1537
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:18:29 2026 +0000
Fix logic in workflow RC bump for ente-auth-appimage
This fixes several issues in the automatic size mismatch detection and RC bumping logic for the `ente-auth-appimage` workflow:
1. Adds `-L` flag to `curl` to follow GitHub release redirects so we can accurately read the `Content-Length`.
2. Uses `find` instead of `ls` to silence shellcheck `SC2012` from `actionlint` and strictly matches versions/revisions to avoid prefix collisions.
3. Removes the old, broken ebuild when generating a new revision, ensuring the tree isn't left in a broken state.
commit 71dde2a01f6ba2067ce5d23a177dad9a3e2fc3cb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:05:19 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 4e65c09a8409ebbf91be4142566b48e75510232f
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:04:41 2026 +0000
Automate ebuild RC bumps for ente-auth-appimage size changes
Updates the GitHub Actions workflow to check the `Content-Length`
of the upstream asset and compare it with the size recorded in
the `Manifest` for the highest existing ebuild revision. If a mismatch
is detected, the workflow will now automatically generate a new ebuild
with an incremented revision (e.g., `-r1`) and update the `Manifest`.
Additionally renames `ente-auth-appimage-4.4.18_beta.ebuild`
to `-r1.ebuild` and updates the Manifest to ensure users get the new
upstream asset.
commit 14ee5864540c3a6a8ed0b2b8743ada7548a92171
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon Mar 9 10:13:26 2026 +0000
Fix Manifest size mismatch for ente-auth-appimage-4.4.18_beta
Upstream replaced the release asset for auth-v4.4.18-beta without
updating the tag, resulting in a size mismatch (43719160 vs 43706872)
when Portage attempts to verify the downloaded file against the original
recorded values in the Manifest file.
This commit updates the Manifest size and checksums via `g2` to the new
values from the currently available upstream asset.
commit 1a1b25d256204cd911835e4f233b468355735311
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Feb 24 07:03:51 2026 +0000
app-misc/ente-auth-appimage: update Manifest for 4.4.18_beta
The upstream asset for version 4.4.18_beta seems to have been replaced,
resulting in a checksum mismatch.
This commit updates the Manifest with the new filesize, BLAKE2B, and SHA512 checksums.
New File: ente-auth-v4.4.18-beta-x86_64.AppImage
Size: 43706872
BLAKE2B: cd856abb9ebdb7c0a5d250d39dce0f10488e4329d01e8fc6112396c16632d20ad4ab45aed8aef963f2d8d269d241ea6b37c402f11934f5c324c648842e62e36f
SHA512: 8fddcdb0ce53c08d7d883f8dce581055ef3da0717f271c55065e846cd41519a53f229c8c88da0f6ffbcfa39d9de7477d3919ab2a47415c92e5ef9fbc53e643de
commit 0bb21be84bcd3373ec302d5a00302e21af36bb1d
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Feb 15 04:35:51 2026 +0000
Remove duplicate ebuilds
commit 4eb55a913244776a9ab19750038a0160c2b4f53d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Feb 10 07:34:21 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 34bf93d085210156e186985330f5f3b5a018adac
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Dec 21 04:13:03 2025 +0000
Remove duplicate ebuilds
commit 4c69eaa8ee4e16b94b78087cc6e7fd630fcb411c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 19 07:17:25 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit d8dd766a2a84cb98bbd0c95ce0f02692f8480c9a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Dec 18 07:17:24 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit fcba72a9dc3653b66dd698d64574c67b046cd83b
Author: Arran Ubels <arran4@gmail.com>
Date: Sat Dec 6 16:29:29 2025 +1100
Clean up outdated ente-auth appimage versions
commit 9cc439406506e8f8b0b77a31408f209d02649f12
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 5 07:17:00 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 4bb2b3f56492ff8af6fd88c381de2f62f79196f1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Dec 2 07:17:29 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 5642e3edb2ebfe68447e210e9d536e599cfcdcb5
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Nov 23 22:23:11 2025 +1100
Update ente-auth-appimage-4.4.11 beta distfile checksums
commit 2f5bfbaad6926f44e31160c1b68d52d10cc787bd
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Nov 16 04:04:38 2025 +0000
Remove duplicate ebuilds
commit 66885534b99a6fe5265cc3037f726c62c601f32a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Nov 13 07:16:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 6ba536eb1788f829ae56b2a0bc94f30edbd5acef
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Nov 11 07:16:46 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 50cf0661cbe5f4a45c98dada308db9d342264037
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Nov 6 16:42:09 2025 +1100
Update ente-auth 4.4.8 beta distfile hashes
commit 4bf8de50c505524af0cf42ae166c6376a5cb0ea1
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Nov 2 04:02:45 2025 +0000
Remove duplicate ebuilds
commit 389436b0608c651034b23a06dfc75c03c5f46bd9
Author: Arran Ubels <arran4@gmail.com>
Date: Fri Oct 31 14:29:44 2025 +1100
app-misc/ente-auth-appimage: fix 4.4.8_beta manifest entry
commit 93c1c8f06ea852067429db73aaa438472f072904
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Oct 30 07:16:27 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit f70a0771ec79a197f9dd890c4663c934344ec5fe
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Aug 21 07:17:02 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit e8c24ae435761dd5f2454528f96e200253677f8a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jul 22 07:17:18 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 3228454ed978f3195a99282beabd987923055cbb
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Jun 15 20:46:07 2025 +1000
Update ente-auth license
commit 42c6e0e5f97575bb18a4295663d9c5e221ebcb5c
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Jun 5 08:58:34 2025 +1000
Remove old redundant ebuilds
commit 062daf616f362fa5d9c8bbccef4a9e582d82c074
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jun 3 07:16:32 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit dc8a29e4c689c490362d29c485f798ee4add793c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat May 17 07:15:59 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 9b7bf23389474388afc31502847e17949bc13e2e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 26 07:15:54 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 05e0c48ae6c795c11694740ae312121b1cfe1d83
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jan 29 07:15:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit f422042b741150b95598e3063053114e07da2335
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jan 23 07:15:38 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 2013061c74318023565e23a3b8fe732acc15f583
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jan 16 07:15:38 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 31edba677ea3da3cb8aa867d0381ab5e2e90313c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jan 15 07:15:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 319c1d217dd56efcb5c8eeb8dbc3a980372451b0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Jan 12 07:15:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 817ffc071707931313c8d35ce1f3e6e00c9deb79
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Jan 4 07:15:25 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 36a9a646233e8db10dbdf38ea2bc34855f799381
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Dec 28 07:15:21 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit d5e881c3e0742be8cee1a0b8dee5ca552e64e9da
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Dec 24 07:15:53 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 625f55418a8716d1bc65b1afcbb8e3f2b5bb0a4b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Dec 8 07:16:34 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit ed10637e711c3456fcd74773338f6505e990f6f6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Dec 7 07:16:07 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 6b9d974b13466933ce82777129dc8851c3679f2c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 6 07:16:10 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 27f01625da9fb7533227189e722aafad786cbcaa
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Nov 6 07:15:52 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 3e9a39d0b865efd9cac3b1babc63965a86322000
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Oct 9 14:46:32 2024 +1100
Purge.
commit eb7c0e94360d03c89a9e7260243582de96e4ee6f
Author: Arran Ubels <arran4@gmail.com>
Date: Sat Oct 5 22:19:42 2024 +1000
As per https://github.com/arran4/arrans_overlay/issues/13 desktop file has changed.
fixed: https://github.com/arran4/arrans_overlay/issues/13
commit 7856f877ff315e085293b5b2250ddbfabba135f2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Sep 30 07:16:08 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 5804bcb21457580618a387d3bbe63f56a68c082e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Sep 29 07:15:35 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 1c95fb5ea60a48752d15f52c6701655530c6f551
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Sep 26 07:16:10 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 0bc952e803f7228277cbe7a3fb248859f5a2a391
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Sep 25 07:16:10 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit fe568563d7efd4e73d1b207390727c1803ec1a80
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Sep 22 07:15:32 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 73ad04d1697c74838bd4ac39137d9981b626aed8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Sep 4 07:01:20 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 7a9cf3f95f11393e9e72d9418962f123958c9342
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Sep 4 17:00:53 2024 +1000
Rebuild
commit d8ba2c20bebada95c80ec1e1212fee40f805d939
Author: Arran Ubels <arran4@gmail.com>
Date: Tue Sep 3 17:59:37 2024 +1000
Fix.
commit 1c8d3b4cefaed6a0807d5bfb8102809e61164178
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Aug 29 14:26:28 2024 +1000
App indicator change
commit 0fa521eae1aa0bf9f1d8dc450542430da7510828
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Aug 22 07:15:42 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit a0e4436ce376a5061870be2c485aaaec89e1ab78
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Aug 17 07:15:06 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 1347ec1fbf2f2c6f73658795d5383cb4bd6b4e87
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Aug 13 07:15:49 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 40643cbbe3e0c9237d006b56f4aca913bbd20056
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Aug 12 02:44:30 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 5b782a952ce9b4ed1ca9d55297b288d6d572682d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Aug 12 02:19:22 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit b240c78a4b1b104016143c02f7ed590fd87ba0c7
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Jul 31 09:51:45 2024 +1000
actually fixed
commit ddae326aac26bdcaf93a85fd82e7b2dfc4845d36
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Jul 28 14:30:46 2024 +1000
Fixed.
commit f18213d84f3f1d5cb507148e0019243d10cfd6a9
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Jun 30 23:00:07 2024 +1000
Fix for: https://bugs.gentoo.org/935176
commit 54b158e23e5cb4a2272e158d7dce29c1ef8db02d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jun 26 00:01:40 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 9e7cf609ce2f8af0a538e0bc180510bce1ec5fcc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 11:01:26 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit f6000b156f55409a7d380699c5c97d51d77d55d1
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 18:07:21 2024 +1000
Rebuild for: xdg utils when a .desktop is involved.
commit dacac192d3b62f64cc89e20f05c19eca976c781c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 07:24:00 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 9d5f17ebd74d5753f245ae7660c2f3db0c21cbc5
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 17:08:30 2024 +1000
More fixes.
commit 603267990b2e2595d46436816aac620334ce1b7a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 06:37:34 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit dc9f7e7611600531bf1f1e6cfdf9e0e718cd90f8
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 16:35:50 2024 +1000
Pay attention
commit a96d53c1ff2efaf1b60a9325aa45b611d7b718ad
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 06:00:06 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit e9a7742059caf2f37a08badaf43921d1722dd9b8
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 15:59:43 2024 +1000
Correct directory
commit 4b9803adbca01408a061f07905c37a6c18df53bb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 05:43:49 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 04f8b41f06ebe318e4d7bb06c9441a146a91557e
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 15:20:51 2024 +1000
Forgot eapply_user
commit ddc218c0dda6c9dfdb4912e374b24325b5112d33
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 05:12:16 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit b00cb7355b9c423fdc34425984142f2d918b73ca
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 15:11:51 2024 +1000
Fixing mistakes.
commit a947de5fdf1e1ca22e925ed40d25bc2a8195253c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 04:37:59 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit ad2dbde413d755cd48b40032b5e4dd6239144e08
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 14:34:12 2024 +1000
Rust desk and some other optimizations
commit e24496b88fdd3d22a81aca42910ff4afb782ccf4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 04:21:41 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 1d8a41eb31f0fa0827387c1aaea018a735ec840a
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 14:21:21 2024 +1000
Opt/bin is the most gentoo way.
commit 5230aec6e2c8205d11175916a12700b24c352265
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 03:55:12 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 60f03bfb2095020c68dd3dd95cecc02b6c0c2a3c
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 13:54:37 2024 +1000
Requires local directory due to paths.
commit 5f49ef7a74a482d0eee9659308590e373569e713
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 03:51:08 2024 +0000
Add ebuilds for new ente-auth-appimage releases
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Mar 19 07:30:58 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit ad83bc1d059710b2bff4b6a941b1810aa6e1834f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 18 07:33:56 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 9c33b07fc8b7da1e3bf7f673296acbf51d35b647
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 18 03:27:54 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 71e23c661618270de1c512e72bc6e90fdaca2239
Merge: 7178cf2 8357a4b
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Mar 18 14:26:58 2026 +1100
Merge branch 'main' into fix/ente-auth-appimage-libcrypto-3169316914659907431
commit c9fb9eb65c2e070ffdf8fc1490970484c52df88b
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Wed Mar 18 03:25:24 2026 +0000
fix: update Manifest files
commit 617ff553bd660c9604ea561dd75c07891218c13f
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Mar 18 03:25:03 2026 +0000
fix(app-misc/ente-auth-appimage): bump revisions and update AGENTS.md
As requested in the PR, this commit:
1. Adds a rule to AGENTS.md mandating that `-r#` revision numbers must be
bumped when modifying an existing ebuild.
2. Bumps the revisions for `ente-auth-appimage` (4.4.17-r10 -> r11 and
4.4.18_beta-r11 -> r12) to ensure the AppImage fix correctly propagates
to users.
commit 84fbeadcf6e428bd07b8c84ebfbaad1bba0c25e2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 17 23:58:06 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 28017decca81e033b1d5b25534e9021f3bbe141d
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 17 23:57:32 2026 +0000
fix(app-misc/ente-auth-appimage): repack AppImage to remove bundled OpenSSL libraries
The `ente_auth.AppImage` bundled `libcrypto.so.3` and `libssl.so.3` which
are older versions (lacking `OPENSSL_3.2.0`) and conflict with dynamically
loaded system libraries like `libcryptsetup.so.12` on Gentoo.
This patch modifies the generated ebuilds to extract the AppImage, remove
the conflicting bundled OpenSSL libraries, and repack the AppImage using
`mksquashfs` before installing it. It also updates the manual GitHub
Action workflow file to ensure future generated ebuilds contain this fix.
commit 52122c58f372a9fb407b04abae525eddd279ace4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 17 07:33:44 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 4c53e663e0a3412e470d5544e690b95abb0c9c1f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Mar 16 07:44:03 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit a647008addb0e89682caab14f371ab2d58cb811e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Mar 15 07:28:53 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit bcfa58dbf6f53d12535aff80ba4d09b179bdc04f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 11:32:59 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit abdf706fce238b0f55c8347c3efa98772813af64
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Mar 14 08:34:01 2026 +0000
app-misc/ente-auth-appimage: Add QA_PREBUILT to prevent binary modification
Portage QA tools can inadvertently modify the ELF header of AppImage binaries
during installation, which corrupts the embedded squashfs file offset and
causes "No such file or directory" errors at runtime.
This commit adds `QA_PREBUILT="opt/bin/ente_auth.AppImage"` to the ebuilds
and the generator workflow to explicitly skip QA modifications.
commit b06279ddee62216a1534da0d2bca0ae4f5f98530
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 08:32:04 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit ed631eb00ec1fca150bce8c6b48c25fa36680a1c
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Mar 14 08:31:30 2026 +0000
app-misc/ente-auth-appimage: Add QA_PREBUILT to prevent binary modification
Portage QA tools can inadvertently modify the ELF header of AppImage binaries
during installation, which corrupts the embedded squashfs file offset and
causes "No such file or directory" errors at runtime.
This commit adds `QA_PREBUILT="opt/bin/ente_auth.AppImage"` to the ebuilds
and the generator workflow to explicitly skip QA modifications.
commit 00fd78483a753a5c55a33bff6bc074a22334cea9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 07:23:59 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 3334ffc4008e32b68a6b7d81624c543bad216cb3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 06:20:20 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 6747c6a66234ae359e1fe36e10252d9bfc74e18e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Mar 14 03:21:47 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 038d5c69462694476142aea00f5c1d52e3710025
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Mar 14 03:21:08 2026 +0000
Update ente-auth-appimage to extract enteauth.desktop instead of ente_auth.desktop
Upstream changed the name of the desktop file in their AppImage from
ente_auth.desktop to enteauth.desktop.
This updates the github actions workflow generation script to expect the
new filename, and updates the existing ebuilds to use the new filename
as well.
commit a80b535f25987d29c18436c0caba8c102dd27a68
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Mar 13 07:28:45 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 314d02c286da7772a0039e08aa9692ea26b6e1c4
Author: arran4 <111667+arran4@users.noreply.github.com>
Date: Thu Mar 12 07:50:20 2026 +0000
fix: update Manifest files
commit 5fd4db291cf8fca96b5b5312dabcb005968b4336
Merge: 4e1dd6f b11b76f
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Mar 12 18:49:53 2026 +1100
Merge branch 'main' into jules-13931331924230986073-33c4b2a3
commit 4e1dd6f0ce63ba6d3e6040f05cc820cb89a59eeb
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Thu Mar 12 07:48:24 2026 +0000
app-misc/ente-auth-appimage: fix MissingManifest
- Fixed MissingManifest error reported by pkgcheck on CI by updating Manifest for ente-auth-appimage
commit b11b76f3956effc0e95af7a4b09dd530b87aecec
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Mar 12 07:29:29 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 8c6a675589e9e41150b30ad3e498428c4602619e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Mar 11 07:28:21 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit dd1c8386ae45b02d0ded83ef5c6e7c94251de973
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 07:26:54 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 9a83d00cfa1f2c99cee23fd54b5e9c8c4ca1ce3f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 01:11:09 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 706ca29bc48ac3f3092c5b02e9baef8d783461a2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:37:41 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit e875bd4d772812c4862744bd39d9a419d2808893
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:37:07 2026 +0000
Convert ente-auth-appimage workflow to manually maintained
Since the `ente-auth-appimage` update workflow now contains custom bash logic to detect upstream asset size changes and perform RC bumps (resolving Manifest mismatches), it can no longer be safely managed by the `overlay_workflow_builder_generator`.
This commit:
- Comments out the `ente-auth-appimage` entry in `current.config` so it won't be overwritten.
- Updates the header in `.github/workflows/app-misc-ente-auth-appimage-update.yaml` to explain why the workflow is manually maintained.
commit 286356961cc62401f0bbf323411b82e685147b8c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:19:05 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 864b1bb41050cd67259e1f116eb08bbe769b1537
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:18:29 2026 +0000
Fix logic in workflow RC bump for ente-auth-appimage
This fixes several issues in the automatic size mismatch detection and RC bumping logic for the `ente-auth-appimage` workflow:
1. Adds `-L` flag to `curl` to follow GitHub release redirects so we can accurately read the `Content-Length`.
2. Uses `find` instead of `ls` to silence shellcheck `SC2012` from `actionlint` and strictly matches versions/revisions to avoid prefix collisions.
3. Removes the old, broken ebuild when generating a new revision, ensuring the tree isn't left in a broken state.
commit 71dde2a01f6ba2067ce5d23a177dad9a3e2fc3cb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:05:19 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 4e65c09a8409ebbf91be4142566b48e75510232f
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Mar 10 00:04:41 2026 +0000
Automate ebuild RC bumps for ente-auth-appimage size changes
Updates the GitHub Actions workflow to check the `Content-Length`
of the upstream asset and compare it with the size recorded in
the `Manifest` for the highest existing ebuild revision. If a mismatch
is detected, the workflow will now automatically generate a new ebuild
with an incremented revision (e.g., `-r1`) and update the `Manifest`.
Additionally renames `ente-auth-appimage-4.4.18_beta.ebuild`
to `-r1.ebuild` and updates the Manifest to ensure users get the new
upstream asset.
commit 14ee5864540c3a6a8ed0b2b8743ada7548a92171
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon Mar 9 10:13:26 2026 +0000
Fix Manifest size mismatch for ente-auth-appimage-4.4.18_beta
Upstream replaced the release asset for auth-v4.4.18-beta without
updating the tag, resulting in a size mismatch (43719160 vs 43706872)
when Portage attempts to verify the downloaded file against the original
recorded values in the Manifest file.
This commit updates the Manifest size and checksums via `g2` to the new
values from the currently available upstream asset.
commit 1a1b25d256204cd911835e4f233b468355735311
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Tue Feb 24 07:03:51 2026 +0000
app-misc/ente-auth-appimage: update Manifest for 4.4.18_beta
The upstream asset for version 4.4.18_beta seems to have been replaced,
resulting in a checksum mismatch.
This commit updates the Manifest with the new filesize, BLAKE2B, and SHA512 checksums.
New File: ente-auth-v4.4.18-beta-x86_64.AppImage
Size: 43706872
BLAKE2B: cd856abb9ebdb7c0a5d250d39dce0f10488e4329d01e8fc6112396c16632d20ad4ab45aed8aef963f2d8d269d241ea6b37c402f11934f5c324c648842e62e36f
SHA512: 8fddcdb0ce53c08d7d883f8dce581055ef3da0717f271c55065e846cd41519a53f229c8c88da0f6ffbcfa39d9de7477d3919ab2a47415c92e5ef9fbc53e643de
commit 0bb21be84bcd3373ec302d5a00302e21af36bb1d
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Feb 15 04:35:51 2026 +0000
Remove duplicate ebuilds
commit 4eb55a913244776a9ab19750038a0160c2b4f53d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Feb 10 07:34:21 2026 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 34bf93d085210156e186985330f5f3b5a018adac
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Dec 21 04:13:03 2025 +0000
Remove duplicate ebuilds
commit 4c69eaa8ee4e16b94b78087cc6e7fd630fcb411c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 19 07:17:25 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit d8dd766a2a84cb98bbd0c95ce0f02692f8480c9a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Dec 18 07:17:24 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit fcba72a9dc3653b66dd698d64574c67b046cd83b
Author: Arran Ubels <arran4@gmail.com>
Date: Sat Dec 6 16:29:29 2025 +1100
Clean up outdated ente-auth appimage versions
commit 9cc439406506e8f8b0b77a31408f209d02649f12
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 5 07:17:00 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 4bb2b3f56492ff8af6fd88c381de2f62f79196f1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Dec 2 07:17:29 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 5642e3edb2ebfe68447e210e9d536e599cfcdcb5
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Nov 23 22:23:11 2025 +1100
Update ente-auth-appimage-4.4.11 beta distfile checksums
commit 2f5bfbaad6926f44e31160c1b68d52d10cc787bd
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Nov 16 04:04:38 2025 +0000
Remove duplicate ebuilds
commit 66885534b99a6fe5265cc3037f726c62c601f32a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Nov 13 07:16:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 6ba536eb1788f829ae56b2a0bc94f30edbd5acef
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Nov 11 07:16:46 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 50cf0661cbe5f4a45c98dada308db9d342264037
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Nov 6 16:42:09 2025 +1100
Update ente-auth 4.4.8 beta distfile hashes
commit 4bf8de50c505524af0cf42ae166c6376a5cb0ea1
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Nov 2 04:02:45 2025 +0000
Remove duplicate ebuilds
commit 389436b0608c651034b23a06dfc75c03c5f46bd9
Author: Arran Ubels <arran4@gmail.com>
Date: Fri Oct 31 14:29:44 2025 +1100
app-misc/ente-auth-appimage: fix 4.4.8_beta manifest entry
commit 93c1c8f06ea852067429db73aaa438472f072904
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Oct 30 07:16:27 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit f70a0771ec79a197f9dd890c4663c934344ec5fe
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Aug 21 07:17:02 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit e8c24ae435761dd5f2454528f96e200253677f8a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jul 22 07:17:18 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 3228454ed978f3195a99282beabd987923055cbb
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Jun 15 20:46:07 2025 +1000
Update ente-auth license
commit 42c6e0e5f97575bb18a4295663d9c5e221ebcb5c
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Jun 5 08:58:34 2025 +1000
Remove old redundant ebuilds
commit 062daf616f362fa5d9c8bbccef4a9e582d82c074
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jun 3 07:16:32 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit dc8a29e4c689c490362d29c485f798ee4add793c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat May 17 07:15:59 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 9b7bf23389474388afc31502847e17949bc13e2e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 26 07:15:54 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 05e0c48ae6c795c11694740ae312121b1cfe1d83
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jan 29 07:15:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit f422042b741150b95598e3063053114e07da2335
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jan 23 07:15:38 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 2013061c74318023565e23a3b8fe732acc15f583
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Jan 16 07:15:38 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 31edba677ea3da3cb8aa867d0381ab5e2e90313c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jan 15 07:15:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 319c1d217dd56efcb5c8eeb8dbc3a980372451b0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Jan 12 07:15:36 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 817ffc071707931313c8d35ce1f3e6e00c9deb79
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Jan 4 07:15:25 2025 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 36a9a646233e8db10dbdf38ea2bc34855f799381
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Dec 28 07:15:21 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit d5e881c3e0742be8cee1a0b8dee5ca552e64e9da
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Dec 24 07:15:53 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 625f55418a8716d1bc65b1afcbb8e3f2b5bb0a4b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Dec 8 07:16:34 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit ed10637e711c3456fcd74773338f6505e990f6f6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Dec 7 07:16:07 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 6b9d974b13466933ce82777129dc8851c3679f2c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 6 07:16:10 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 27f01625da9fb7533227189e722aafad786cbcaa
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Nov 6 07:15:52 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 3e9a39d0b865efd9cac3b1babc63965a86322000
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Oct 9 14:46:32 2024 +1100
Purge.
commit eb7c0e94360d03c89a9e7260243582de96e4ee6f
Author: Arran Ubels <arran4@gmail.com>
Date: Sat Oct 5 22:19:42 2024 +1000
As per https://github.com/arran4/arrans_overlay/issues/13 desktop file has changed.
fixed: https://github.com/arran4/arrans_overlay/issues/13
commit 7856f877ff315e085293b5b2250ddbfabba135f2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Sep 30 07:16:08 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 5804bcb21457580618a387d3bbe63f56a68c082e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Sep 29 07:15:35 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 1c95fb5ea60a48752d15f52c6701655530c6f551
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Sep 26 07:16:10 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 0bc952e803f7228277cbe7a3fb248859f5a2a391
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Sep 25 07:16:10 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit fe568563d7efd4e73d1b207390727c1803ec1a80
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sun Sep 22 07:15:32 2024 +0000
Add ebuilds for new ente-auth-appimage releases tag
commit 73ad04d1697c74838bd4ac39137d9981b626aed8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Sep 4 07:01:20 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 7a9cf3f95f11393e9e72d9418962f123958c9342
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Sep 4 17:00:53 2024 +1000
Rebuild
commit d8ba2c20bebada95c80ec1e1212fee40f805d939
Author: Arran Ubels <arran4@gmail.com>
Date: Tue Sep 3 17:59:37 2024 +1000
Fix.
commit 1c8d3b4cefaed6a0807d5bfb8102809e61164178
Author: Arran Ubels <arran4@gmail.com>
Date: Thu Aug 29 14:26:28 2024 +1000
App indicator change
commit 0fa521eae1aa0bf9f1d8dc450542430da7510828
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Aug 22 07:15:42 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit a0e4436ce376a5061870be2c485aaaec89e1ab78
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Aug 17 07:15:06 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 1347ec1fbf2f2c6f73658795d5383cb4bd6b4e87
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Aug 13 07:15:49 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 40643cbbe3e0c9237d006b56f4aca913bbd20056
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Aug 12 02:44:30 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 5b782a952ce9b4ed1ca9d55297b288d6d572682d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Aug 12 02:19:22 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit b240c78a4b1b104016143c02f7ed590fd87ba0c7
Author: Arran Ubels <arran4@gmail.com>
Date: Wed Jul 31 09:51:45 2024 +1000
actually fixed
commit ddae326aac26bdcaf93a85fd82e7b2dfc4845d36
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Jul 28 14:30:46 2024 +1000
Fixed.
commit f18213d84f3f1d5cb507148e0019243d10cfd6a9
Author: Arran Ubels <arran4@gmail.com>
Date: Sun Jun 30 23:00:07 2024 +1000
Fix for: https://bugs.gentoo.org/935176
commit 54b158e23e5cb4a2272e158d7dce29c1ef8db02d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jun 26 00:01:40 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 9e7cf609ce2f8af0a538e0bc180510bce1ec5fcc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 11:01:26 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit f6000b156f55409a7d380699c5c97d51d77d55d1
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 18:07:21 2024 +1000
Rebuild for: xdg utils when a .desktop is involved.
commit dacac192d3b62f64cc89e20f05c19eca976c781c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 07:24:00 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 9d5f17ebd74d5753f245ae7660c2f3db0c21cbc5
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 17:08:30 2024 +1000
More fixes.
commit 603267990b2e2595d46436816aac620334ce1b7a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 06:37:34 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit dc9f7e7611600531bf1f1e6cfdf9e0e718cd90f8
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 16:35:50 2024 +1000
Pay attention
commit a96d53c1ff2efaf1b60a9325aa45b611d7b718ad
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 06:00:06 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit e9a7742059caf2f37a08badaf43921d1722dd9b8
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 15:59:43 2024 +1000
Correct directory
commit 4b9803adbca01408a061f07905c37a6c18df53bb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 05:43:49 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 04f8b41f06ebe318e4d7bb06c9441a146a91557e
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 15:20:51 2024 +1000
Forgot eapply_user
commit ddc218c0dda6c9dfdb4912e374b24325b5112d33
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 05:12:16 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit b00cb7355b9c423fdc34425984142f2d918b73ca
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 15:11:51 2024 +1000
Fixing mistakes.
commit a947de5fdf1e1ca22e925ed40d25bc2a8195253c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 04:37:59 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit ad2dbde413d755cd48b40032b5e4dd6239144e08
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 14:34:12 2024 +1000
Rust desk and some other optimizations
commit e24496b88fdd3d22a81aca42910ff4afb782ccf4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 04:21:41 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 1d8a41eb31f0fa0827387c1aaea018a735ec840a
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 14:21:21 2024 +1000
Opt/bin is the most gentoo way.
commit 5230aec6e2c8205d11175916a12700b24c352265
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 03:55:12 2024 +0000
Add ebuilds for new ente-auth-appimage releases
commit 60f03bfb2095020c68dd3dd95cecc02b6c0c2a3c
Author: Arran Ubels <arran4@gmail.com>
Date: Mon Jun 24 13:54:37 2024 +1000
Requires local directory due to paths.
commit 5f49ef7a74a482d0eee9659308590e373569e713
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Jun 24 03:51:08 2024 +0000
Add ebuilds for new ente-auth-appimage releases

