]> git.bzium.org - embe/overlay.git/commitdiff
Nowy pakiet: app-portage/man-symlinker-9999
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 5 Oct 2011 18:33:40 +0000 (20:33 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 5 Oct 2011 18:33:40 +0000 (20:33 +0200)
app-portage/man-symlinker/Manifest [new file with mode: 0644]
app-portage/man-symlinker/man-symlinker-9999.ebuild [new file with mode: 0644]

diff --git a/app-portage/man-symlinker/Manifest b/app-portage/man-symlinker/Manifest
new file mode 100644 (file)
index 0000000..9905c26
--- /dev/null
@@ -0,0 +1 @@
+EBUILD man-symlinker-9999.ebuild 447 RMD160 8025aa8c0312f7a3a89d4e485ff91f5fe510f350 SHA1 9f565a3067af521099f9083f688eda0e5daa852e SHA256 e97b5fed69779da8263a9bf8c9c4a75d6b8d3dea9b747e2604d14b14eb70ea6e
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
+}