summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-04 15:52:44 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-04 15:52:44 +0000
commit06a082cfae5c7b8a5274c76dd1a456de4a4a76f3 (patch)
tree90036d5023cd3f2e0ecdb7b80432930a24f2869e /dev-python/pyinotify
parentalpha/ia64 stable wrt #310013 (diff)
downloadhistorical-06a082cfae5c7b8a5274c76dd1a456de4a4a76f3.tar.gz
historical-06a082cfae5c7b8a5274c76dd1a456de4a4a76f3.tar.bz2
historical-06a082cfae5c7b8a5274c76dd1a456de4a4a76f3.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/Manifest2
-rw-r--r--dev-python/pyinotify/pyinotify-0.8.8.ebuild39
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/pyinotify/Manifest b/dev-python/pyinotify/Manifest
index 425fe1a2cfbd..705854e1ec38 100644
--- a/dev-python/pyinotify/Manifest
+++ b/dev-python/pyinotify/Manifest
@@ -1,6 +1,4 @@
-DIST pyinotify-0.8.8.tar.gz 402440 RMD160 267f58cb135b33927477d1c07013170bf8bca822 SHA1 638f9b0ed888cb588855a30a96111daa8e73a7ab SHA256 4821b79567d248bc702c3bc889038f7dc30287871f381a22cd696984b18e9e08
DIST pyinotify-0.8.9.tar.gz 692108 RMD160 993d5a030c9fb459575b4488f60c846135e6ebc2 SHA1 542131033c74ef65f933e624ef0565db4808793b SHA256 4aa589baabb663ac36b96a5f8c5eeb3e4687079148964444b0f628d8fff0d968
-EBUILD pyinotify-0.8.8.ebuild 903 RMD160 5940dd680a3a2d7e9be1ada8ca1973f79e2c828f SHA1 059fc6a023ae10f23c477d6e4f853a5d5979502a SHA256 c8093d51acf913a6504e2c8d474671e3f5e68ef4b42190fcd6f7036d3cf139fe
EBUILD pyinotify-0.8.9.ebuild 998 RMD160 c1721c0453697022cff0cf689fa3bca99b53e0e3 SHA1 a14c6d19c0d9066e0841330bdc2f226e6138d20b SHA256 bf40f79b28f65bc05c85489d7b8ea831e6b1b33ec37ae1d4eb8b22ce93dc82ff
MISC ChangeLog 3267 RMD160 7496a2dc3d5dea8ffffc41ab4c2b1a8ce7d243b8 SHA1 82c88b58cb3666977bada7dd793ab771e5e1574d SHA256 776b0a7c1bffd8116f837f02827b9a4ce59755e95c68db20168ed1e930cb2c99
MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4
diff --git a/dev-python/pyinotify/pyinotify-0.8.8.ebuild b/dev-python/pyinotify/pyinotify-0.8.8.ebuild
deleted file mode 100644
index 496587bffd17..000000000000
--- a/dev-python/pyinotify/pyinotify-0.8.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.8.8.ebuild,v 1.4 2009/12/16 21:10:12 maekke Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-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 sparc x86"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${PN}"
-
-PYTHON_MODNAME="pyinotify.py"
-DOCS="NEWS TODO"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dohtml docstrings/* || die "dohtml failed"
- fi
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins examples/* || die "doins failed"
- fi
-}