summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 20:00:40 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 20:00:40 +0000
commit7de3d67152ec8178570a1a480fc44025cb9f73ff (patch)
tree4d565e5732b9f6af78c02652011417eab781b204 /dev-python/pynotifier
parentRemove old (diff)
downloadgentoo-2-7de3d67152ec8178570a1a480fc44025cb9f73ff.tar.gz
gentoo-2-7de3d67152ec8178570a1a480fc44025cb9f73ff.tar.bz2
gentoo-2-7de3d67152ec8178570a1a480fc44025cb9f73ff.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pynotifier')
-rw-r--r--dev-python/pynotifier/ChangeLog6
-rw-r--r--dev-python/pynotifier/pynotifier-0.5.8-r1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-python/pynotifier/ChangeLog b/dev-python/pynotifier/ChangeLog
index 75d0309453ea..8620bcd7f594 100644
--- a/dev-python/pynotifier/ChangeLog
+++ b/dev-python/pynotifier/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pynotifier
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.12 2009/09/02 22:17:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.13 2009/09/04 20:00:40 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+ -pynotifier-0.5.8-r1.ebuild:
+ Remove old
02 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pynotifier-0.7.0-r1.ebuild:
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
-}