summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 23:11:39 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 00:19:13 +0100
commit2b2efe5054a9772e7244b0bc3bd345f13eb9a414 (patch)
tree4bedda6f6adabbb3e263424f73f674bb4c89a340 /dev-python/pyinotify
parentdev-python/pygresql: Clean old up (diff)
downloadgentoo-2b2efe5054a9772e7244b0bc3bd345f13eb9a414.tar.gz
gentoo-2b2efe5054a9772e7244b0bc3bd345f13eb9a414.tar.bz2
gentoo-2b2efe5054a9772e7244b0bc3bd345f13eb9a414.zip
dev-python/pyinotify: Clean old up
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/Manifest1
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pyinotify/Manifest b/dev-python/pyinotify/Manifest
index bd9f501adc88..080a2077f0e8 100644
--- a/dev-python/pyinotify/Manifest
+++ b/dev-python/pyinotify/Manifest
@@ -1,2 +1 @@
-DIST pyinotify-0.9.4.tar.gz 59604 BLAKE2B 1e4674042cd55fdcdcc36bce33c53db4ea91577077be3af6d69a959e3fa3de630ee7ec00c9a3f8caf3c008afa6249cd3057598adf99d5c6caa83064b2f42199d SHA512 cdaf9f239a43e3889cdca0ebe1e3559bf6411e4cd829120cc2199cb91122bfe4af62f61a9bf297de28036716f974abd4d7bbeb210e22e96245781fbad08a2b75
DIST pyinotify-0.9.6.tar.gz 60998 BLAKE2B 7fb55cfe5b2c02682b5842d95859a58f218ab591a4eee689b707e804c6fe8cde4cc1fb3dfbf54a044ff743deefa0ee5551bc6e27ca4dda1c608218a6c24597b2 SHA512 b52de43293b06b32236e90b7c33fac061f3095cd7d4aecec89a099d56020db1a85440ab9dcc8b521238c001fc49a1f37d1b16d621bc1acab4d7273aebcaadbc5
diff --git a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
deleted file mode 100644
index 5f4dc4f0c83f..000000000000
--- a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python module used for monitoring filesystems events"
-HOMEPAGE="http://trac.dbzteam.org/pyinotify https://pypi.python.org/pypi/pyinotify"
-SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_install_all() {
- use examples && local EXAMPLES=( python2/examples/. )
- distutils-r1_python_install_all
-}