summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-07-01 21:33:23 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-07-01 21:33:23 +0000
commit13f47d16ee71af48089496c8487d1e3c02414d69 (patch)
treeb1c7ee7d3f6c42c0a945232a1813612835e8a5d3 /dev-python/pyinotify
parentRemove old ebuilds. Requested by Arfrever (diff)
downloadhistorical-13f47d16ee71af48089496c8487d1e3c02414d69.tar.gz
historical-13f47d16ee71af48089496c8487d1e3c02414d69.tar.bz2
historical-13f47d16ee71af48089496c8487d1e3c02414d69.zip
Remove old ebuilds. Requested by Arfrever
Package-Manager: portage-2.2.0_alpha42/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/ChangeLog5
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.1.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-python/pyinotify/ChangeLog b/dev-python/pyinotify/ChangeLog
index 235513696c2b..5744603eb50a 100644
--- a/dev-python/pyinotify/ChangeLog
+++ b/dev-python/pyinotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyinotify
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.42 2011/06/27 20:42:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/ChangeLog,v 1.43 2011/07/01 21:28:54 hwoarang Exp $
+
+ 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -pyinotify-0.9.1.ebuild:
+ Remove old ebuilds. Requested by Arfrever
27 Jun 2011; Brent Baude <ranger@gentoo.org> pyinotify-0.9.2.ebuild:
Marking pyinotify-0.9.2 ppc for bug 370515
diff --git a/dev-python/pyinotify/pyinotify-0.9.1.ebuild b/dev-python/pyinotify/pyinotify-0.9.1.ebuild
deleted file mode 100644
index 3fcab0aada02..000000000000
--- a/dev-python/pyinotify/pyinotify-0.9.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.1.ebuild,v 1.6 2011/06/25 18:15:33 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="*:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4"
-
-inherit distutils
-
-DESCRIPTION="Python module used for monitoring filesystems events"
-HOMEPAGE="http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify"
-SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-PYTHON_MODNAME="pyinotify.py"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins python2/examples/* || die "doins failed"
- fi
-}