summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-12 20:54:52 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-12 20:54:52 +0000
commitdb5cd80ea47f66840e80fd7c928b9e01f3710d15 (patch)
treef24d1972c54764494602e74692596c1ae7c0810c /dev-python
parentVersion bump (diff)
downloadgentoo-2-db5cd80ea47f66840e80fd7c928b9e01f3710d15.tar.gz
gentoo-2-db5cd80ea47f66840e80fd7c928b9e01f3710d15.tar.bz2
gentoo-2-db5cd80ea47f66840e80fd7c928b9e01f3710d15.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha14_p4/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pynotifier/ChangeLog8
-rw-r--r--dev-python/pynotifier/pynotifier-0.7.0.ebuild27
2 files changed, 6 insertions, 29 deletions
diff --git a/dev-python/pynotifier/ChangeLog b/dev-python/pynotifier/ChangeLog
index 6c2eabc374e2..ba22360db06d 100644
--- a/dev-python/pynotifier/ChangeLog
+++ b/dev-python/pynotifier/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pynotifier
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.16 2010/01/18 15:51:51 rbu Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.17 2011/01/12 20:54:52 arfrever Exp $
+
+ 12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pynotifier-0.7.0.ebuild:
+ Delete.
18 Jan 2010; Robert Buchholz <rbu@gentoo.org> metadata.xml:
Dropping maintenance
diff --git a/dev-python/pynotifier/pynotifier-0.7.0.ebuild b/dev-python/pynotifier/pynotifier-0.7.0.ebuild
deleted file mode 100644
index c125f0b6c3ea..000000000000
--- a/dev-python/pynotifier/pynotifier-0.7.0.ebuild
+++ /dev/null
@@ -1,27 +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.7.0.ebuild,v 1.4 2008/05/01 09:26:44 dertobi123 Exp $
-
-inherit distutils
-
-DESCRIPTION="pyNotifier provides an implementation of a notifier/event scheduler."
-HOMEPAGE="http://www.bitkipper.net/"
-SRC_URI="http://www.bitkipper.net/bytes/debian/dists/unstable/source/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="qt4 gtk"
-
-DEPEND=""
-RDEPEND="dev-python/twisted
- 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
-}