Adding udiskie for 1.4

This commit is contained in:
Gerardo J. Puerta
2019-10-11 20:26:19 +02:00
parent ac90cb8c8a
commit a2701e98ac
11 changed files with 226 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# overlay
## Funtoo and Gentoo overlay repository
## Funtoo overlay repository
### Contents
* Fresh ebuilds waiting for addition to the official portage tree.
@ -8,6 +8,12 @@
### Manual installation:
```
git clone https://office.gnuardo.com/code/gerardo/overlay gnuardo
echo 'PORTDIR_OVERLAY="$PWD/gnuardo"' >> /etc/portage/make.conf
git clone https://office.gnuardo.com/code/gerardo/overlay gnuardo-kit
echo 'PORTDIR_OVERLAY="$PWD/gnuardo-kit"' >> /etc/portage/make.conf
cat > /etc/portage/repos.conf/gnuardo-kit << EOF
[gnuardo-kit]
location = $PWD/gnuardo-kit
auto-sync = yes
priority = 10
EOF
```