summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 20:18:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 20:18:13 +0000
commitf723cd082df933dae11f9d5c26b8c5cd46c45c52 (patch)
treeee00c59d24ebf8ee5a7e424621829f6018b06925 /dev-python/pyinotify
parentadd www-plugins/gnash to p.mask (diff)
downloadgentoo-2-f723cd082df933dae11f9d5c26b8c5cd46c45c52.tar.gz
gentoo-2-f723cd082df933dae11f9d5c26b8c5cd46c45c52.tar.bz2
gentoo-2-f723cd082df933dae11f9d5c26b8c5cd46c45c52.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog6
-rw-r--r--dev-python/pyinotify/pyinotify-0.6.3.ebuild16
-rw-r--r--dev-python/pyinotify/pyinotify-0.7.0.ebuild30
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 962d9d23c665..f1d490a46f72 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.14 2009/06/15 16:48:18 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.15 2009/09/04 20:18:13 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyinotify-0.6.3.ebuild,
+ -pyinotify-0.7.0.ebuild:
+ Remove old
*pyinotify-0.8.6 (15 Jun 2009)
diff --git a/dev-python/pyinotify/pyinotify-0.6.3.ebuild b/dev-python/pyinotify/pyinotify-0.6.3.ebuild
deleted file mode 100644
index ddef2b948c9c..000000000000
--- a/dev-python/pyinotify/pyinotify-0.6.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.6.3.ebuild,v 1.2 2007/02/05 21:59:38 dang Exp $
-
-inherit distutils
-
-DESCRIPTION="Python wrapper for inotify"
-HOMEPAGE="http://pyinotify.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3"
diff --git a/dev-python/pyinotify/pyinotify-0.7.0.ebuild b/dev-python/pyinotify/pyinotify-0.7.0.ebuild
deleted file mode 100644
index 9638dd0f947d..000000000000
--- a/dev-python/pyinotify/pyinotify-0.7.0.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/pyinotify/pyinotify-0.7.0.ebuild,v 1.5 2008/03/01 14:05:50 angelos Exp $
-
-NEED_PYTHON="2.3"
-
-inherit distutils
-
-DESCRIPTION="Python wrapper for inotify"
-HOMEPAGE="http://pyinotify.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc examples"
-
-src_install() {
- DOCS="AUTHORS NEWS"
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r src/examples
- fi
-
- if use doc; then
- dohtml -r doc/*
- fi
-}