summaryrefslogtreecommitdiff
blob: 37b15bcf96e9772f0ef09d26f5559d441e04bb7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
```