summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 23:03:11 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 00:19:02 +0100
commitae6e1c84dd1a6cf7cfded66be46b8106b61a86a1 (patch)
treec219648972da386593708fc69d3534cf4bc11892 /dev-python/pyaudio/pyaudio-0.2.8.ebuild
parentdev-python/pyasn1: Clean old up (diff)
downloadgentoo-ae6e1c84dd1a6cf7cfded66be46b8106b61a86a1.tar.gz
gentoo-ae6e1c84dd1a6cf7cfded66be46b8106b61a86a1.tar.bz2
gentoo-ae6e1c84dd1a6cf7cfded66be46b8106b61a86a1.zip
dev-python/pyaudio: Clean old up
Diffstat (limited to 'dev-python/pyaudio/pyaudio-0.2.8.ebuild')
-rw-r--r--dev-python/pyaudio/pyaudio-0.2.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pyaudio/pyaudio-0.2.8.ebuild b/dev-python/pyaudio/pyaudio-0.2.8.ebuild
deleted file mode 100644
index efea9bef9936..000000000000
--- a/dev-python/pyaudio/pyaudio-0.2.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for PortAudio"
-HOMEPAGE="http://people.csail.mit.edu/hubert/pyaudio/"
-SRC_URI="http://people.csail.mit.edu/hubert/pyaudio/packages/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-DEPEND="media-libs/portaudio"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/PyAudio-${PV}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/. )
- distutils-r1_python_install_all
-}