Skip to content

Gentoo overlay that brings you the newest versions of modern software.

Notifications You must be signed in to change notification settings

BlueManCZ/edgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30a453c · Mar 23, 2025
Nov 12, 2024
Jun 10, 2023
Jun 8, 2022
Sep 2, 2024
Nov 25, 2022
Oct 8, 2022
May 15, 2023
Jul 1, 2024
Jan 29, 2025
Jul 26, 2020
Feb 25, 2025
Jan 27, 2025
Mar 26, 2024
Jul 1, 2024
Nov 6, 2024
Mar 23, 2025
Feb 3, 2025
Feb 3, 2025
Aug 14, 2021
Jan 3, 2025
Dec 26, 2024
May 15, 2023
Mar 6, 2023
Nov 25, 2022
Aug 25, 2021
Jun 10, 2023
Dec 17, 2024
Mar 25, 2020
Nov 19, 2021
Nov 3, 2024
Mar 22, 2025
Aug 9, 2022
Sep 2, 2024
Feb 3, 2025
Feb 25, 2025
Dec 31, 2023
May 15, 2023
May 28, 2023
Jun 6, 2023

Repository files navigation

edgets The main goal of edgets overlay is to bring you the newest versions of modern software available across the internet.

Getting started

Edgets is available through eselect/repository, so all you need to do is install app-eselect/eselect-repository (if you don't have already) and enable the repository.

# emerge --ask app-eselect/eselect-repository
# eselect repository enable edgets
# emerge --sync

Unmasking packages

Most of the packages are masked, so you have to unmask them or tell portage to do so.

# emerge --ask <package-name> --autounmask   # type yes
# dispatch-conf                              # press u

More information about unmasking here.

If you, for example, want to unmask all packages from this overlay for architecture amd64, create file /etc/portage/package.accept_keywords/edgets with following content:

*/*::edgets ~amd64

Installing packages

Now, when overlay is added and package unmasked, you are ready to install it.

# emerge --ask <package-name>

Upgrading packages

Synchronize overlay tree and unmask newest version of package.

# emerge --sync
# emerge --ask <package-name> --autounmask   # type yes
# dispatch-conf                              # press u
# emerge --ask <package-name>

You can use >= in /etc/portage/package.accept_keywords/package.accept_keywords to avoid manual unmasking for every version bump.

Featured packages

See PACKAGES.md

Contribution

If you want to add, update or fix some package ebuild in edgets overlay,
you can open new issue or create a pull request. Your contribution is welcome.

About

Gentoo overlay that brings you the newest versions of modern software.

Topics

Resources

Stars

Watchers

Forks