add README, metadata overlay.xml profiles

This commit is contained in:
Trent Palmer 2018-01-01 23:57:28 -08:00
commit d278c88b06
4 changed files with 36 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
## What is this?
An unofficial overlay obviously, to experiment with ebuilds.
To manually add overlay:
```
layman -f -a gentoo-overlay-trent -o https://raw.githubusercontent.com/TrentSPalmer/gentoo-overlay-trent/master/overlay.xml
```
## Test drive?
[Here's a Gist](https://gist.github.com/TrentSPalmer/a929dfdb0cdb7dd946d313bde708900e)
with instructions for how to quickly spin up an nspawn container to do some test building,
if you are into that sort of thing.
## Portage Category
the app-nvim category requires a configuration file
```conf
# /etc/portage/categories
app-nvim
```

1
metadata/layout.conf Normal file
View File

@ -0,0 +1 @@
masters = gentoo

15
overlay.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="unofficial">
<name>gentoo-overlay-trent</name>
<description>ebuild practice</description>
<homepage></homepage>
<owner>
<email></email>
<name>Trent Palmer</name>
<name>TrentSPalmer</name>
</owner>
<source type="git">https://github.com/TrentSPalmer/gentoo-overlay-trent.git</source>
</repo>
</repositories>

1
profiles/repo_name Normal file
View File

@ -0,0 +1 @@
gentoo-overlay-trent