--- /dev/null
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+EGIT_REPO_URI="git://toy.bzium.org/~embe/man-symlinker.git"
+
+inherit git-2
+
+DESCRIPTION="A program to make symlinks from .so manpages."
+HOMEPAGE=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~x86-macos ~x64-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/python:2.7"
+
+src_install()
+{
+ dobin man-symlinker
+}