From 15d823456931c3928a950e354cfa9bcb9cbf73f9 Mon Sep 17 00:00:00 2001 From: HanzZ Date: Thu, 7 Feb 2013 12:18:56 +0100 Subject: [PATCH] gentoo instructions --- documentation/index.md | 1 + documentation/installation/gentoo.md | 54 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 documentation/installation/gentoo.md diff --git a/documentation/index.md b/documentation/index.md index fd06fb79..2fc06bdf 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -11,6 +11,7 @@ title: Spectrum 2 * [Debian/Ubuntu packages](installation/debian_ubuntu.html) * [Fedora/RHEL/CentOS packages](installation/fedora_rhel.html) +* [Gentoo ebuild](installation/gentoo.html) * [Installing from source code](installation/from_source_code.html) #### Tutorials diff --git a/documentation/installation/gentoo.md b/documentation/installation/gentoo.md new file mode 100644 index 00000000..85c07302 --- /dev/null +++ b/documentation/installation/gentoo.md @@ -0,0 +1,54 @@ +--- +layout: page +title: Spectrum 2 +--- + + +Thanks to layman, it is very easy to install Spectrum2. + +To use other repositories, please firt installing layman: + + # emerge layman + +Please make sure the **git** USE-Flag ist set. + +Now, you need to add the overlay by creating a new file, let's call it `/etc/layman/overlays/spectrum2.xml`: + + + + + + + + http://pubgit.rpgfiction.net/?p=portage-overlay.git;a=summary + + chain@rpgfiction.net + + + git://pubgit.rpgfiction.net/portage-overlay.git + + + + +Now you need to add the second line to `/etc/layman/layman.cfg`: + + overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml + file:///etc/layman/overlays/spectrum2.xml + +All done! Add the overlay by issuing + + # layman -S + # layman -a spectrum2 + + +## Install spectrum2 + + # emerge spectrum:2 --autounmask-write -a + + # dispatch-conf + (or) + # etc-update + + # emerge spectrum:2 -a + +This will tell portage to unmask the needed packages, all dependencies should be pulled in automatically, you can change the needed features by the USE-Flags provided.