summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild')
-rw-r--r--dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild b/dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild
deleted file mode 100644
index 433f8ff230b0..000000000000
--- a/dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild,v 1.4 2008/03/02 17:07:59 philantrop Exp $
-
-inherit 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 ppc x86"
-IUSE="qt4 gtk"
-
-DEPEND=""
-RDEPEND="gtk? ( dev-python/pygobject )
- qt4? ( dev-python/PyQt4 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- use qt4 || rm notifier/nf_qt.py
- use gtk || rm notifier/nf_gtk.py
-
- # This would need dev-python/wxpython
- # pynotifier's source: "the WX notifier is deprecated and is no longer maintained"
- rm notifier/nf_wx.py
-}