]> git.bzium.org - embe/overlay.git/blobdiff - app-portage/man-symlinker/man-symlinker-9999.ebuild
Poprawka copyrightów.
[embe/overlay.git] / app-portage / man-symlinker / man-symlinker-9999.ebuild
index d5725c0db87219c26b5148fd113bbbb675a5ad1b..ad6b5013e617edc882ba425c47387eadd5185e2a 100644 (file)
@@ -1,25 +1,15 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
+EAPI="5"
 
 EGIT_REPO_URI="git://toy.bzium.org/~embe/man-symlinker.git"
 
-inherit git-2
+PYTHON_COMPAT=(python2_7)
+
+inherit git-2 distutils-r1
 
-DESCRIPTION="A program to make symlinks from .so manpages."
+DESCRIPTION="A program to make symlinks from .so links in manpages."
 HOMEPAGE=""
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/python:2.7"
-
-src_install()
-{
-       dobin man-symlinker
-}