From 3416f368195e25355169631eeecf93f10a0c22b5 Mon Sep 17 00:00:00 2001 From: Radoslaw Stachowiak Date: Sat, 6 Jan 2007 22:13:01 +0000 Subject: pyinotify-0.6.3 version bump on x86 svn path=/radek-portage/; revision=12 --- dev-python/pyinotify/files/digest-pyinotify-0.6.3 | 3 ++ dev-python/pyinotify/pyinotify-0.6.3.ebuild | 38 +++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 dev-python/pyinotify/files/digest-pyinotify-0.6.3 create mode 100644 dev-python/pyinotify/pyinotify-0.6.3.ebuild diff --git a/dev-python/pyinotify/files/digest-pyinotify-0.6.3 b/dev-python/pyinotify/files/digest-pyinotify-0.6.3 new file mode 100644 index 0000000..3834604 --- /dev/null +++ b/dev-python/pyinotify/files/digest-pyinotify-0.6.3 @@ -0,0 +1,3 @@ +MD5 acf97c325faa41f889cdab3d7a1f2f01 pyinotify-0.6.3.tar.bz2 81782 +RMD160 389978e5a7b8502cce6e7049504b102dcb029303 pyinotify-0.6.3.tar.bz2 81782 +SHA256 e1728aeef6daa699da3f289b9624cc169d1be58c47f34d745793145eebe5dddf pyinotify-0.6.3.tar.bz2 81782 diff --git a/dev-python/pyinotify/pyinotify-0.6.3.ebuild b/dev-python/pyinotify/pyinotify-0.6.3.ebuild new file mode 100644 index 0000000..7a4c708 --- /dev/null +++ b/dev-python/pyinotify/pyinotify-0.6.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: Exp $ + +inherit distutils + +RESTRICT="primaryuri" + +DESCRIPTION="Python Linux kernel inotify extension" +HOMEPAGE="http://pyinotify.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +IUSE="doc" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +PYTHON_MODNAME="pyinotify" + +DOCS="README TODO AUTHORS NEWS ChangeLog PKG-INFO" + +src_install() { + distutils_src_install + + if use doc; then + + insinto /usr/share/doc/${P} + # api documentation + doins -r doc + # www page + doins -r www + + insinto /usr/share/${PN} + doins -r src/examples + doins -r src/tests + fi +} + -- cgit v1.2.3-65-gdbad