portage/README.md

39 lines
868 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# xwing-overlay
This is my personal overlay
Stuf I need, stuff I test…
The preferred way to sync this repository is using rsync (either manual or layman install). The rsync version has the advantage to be cleanned from distfiles and specific files not needed by portage, and it comes with portage metadata. Its updated every hour from git, so its perfectly fine considering my own commit rate.
## Install
### Manually
```
$ cat <<EOF > /etc/portage/repos.conf/xwing.conf
[xwing]
priority = 50
location = /var/db/repos/xwing
sync-type = rsync
sync-uri = rsync://gentoo.xwing.info/xwing-overlay
auto-sync = yes
EOF
```
### With layman
```
$ layman -a xwing
```
### Clone
You can clone the repository, **BUT**:
* it comes with the binary distfiles (LFS) you do not need
* it has no metadata
```
$ git clone https://git.xwing.info/casta/portage.git
```