commit: 74bdd18f8fe0e1d96ed3da3e6786dd62410dc24a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Oct 22 10:55:23 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Oct 22 11:09:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bdd18f
dev-python/inotifyx: Drop old Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/inotifyx/Manifest | 1 - dev-python/inotifyx/inotifyx-0.2.0-r1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/inotifyx/Manifest b/dev-python/inotifyx/Manifest index 7d380a2..954f40e 100644 --- a/dev-python/inotifyx/Manifest +++ b/dev-python/inotifyx/Manifest @@ -1,2 +1 @@ -DIST inotifyx-0.2.0.tar.gz 11302 SHA256 1a1769816324a1ccb766ecd7f336cf07b8bc498477d83cbb0e6dcea69c1dd60b SHA512 6b1230d16c47bd77256259a40051ab48963fe9de96f0242fc0e34d467ae012708d9b43e149ef29acc43cefe8dc02cc7fdbe11572ea4515a9c3456c73a6d27723 WHIRLPOOL f293ed382a540ef43b44c3a09992a39d31f9f7f086be1ee04a3f570519116ca44a9c4cc2789a42d092f32f9b3967958d108b3bb4d80858adc7d686d1ec8072e1 DIST inotifyx-0.2.2.tar.gz 11831 SHA256 bad6a84df2a110f282d398dff112b1d3c838a6d50907305121a9af590d185fab SHA512 a00a947da2bd31d9b867f21666aceed48b0bf9be6b1b3643676450ed68bd71400601e57e004bcd45e93274cabf933694887797f3a4e334ce6924236763112c56 WHIRLPOOL 806c83a69141d901f3df443739bc3a5dfc6d5f66dc45fc4c8c6780e1267aa709f0c3bbdb775caa332bdcd954b262523fcd3b8bf2867e408382175f806925dfeb diff --git a/dev-python/inotifyx/inotifyx-0.2.0-r1.ebuild b/dev-python/inotifyx/inotifyx-0.2.0-r1.ebuild deleted file mode 100644 index ff5c181..0000000 --- a/dev-python/inotifyx/inotifyx-0.2.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" - -DEPEND="" -RDEPEND="" - -python_prepare_all() { - use test && DISTUTILS_NO_PARALLEL_BUILD=1 -} - -python_test() { - "${PYTHON}" setup.py build -b "build-${EPYTHON}" test || die "Tests failed under ${EPYTHON}" -}
