From: Bryan Østergaard Date: Sat, 3 Feb 2007 11:17:25 +0000 (+0000) Subject: Initial import, bug 125960. Slightly updated ebuild from Panard X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35552fb70a540d457e8b6eccd3af3ed9351f4871;p=gentoo.git Initial import, bug 125960. Slightly updated ebuild from Panard Package-Manager: portage-2.1.2-r6 --- diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog new file mode 100644 index 000000000000..6852fda66603 --- /dev/null +++ b/dev-python/pyinotify/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-python/pyinotify +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.1 2007/02/03 11:17:25 kloeri Exp $ + +*pyinotify-0.6.3 (03 Feb 2007) + + 03 Feb 2007; Bryan Østergaard +metadata.xml, + +pyinotify-0.6.3.ebuild: + Initial import, bug 125960. Slightly updated ebuild from Panard + + 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 000000000000..383460400947 --- /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/metadata.xml b/dev-python/pyinotify/metadata.xml new file mode 100644 index 000000000000..de483c53568f --- /dev/null +++ b/dev-python/pyinotify/metadata.xml @@ -0,0 +1,5 @@ + + + +python + 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 000000000000..b62b53de14db --- /dev/null +++ b/dev-python/pyinotify/pyinotify-0.6.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.6.3.ebuild,v 1.1 2007/02/03 11:17:25 kloeri Exp $ + +inherit distutils + +DESCRIPTION="Python wrapper for inotify" +HOMEPAGE="http://pyinotify.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3"