]> git.bzium.org/ - embe/overlay.git/blobdiff - app-portage/man-symlinker/man-symlinker-9999.ebuild
Nowy pakiet: app-portage/man-symlinker-9999
[embe/overlay.git] / app-portage / man-symlinker / man-symlinker-9999.ebuild
diff --git a/app-portage/man-symlinker/man-symlinker-9999.ebuild b/app-portage/man-symlinker/man-symlinker-9999.ebuild
new file mode 100644 (file)
index 0000000..eb820c6
--- /dev/null
@@ -0,0 +1,25 @@
+# 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
+}