Overlay containing experimental packages developed by the brazilian community, with focus on providing programs useful to portuguese speaking users and introducing new people to contribute.
This overlay can be installed both manually or using overlay managers, such as
eselect-repository
. Don't forget to emaint sync -a
or emerge --sync
after doing any installation procedure below.
eselect repository enable gentoobr
layman -L
layman -a gentoobr
Create a file /etc/portage/repos.conf/gentoobr.conf
containing:
[gentoobr]
sync-uri = https://github.com/gentoo-mirror/gentoobr.git
sync-type = git
sync-depth = 1
location = /var/db/repos/gentoobr
Please follow the guidelines below when submitting a pull request:
- Use
repoman
to create and verify commits; - Commits must be signed (preferably following GLEP 63);
Also, use the following name convention for commits in the overlay:
- To add a package:
category/package: +
; - To remove a package:
category/package: -
; - To bump/update a package:
category/package: New version
; - To change something else:
category/package: What changed
;