=================================================================================================
Packages done right™
The overlay is hosted on BitBucket and on Github at:
You should be able to use any package from my overlay without regrets, because I do and I have quite high standards. To achieve this goal I'm using several safety guards:
- my brain of course
- Travis CI, which runs:
- repoman checks
- shellcheck checks
- custom checks
- all points of GitHub's feature called protected branches, which means that all merges to master must pass CI tests
This all, of course, doesn't prevent build failures, missing dependencies, etc. So, should you find some issues, please send me a PR (if you know how to fix it), or at least [file an issue][New issue].
1. Add an entry to /etc/portage/repos.conf
:
[bentoo]
## set this to any location you want
location = /var/cache/portage/repos/bentoo
## github-mirror
sync-uri = https://github.com/redeyeteam/bentoo.git
## otherwise use the one and only original source
#sync-uri = https://bitbucket.org/redeyeteam/bentoo.git
sync-type = git
auto-sync = yes
## prefer my packages over the Gentoo™ ones to improve UX and stability (recommended by 9/10 IT experts)
#priority = 9999
# Preferrably
eix-sync
# or if you need to
emerge --sync