README.md added and repo.xml adjusted.
This commit is contained in:
parent
7aa357752b
commit
731b0dc8fa
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Alpha-Quadrant
|
||||||
|
|
||||||
|
Gentoo Overlay - experimental ebuilds of misc packages which are not present in
|
||||||
|
the official portage tree.
|
||||||
|
|
||||||
|
## Vision
|
||||||
|
This overlay should help bring a wider range of services to my servers.
|
||||||
|
The selection is subjective and is due to my current moods and interests.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Just add following file to `/etc/portage/repos.conf` and call it e.g.
|
||||||
|
`alpha-quadrant.conf`:
|
||||||
|
|
||||||
|
```
|
||||||
|
[AlphaQuadrant]
|
||||||
|
priority = 20
|
||||||
|
location = /var/portage/alpha-quadrant
|
||||||
|
sync-type = git
|
||||||
|
sync-uri = https://git.migmedia.net/gentoo/alpha-quadrant.git
|
||||||
|
auto-sync = true
|
||||||
|
```
|
||||||
|
|
2
repo.xml
2
repo.xml
@ -9,6 +9,6 @@
|
|||||||
<email>gentoo@migmedia.de</email>
|
<email>gentoo@migmedia.de</email>
|
||||||
<name>Micha Glave</name>
|
<name>Micha Glave</name>
|
||||||
</owner>
|
</owner>
|
||||||
<source type="hg">https://hg.migmedia.net/public/alpha-quadrant/</source>
|
<source type="git">https://git.migmedia.net/alpha-quadrant.git</source>
|
||||||
</repo>
|
</repo>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
Loading…
Reference in New Issue
Block a user