]> git.bzium.org - embe/overlay.git/blobdiff - app-portage/man-symlinker/man-symlinker-9999.ebuild
Podbicie EAPI do 5: app-portage/man-symlinker-9999
[embe/overlay.git] / app-portage / man-symlinker / man-symlinker-9999.ebuild
index eb820c6dc4215b4ce7bce5cb6c9a2012bc4560f2..bf8da415d5740b6d438667622a1323d4a623d707 100644 (file)
@@ -2,24 +2,18 @@
 # 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)
 
-DESCRIPTION="A program to make symlinks from .so manpages."
+inherit git-2 distutils-r1
+
+DESCRIPTION="A program to make symlinks from .so links in manpages."
 HOMEPAGE=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~x86 ~amd64 ~x86-macos ~x64-macos"
+KEYWORDS=""
 IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/python:2.7"
-
-src_install()
-{
-       dobin man-symlinker
-}