mkogg.py: Prefix imports with underscores for a clean namespace
[mw2txt.git] / posts / Tove_overlay.mdwn
1 [[!template id=gitrepo repo=tove]]
2
3 I wanted to install [ikiwiki][] on my home box so I could test-compile
4 this blog before pushing commits to the live server.  Gentoo's ikiwiki
5 ebuild ([bug 144453][]) is in Torsten Veller's overlay, so I forked
6 his overlay and bumped the Ikiwiki version number.  I've emailed
7 Torsten with a merge request, but haven't heard back yet.  Anyhow, add
8 this `layman.xml` to your `/etc/layman/layman.cfg` `overlays` listing
9 and run:
10
11     # layman -a tove-wtk
12
13 Then:
14
15     # emerge -av ikiwiki
16
17 and you're off!
18
19 Update: Torsten just [pushed the ikiwiki ebuild into Portage][pushed].
20 There is no longer any need to mess around with layman if you want to
21 install ikiwiki.
22
23 [ikiwiki]: http://ikiwiki.info/
24 [bug 144453]: http://bugs.gentoo.org/show_bug.cgi?id=144453
25 [pushed]: http://bugs.gentoo.org/show_bug.cgi?id=144453#c34
26
27 [[!tag tags/blogging]]
28 [[!tag tags/linux]]