Initial import, bug 125960. Slightly updated ebuild from Panard <panard.inzenet.org>
authorBryan Østergaard <kloeri@gentoo.org>
Sat, 3 Feb 2007 11:17:25 +0000 (11:17 +0000)
committerBryan Østergaard <kloeri@gentoo.org>
Sat, 3 Feb 2007 11:17:25 +0000 (11:17 +0000)
Package-Manager: portage-2.1.2-r6

dev-python/pyinotify/ChangeLog [new file with mode: 0644]
dev-python/pyinotify/files/digest-pyinotify-0.6.3 [new file with mode: 0644]
dev-python/pyinotify/metadata.xml [new file with mode: 0644]
dev-python/pyinotify/pyinotify-0.6.3.ebuild [new file with mode: 0644]

diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
new file mode 100644 (file)
index 0000000..6852fda
--- /dev/null
@@ -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 <kloeri@gentoo.org> +metadata.xml,
+  +pyinotify-0.6.3.ebuild:
+  Initial import, bug 125960. Slightly updated ebuild from Panard
+  <panard.inzenet.org>
+
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 (file)
index 0000000..3834604
--- /dev/null
@@ -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 (file)
index 0000000..de483c5
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>python</herd>
+</pkgmetadata>
diff --git a/dev-python/pyinotify/pyinotify-0.6.3.ebuild b/dev-python/pyinotify/pyinotify-0.6.3.ebuild
new file mode 100644 (file)
index 0000000..b62b53d
--- /dev/null
@@ -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"