Add OpenCL link to GPGPU post.
[blog.git] / posts / Gentoo_overlay.mdwn
1 [[!template id=gitrepo repo=wtk-overlay]]
2
3 I broke down today and looked into [Gentoo overlays][] and [layman][].
4 It seems much simpler now than it did when I last looked at it a year
5 or so ago.  I guess I'm just more familiar with how portage works...
6
7 Anyhow, I've posted my personal `wtk` overlay and [[layman
8 XML|layman.xml]] describing it (update: my overlay is now listed in
9 the [global overlay list][global], so there is no need to mess with my
10 personal `layman.xml`).  The overlay is a fairly strange mix:
11
12 - app-misc/lifelines
13   ([Gentoo 42103](http://bugs.gentoo.org/42103))
14 - dev-util/be
15   ([Gentoo 303867](http://bugs.gentoo.org/303867))
16 - media-gfx/metacam
17   ([Gentoo 65200](http://bugs.gentoo.org/65200))
18 - media-sound/abcmidi
19   ([Gentoo 76017](http://bugs.gentoo.org/76017))
20 - sci-physics/hooke
21   (my branch of the [[Hooke]] force spectroscopy analyzer)
22 - sci-physics/sawsim
23   (my [[sawsim]] force spectroscopy simulator)
24
25 For those that aren't yet familiar with layman and overlays, install
26 layman with:
27
28     # emerge -av app-portage/layman
29
30 Optionally edit `/etc/layman/layman.cfg`, and install my overlay with:
31
32     # layman --add wtk
33
34 Then go ahead and `emerge` any of the extra packages my overlay
35 provides!
36
37 You might also be interested in my [[branch of Torsten Veller's
38 overlay|Tove overlay]].  Update: my branch made it easier to install
39 updated versions of [ikiwiki][], but Torsten has sinced pushed the
40 ikiwiki ebuild into the stock Portage tree..
41
42 [Gentoo overlays]: http://www.gentoo.org/proj/en/overlays/userguide.xml
43 [layman]: http://layman.sourceforge.net/
44 [global]: http://www.gentoo.org/proj/en/overlays/repositories.xml
45 [ikiwiki]: http://ikiwiki.info/
46
47 [[!tag tags/linux]]