diff options
Diffstat (limited to 'dev-python/inotifyx')
-rw-r--r-- | dev-python/inotifyx/Manifest | 3 | ||||
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.2.2.ebuild | 21 | ||||
-rw-r--r-- | dev-python/inotifyx/metadata.xml | 11 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/inotifyx/Manifest b/dev-python/inotifyx/Manifest deleted file mode 100644 index 84576b908936..000000000000 --- a/dev-python/inotifyx/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST inotifyx-0.2.2.tar.gz 11831 BLAKE2B 66acaa3ac972c8c722f9552bb674f86a6d0ea8819e73654b9a43e74f311bd8b569ecc9fc0196166ecc89eb5cf16cc3b87ee72638ad48a9e5413f26c4975e298d SHA512 a00a947da2bd31d9b867f21666aceed48b0bf9be6b1b3643676450ed68bd71400601e57e004bcd45e93274cabf933694887797f3a4e334ce6924236763112c56 -EBUILD inotifyx-0.2.2.ebuild 508 BLAKE2B fcb392cdad15572b7b99897928d1518cd4d27d0c36a38349b10107179244e1676b591dec24964aed15b009388764685a93262c31fd22e2d10dba2f57f7972a90 SHA512 fb7860d61572027442475c9a95a9e85aac34446ad8d93c1beb77b857e9e95adf73bebc4cb20f0c11d22ca0d73d76ba364ddbb3baa8ec03f5c0af17a256c6a283 -MISC metadata.xml 325 BLAKE2B 95c3686f920461287205583a98837099317f34fbdc2e2de3376d9087909fb57732b563ca3b67a647a4620fe6b7191b712c5d13a2f1c843c6627c8724db906acd SHA512 60447839a97f75c1649cdf8ef33333a70fafce89882c97ee3222996834246ce2bb92605c2b47fb1ae57507b8dd4192aaaf90c7d2bafbfd1fad4103a07c7b6a7d diff --git a/dev-python/inotifyx/inotifyx-0.2.2.ebuild b/dev-python/inotifyx/inotifyx-0.2.2.ebuild deleted file mode 100644 index 75739d4401eb..000000000000 --- a/dev-python/inotifyx/inotifyx-0.2.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings to the Linux inotify file system event monitoring API" -HOMEPAGE="http://www.alittletooquiet.net/software/inotifyx/" -SRC_URI="https://launchpad.net/inotifyx/dev/v${PV}/+download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -python_test() { - esetup.py test -} diff --git a/dev-python/inotifyx/metadata.xml b/dev-python/inotifyx/metadata.xml deleted file mode 100644 index c670c9a3466f..000000000000 --- a/dev-python/inotifyx/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sping@gentoo.org</email> - <name>Sebastian Pipping</name> - </maintainer> - <upstream> - <remote-id type="launchpad">inotifyx</remote-id> - </upstream> -</pkgmetadata> |