Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/
Date: Fri, 05 Jan 2018 23:19:39
Message-Id: 1515194353.2b2efe5054a9772e7244b0bc3bd345f13eb9a414.mgorny@gentoo
1 commit: 2b2efe5054a9772e7244b0bc3bd345f13eb9a414
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:11:39 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 23:19:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2efe50
7
8 dev-python/pyinotify: Clean old up
9
10 dev-python/pyinotify/Manifest | 1 -
11 dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild | 25 -------------------------
12 2 files changed, 26 deletions(-)
13
14 diff --git a/dev-python/pyinotify/Manifest b/dev-python/pyinotify/Manifest
15 index bd9f501adc8..080a2077f0e 100644
16 --- a/dev-python/pyinotify/Manifest
17 +++ b/dev-python/pyinotify/Manifest
18 @@ -1,2 +1 @@
19 -DIST pyinotify-0.9.4.tar.gz 59604 BLAKE2B 1e4674042cd55fdcdcc36bce33c53db4ea91577077be3af6d69a959e3fa3de630ee7ec00c9a3f8caf3c008afa6249cd3057598adf99d5c6caa83064b2f42199d SHA512 cdaf9f239a43e3889cdca0ebe1e3559bf6411e4cd829120cc2199cb91122bfe4af62f61a9bf297de28036716f974abd4d7bbeb210e22e96245781fbad08a2b75
20 DIST pyinotify-0.9.6.tar.gz 60998 BLAKE2B 7fb55cfe5b2c02682b5842d95859a58f218ab591a4eee689b707e804c6fe8cde4cc1fb3dfbf54a044ff743deefa0ee5551bc6e27ca4dda1c608218a6c24597b2 SHA512 b52de43293b06b32236e90b7c33fac061f3095cd7d4aecec89a099d56020db1a85440ab9dcc8b521238c001fc49a1f37d1b16d621bc1acab4d7273aebcaadbc5
21
22 diff --git a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
23 deleted file mode 100644
24 index 5f4dc4f0c83..00000000000
25 --- a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild
26 +++ /dev/null
27 @@ -1,25 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
33 -PYTHON_REQ_USE="threads(+)"
34 -
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="Python module used for monitoring filesystems events"
38 -HOMEPAGE="http://trac.dbzteam.org/pyinotify https://pypi.python.org/pypi/pyinotify"
39 -SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
44 -IUSE="examples"
45 -
46 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47 -RDEPEND=""
48 -
49 -python_install_all() {
50 - use examples && local EXAMPLES=( python2/examples/. )
51 - distutils-r1_python_install_all
52 -}