diff options
Diffstat (limited to 'dev-python/pynotifier/pynotifier-0.5.8.ebuild')
-rw-r--r-- | dev-python/pynotifier/pynotifier-0.5.8.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pynotifier/pynotifier-0.5.8.ebuild b/dev-python/pynotifier/pynotifier-0.5.8.ebuild deleted file mode 100644 index cc5d3ff..0000000 --- a/dev-python/pynotifier/pynotifier-0.5.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -# } |