gpo.zugaina.org

Search Portage & Overlays:

app-misc/lf

Terminal file manager

Screenshots

ChangeLog

commit a5bc9e843d49eb2267fc3c9cc0d0891f4c288975
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 10 06:51:38 2025 +0600

app-misc/lf: modify src_unpack() internally instead of redefining

functions should be defined on the order that they are called

for more info, check:
https://github.com/gentoo/guru/commit/e19c6d574461655f11cb1c6e1b37ff22c9a6ff70#commitcomment-172006236

Signed-off-by: ingenarel <ingenarelitems@gmail.com>

commit 880455c7d9c0ef76d04170ed6d11831217aa10f7
Author: ingenarel <ingenarelitems@gmail.com>
Date: Wed Dec 10 06:20:37 2025 +0600

app-misc/lf: fix LICENSE for dependencies

- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that

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 d8f39f465a9a6cf3527a887a8eb258f30f77b542
Author: ingenarel <ingenarelitems@gmail.com>
Date: Sat Nov 29 04:58:02 2025 +0600

app-misc/lf: add 9999

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/399
Closes: https://github.com/gentoo/guru/pull/399
Signed-off-by: ingenarel <ingenarelitems@gmail.com>

commit b67aef7386f7aa5d358ea8b673b3fbd5f825bcb5
Author: ingenarel <ingenarelitems@gmail.com>
Date: Sat Nov 29 04:57:36 2025 +0600

app-misc/lf: add 38

logic changes:
- use an ebuild template

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/399
Signed-off-by: ingenarel <ingenarelitems@gmail.com>

commit 8eb150d7c66481bb89d92eb850e08819830c4ce5
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Mon Aug 25 11:51:01 2025 -0400

app-misc/lf: add 37

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit feb5719f1432380510c39b994f5b055067bbae5e
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Fri Aug 22 12:58:54 2025 -0400

app-misc/lf: add 36

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 6dd67d6620e263eedbcf308028dc6f9b903463f2
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jul 29 16:35:30 2025 +0200

app-misc/lf: QA check fixes

* Install bashcomp alias for lfcd.
* Don't strip the binary.

Closes: https://bugs.gentoo.org/927509
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit ad3d0a42293305877c606c2ea01894b19f6a9ecd
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jul 29 16:26:39 2025 +0200

app-misc/lf: drop 27, 28-r1, 29, 31, 32

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit bb158ff473c58905f14b196db2b96c8c3b6330f3
Author: ingenarel <ingenarelitems@gmail.com>
Date: Fri Jul 25 07:34:56 2025 +0600

app-misc/lf: EAPI 7 -> 8; insinto -> shell-completion.eclass; go build -> ego build

also fixes the following pkgcheck warnings:

app-misc/lf
DeprecatedInsinto: version 27: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 48: insinto /usr/share/zsh/site-functions
DeprecatedInsinto: version 27: deprecated insinto usage (use dofishcomp or newfishcomp from shell-completion.eclass instead), line 52: insinto /usr/share/fish/vendor_completions.d
DeprecatedInsinto: version 29: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 48: insinto /usr/share/zsh/site-functions
DeprecatedInsinto: version 29: deprecated insinto usage (use dofishcomp or newfishcomp from shell-completion.eclass instead), line 52: insinto /usr/share/fish/vendor_completions.d
DeprecatedInsinto: version 30: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 48: insinto /usr/share/zsh/site-functions
DeprecatedInsinto: version 30: deprecated insinto usage (use dofishcomp or newfishcomp from shell-completion.eclass instead), line 52: insinto /usr/share/fish/vendor_completions.d

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/355
Closes: https://github.com/gentoo/guru/pull/355
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit b5dd78a48c96fec62df42ff10d597a4c6f15a3d9
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu May 1 17:40:48 2025 +0500

*/*: drop inactive maintainer

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 9ca480740d7d98e4fcc730ce024f97d5ac6b4a97
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Sat Nov 9 06:30:00 2024 -0500

app-misc/lf: use ego instead of calling go directly

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 97bc4fd063e70806ed6312f33c6a0ae54b83763e
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Sat Nov 9 05:58:23 2024 -0500

app-misc/lf: add 33

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit afbad6a0e7a239fb0e1a81b5724aad80ff9127fa
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Fri Jun 21 09:25:40 2024 -0400

app-misc/lf: fix copyright year

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit d322806ea3932c05a03b1b9b25304ac12f92833d
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Thu Jun 20 22:25:22 2024 -0400

app-misc/lf: add 32

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit f2be215fb991955a99bceb9ba10e5abecd2147ea
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Fri Apr 26 16:46:35 2024 +0200

*/*: fix variable order

Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit 57cf8e9eded06c5b1daeeed7f1c099dbd97a637a
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Thu Sep 21 03:29:38 2023 -0400

app-misc/lf: use shell-completion

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit b4ea55cf78e04c4232d4cf16ec74b098c0e51e14
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Wed Sep 20 13:23:17 2023 -0400

app-misc/lf: update EAPI 7 -> 8

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 8fcd1721f4d03aaf0a9b091425406c538376ce67
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Wed Sep 20 13:20:46 2023 -0400

app-misc/lf: add 31

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 27bfc458aa46aa510d07166e1725909a935f074f
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Sat May 20 10:32:29 2023 -0400

app-misc/lf: add 30

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit b782da03b1d821daf6de39a83e1eb4efe700fb86
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Thu May 4 00:11:53 2023 -0400

app-misc/lf: fix metadata.xml indent

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 4ade818fd4f87120d33ad0755292903dc485256b
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Wed May 3 23:03:50 2023 -0400

app-misc/lf: add 29

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 6469064f63519df708011031c78171dc0455b036
Author: Jonas Frei <freijon@pm.me>
Date: Wed Apr 12 05:52:53 2023 +0200

app-misc/lf: EAPI 7->8, use 'shell-completion' eclass

Signed-off-by: Jonas Frei <freijon@pm.me>

commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500

*/*: update metadata schema uri

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit c9cf86438bc72ebcb21ad616133fe4291542f354
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Sat Dec 24 16:03:06 2022 -0500

app-misc/lf: add 28

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 7f836072cf13bcbf520ba9858c3a8f83438fcfad
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Mon Aug 29 12:38:05 2022 -0400

app-misc/lf: update SRC_URI

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit 39f09e88c43bae59c4f1d5afaafe005670491d7a
Author: Efe İzbudak <efe.izbudak@metu.edu.tr>
Date: Sat Aug 27 07:51:27 2022 -0400

*/*: maintainer name / address change

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>

commit b67ad9b73574661e328a7ed6137e4f9a3b8d793d
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Thu Apr 14 08:23:14 2022 +0300

app-misc/lf: drop 20, 22

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit 9c68b12dec128ac9f9696f7dcaf3edad0fc5b238
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Mon Apr 11 20:19:50 2022 +0300

app-misc/lf: Use xdg not xdg-utils

Closes: https://bugs.gentoo.org/837767

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit 99b8bcab13e4f5a451926ae628cd099a9db83c8a
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Mon Apr 11 10:17:37 2022 +0300

app-misc/lf: Update mimeinfo cache

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit 9fd0a44f8608183568f6829fa95a68b83f602fae
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Sat Apr 9 00:00:40 2022 +0300

app-misc/lf: Fix ambigious comment

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit c661464bbbbb2498ff958c6c3cff2cf3c777056e
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Fri Apr 8 23:59:13 2022 +0300

app-misc/lf: Use dependency tarball not EGO_SUM

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit 289d837890489aa98feaada08ceaa25928f41221
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Fri Apr 8 23:56:07 2022 +0300

app-misc/lf: Stop using X flag for desktop file

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit eee5f79450fbed360132e925d2eccbd92a424aa7
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Fri Apr 8 23:49:53 2022 +0300

app-misc/lf: Use domenu instead of doins

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit 9a7e858fc191a45c2e0932f0a93d673bb0acfb14
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Thu Apr 7 21:30:25 2022 +0300

app-misc/lf: add myself as a maintainer

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit 1463f0fcca2d1d6059b9a349e428d1fbd2d536ba
Author: Dex Conner <cantcuckthis@danwin1210.de>
Date: Thu Apr 7 21:27:49 2022 +0300

app-misc/lf: add 27

Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>

commit d482e260a076de8ed78226e3a477923089bc5ae6
Author: Anna Vyalkova <cyber+gentoo@sysrq.in>
Date: Mon May 24 16:34:58 2021 +0500

app-misc/lf: add 22

Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>

commit 1d5b22ec60e28c5d5cc23c1917b0263a24b1e9b2
Author: Simon van der Maas <svdm-gentoo@protonmail.com>
Date: Tue Feb 16 21:59:44 2021 +0100

app-misc/lf: fixed ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>

commit 25112c872fbac334a11da263039e67b5898da079
Author: Simon van der Maas <svdm-gentoo@protonmail.com>
Date: Tue Feb 16 21:19:19 2021 +0100

app-misc/lf: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>