From 1ae2f3eb6314cc023e91960fe47f963695ca70cb Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Wed, 7 Feb 2018 13:06:34 -0800 Subject: [PATCH] dev-python/pyinotify: remove package only used by hard-host-depends --- .../dev-python/pyinotify/Manifest | 2 -- .../dev-python/pyinotify/metadata.xml | 8 ------ .../pyinotify/pyinotify-0.9.4-r1.ebuild | 25 ----------------- .../pyinotify/pyinotify-0.9.6.ebuild | 27 ------------------- .../md5-cache/dev-python/pyinotify-0.9.4-r1 | 14 ---------- .../md5-cache/dev-python/pyinotify-0.9.6 | 14 ---------- 6 files changed, 90 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyinotify/Manifest delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyinotify/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.6.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.6 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/Manifest deleted file mode 100644 index d4bf68fd6f..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pyinotify-0.9.4.tar.gz 59604 SHA256 a09767e4e0610e2e1e9f9dc89483b0ee4a53764e700f5866a570bec51d003fec SHA512 cdaf9f239a43e3889cdca0ebe1e3559bf6411e4cd829120cc2199cb91122bfe4af62f61a9bf297de28036716f974abd4d7bbeb210e22e96245781fbad08a2b75 WHIRLPOOL aba8f4e4fba5e684e0bade9c3a02a24747f3af4a441209f138223398860da8fdbc6b52546f6cd55134e72c69e6e15b06e45c50767b13ffab6f12afa4484cbfb6 -DIST pyinotify-0.9.6.tar.gz 60998 SHA256 9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4 SHA512 b52de43293b06b32236e90b7c33fac061f3095cd7d4aecec89a099d56020db1a85440ab9dcc8b521238c001fc49a1f37d1b16d621bc1acab4d7273aebcaadbc5 WHIRLPOOL 19e5c96528e3092d9a0e08e4853afc1765afcb0b286875e9583c703dda066c8372def076416158a740b248ade21b14314464232bdc70f210f306f3d3ca5c4a7f diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/metadata.xml deleted file mode 100644 index 7f4f33c6db..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild deleted file mode 100644 index 5f4dc4f0c8..0000000000 --- a/sdk_container/src/third_party/portage-stable/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 -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.6.ebuild deleted file mode 100644 index 6579604fd3..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyinotify/pyinotify-0.9.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) -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 ~arm64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -python_install_all() { - use examples && local EXAMPLES=( python2/examples/. ) - EXAMPLES+=( python3/examples/. ) - distutils-r1_python_install_all -} diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 deleted file mode 100644 index 6b9468a901..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=Python module used for monitoring filesystems events -EAPI=5 -HOMEPAGE=http://trac.dbzteam.org/pyinotify https://pypi.python.org/pypi/pyinotify -IUSE=examples python_targets_pypy python_targets_python2_7 python_targets_python3_4 -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux -LICENSE=MIT -RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.4.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2fbd9c84a87f5e14f439fd0a05acf537 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.6 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.6 deleted file mode 100644 index 6052bfc961..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyinotify-0.9.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Python module used for monitoring filesystems events -EAPI=5 -HOMEPAGE=http://trac.dbzteam.org/pyinotify https://pypi.python.org/pypi/pyinotify -IUSE=examples python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux -LICENSE=MIT -RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.6.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=0411793096fd2e4461418335a9b999f9