diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..37b15bc --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# alicela1n-gentoo-overlay +My personal ebuild repository for Gentoo. +**Most stuff here is for my personal usage, some of it might not even build or install, use at your own risk**, pull requests and GitHub issues welcome. + +# Submitting issues +If you are submitting an issue for an individual package, please use `app-text/wgetpaste`. + +You can use wgetpaste to grab a log of what's going on when you install the package like so: +``` +# wgetpaste -i -c "emerge -v --ignore-default-opts (name of package)" +``` +You can grab build logs from /var/tmp/portage: +``` +# wgetpaste -i "/var/tmp/portage/(category)/(name of package)/temp/build.log +``` + +# Adding and removing the overlay +Add repository with: +``` +# eselect repository add alicela1ns-overlay git https://github.com/alicela1n/alicela1n-gentoo-overlay.git +# emaint sync -r alicela1ns-overlay +``` + +Remove repository with: +``` +# eselect repository del alicela1ns-overlay git https://github.com/alicela1n/alicela1n-gentoo-overlay.git +``` |