--- /dev/null
+[[!template id=gitrepo repo=tove]]
+
+I wanted to install [ikiwiki][] on my home box so I could test-compile
+this blog before pushing commits to the live server. Gentoo's ikiwiki
+ebuild ([bug 144453][]) is in Torsten Veller's overlay, so I forked
+his overlay and bumped the Ikiwiki version number. I've emailed
+Torsten with a merge request, but haven't heard back yet. Anyhow, add
+this [[layman.xml]] to your `/etc/layman/layman.cfg` `overlays` listing
+and run:
+
+ layman -a tove-wtk
+
+Then:
+
+ emerge -av ikiwiki
+
+and you're off!
+
+[ikiwiki]: http://ikiwiki.info/
+[bug 144453]: http://bugs.gentoo.org/show_bug.cgi?id=144453
+
+[[!tag tags/linux]]
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<repositories version="1.0">
+ <repo quality="experimental" status="unofficial">
+ <name>tove</name>
+ <description>Torsten Veller's Overlay</description>
+ <owner>
+ <email>Torsten Veller <tove@gentoo.org></email>
+ </owner>
+ <source type="git">git://git.overlays.gentoo.org/dev/tove.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>tove-wtk</name>
+ <description>Torsten Veller's Overlay (WTK branch)</description>
+ <owner>
+ <email>W. Trevor King <wking@drexel.edu></email>
+ </owner>
+ <source type="git">http://www.physics.drexel.edu/~wking/code/git/tove.git/</source>
+ </repo>
+</repositories>