diff options
author | Alice Sell <quarkyalice@disroot.org> | 2022-07-07 13:04:48 -0700 |
---|---|---|
committer | Alice Sell <quarkyalice@disroot.org> | 2022-07-07 13:08:00 -0700 |
commit | 8ac2e455c466f3fc136da27a15a66069ac3e48fc (patch) | |
tree | 548234a333b9695ffc6152978b2d8390d584d804 /README.md | |
download | alicela1n-8ac2e455c466f3fc136da27a15a66069ac3e48fc.tar.gz alicela1n-8ac2e455c466f3fc136da27a15a66069ac3e48fc.tar.bz2 alicela1n-8ac2e455c466f3fc136da27a15a66069ac3e48fc.zip |
initial commit
Signed-off-by: Alice Sell <quarkyalice@disroot.org>
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 +``` |