]> git.bzium.org - embe/overlay.git/commitdiff
Aktualizacja app-portage/man-symlinker-9999
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Mon, 15 Oct 2012 18:26:33 +0000 (20:26 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Mon, 15 Oct 2012 18:26:33 +0000 (20:26 +0200)
app-portage/man-symlinker/Manifest
app-portage/man-symlinker/man-symlinker-9999.ebuild

index 78eb08066aa313cbb3438def7b06264af156de3f..0bdab3296ad7d996f426985efe48ba3b1364752b 100644 (file)
@@ -1 +1 @@
-EBUILD man-symlinker-9999.ebuild 414 RMD160 27e28555da30eb087f52a9910e4750b06e6894c2 SHA1 cbee32cc384b545891506fc3feb5e4992bb56860 SHA256 98a2117d674eb4e8634e6ffc891783e292c5daf1ab96ce5069285830eea0c36a
+EBUILD man-symlinker-9999.ebuild 382 SHA256 3182606b0d5db9819bd7ecbc5b49c7d1afa6d691cb5e5e8e11b61be2a0774592 SHA512 d3f621984b7e688dc92ae6817d00587d0f57b8a330ac75966521522f58311d97cbb6567f2f561c1c86bdb6c719b61be19d35457fbfe9e9a8730a371bb3593b64 WHIRLPOOL a2d1d0c7e146b6a8e147c5f8533470fce5a15f4a9143da1f80df43729c677bd6b87a29728a18000e2ce322a1cf722c67a4f88db08da7055418e103b3e74b9569
index d5725c0db87219c26b5148fd113bbbb675a5ad1b..9d2503d4902e2db717a88566ad7fbb2c94b073cb 100644 (file)
@@ -6,20 +6,14 @@ EAPI="4"
 
 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=""
 IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/python:2.7"
-
-src_install()
-{
-       dobin man-symlinker
-}