/portage-overlay

Personal Portage Overlay for Gentoo Linux based systems

Primary LanguageShellGNU General Public License v2.0GPL-2.0

About

Personal Portage Overlay for Gentoo Linux based systems.

Note

Currently, it's a boilerplate repository.

Using This Repository

There are many ways to use this repository. The following are two methods:

Local Repository

For the local repository method, create a /etc/portage/repos.conf/tanvir file and add the following:

[tanvir]
priority = 10
location = /var/db/repos/tanvir
sync-type = git
sync-uri = git://github.com/tanvir/portage-overlay.git
auto-sync = Yes

Then run <superuser> emerge --sync tanvir. Portage should now find and update the repository.

Eselect

You can also use the eselect repository method. Execute the following:

<superuser> eselect repository add tanvir git "https://gitlab.com/tanvir/portage-overlay"

Or, simply from the official list: <superuser> eselect repository enable tanvir.

Layman

You can also use the Layman tool to add and sync the repository. Execute the following:

<superuser> layman -o https://raw.githubusercontent.com/tanvir/portage-overlay/dev/repository.xml -f -a tanvir

Or, simply from the official list: <superuser> layman -a tanvir.

Zugaina

Find my packages/overlay at: gpo.zugaina.org/Overlays/tanvir

References