Overlay with applications that aren't available upstream or in other overlays. The music/pro-audio packages have all been moved to the audio-overlay.
- Add an entry to
/etc/portage/repos.conf
:
[simonvanderveldt]
# Use the location where you store your overlays
location = /usr/local/overlay/simonvanderveldt
sync-type = git
sync-uri = https://github.com/simonvanderveldt/simonvanderveldt-overlay.git
auto-sync = yes
- Sync
emerge --sync
- You're all set. Go and install a package :)
If you run into problems please create an issue or send a pull request if you already know how to fix it :)
- GitHub's branch protection is enabled for the
master
branch - Changes can only be done using pull requests
- Pull requests can only be merged if they pass the automated tests, which are run by Travis CI
- Travis CI also runs daily checks if a new version of one of the packages in this overlay is released. If so, an issue requesting a version bump will be created
The following tests are run for every pull request:
- repoman checks:
full
to check if the overlay and ebuilds are correct--xmlparse
to check if themetadata.xml
files are correct