]> git.bzium.org - embe/overlay.git/blob - 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
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="4"
6
7 EGIT_REPO_URI="git://toy.bzium.org/~embe/man-symlinker.git"
8
9 inherit git-2
10
11 DESCRIPTION="A program to make symlinks from .so manpages."
12 HOMEPAGE=""
13
14 LICENSE="public-domain"
15 SLOT="0"
16 KEYWORDS="~x86 ~amd64 ~x86-macos ~x64-macos"
17 IUSE=""
18
19 DEPEND=""
20 RDEPEND="dev-lang/python:2.7"
21
22 src_install()
23 {
24         dobin man-symlinker
25 }