Personal Portage Overlay for Gentoo Linux based systems.
Note
Currently, it's a boilerplate repository.
There are many ways to use this repository. The following are two methods:
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.
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
.
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
.
Find my packages/overlay at: gpo.zugaina.org/Overlays/tanvir