From 731b0dc8fa37db5ef8af7f5643287a6b0d3f3873 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Thu, 7 Feb 2019 14:51:38 +0100 Subject: [PATCH] README.md added and repo.xml adjusted. --- README.md | 23 +++++++++++++++++++++++ repo.xml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c92b490 --- /dev/null +++ b/README.md @@ -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 +``` + diff --git a/repo.xml b/repo.xml index 7ec3d4f..879afd3 100644 --- a/repo.xml +++ b/repo.xml @@ -9,6 +9,6 @@ gentoo@migmedia.de Micha Glave - https://hg.migmedia.net/public/alpha-quadrant/ + https://git.migmedia.net/alpha-quadrant.git