summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pynotifier/pynotifier-0.5.8.ebuild')
-rw-r--r--dev-python/pynotifier/pynotifier-0.5.8.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pynotifier/pynotifier-0.5.8.ebuild b/dev-python/pynotifier/pynotifier-0.5.8.ebuild
new file mode 100644
index 0000000..cc5d3ff
--- /dev/null
+++ b/dev-python/pynotifier/pynotifier-0.5.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils distutils
+
+DESCRIPTION="pyNotifier provides an implementation of a notifier/event scheduler."
+HOMEPAGE="http://www.bitkipper.net/Package/pynotifier"
+SRC_URI="http://www.bitkipper.net/bytes/pynotifier/source/${PN}_${PV}-1.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+DOCS="AUTHORS"
+
+# src_unpack() {
+# unpack ${A}
+# cd ${S}
+# rm notifier/nf_wx.py
+# }