diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-19 09:17:44 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-19 20:30:34 -0400 |
commit | 6663a68bf08507d637bdd5fc9d20f610e4fd6a74 (patch) | |
tree | 72cfb11680d8e4921246f0da41d6e09a325435d7 /media-libs/portaudio | |
parent | media-libs/libprojectm: remove old (diff) | |
download | gentoo-6663a68bf08507d637bdd5fc9d20f610e4fd6a74.tar.gz gentoo-6663a68bf08507d637bdd5fc9d20f610e4fd6a74.tar.bz2 gentoo-6663a68bf08507d637bdd5fc9d20f610e4fd6a74.zip |
media-libs/portaudio: remove old
Diffstat (limited to 'media-libs/portaudio')
-rw-r--r-- | media-libs/portaudio/portaudio-19.06.00.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/media-libs/portaudio/portaudio-19.06.00.ebuild b/media-libs/portaudio/portaudio-19.06.00.ebuild deleted file mode 100644 index 7030a2c59e2c..000000000000 --- a/media-libs/portaudio/portaudio-19.06.00.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all -inherit autotools-multilib - -DESCRIPTION="A free, cross-platform, open-source, audio I/O library" -HOMEPAGE="http://www.portaudio.com/" -SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="alsa +cxx debug jack oss static-libs" - -RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - jack? ( virtual/jack[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${PN} -DOCS=( README.txt ) -HTML_DOCS=( index.html ) - -src_configure() { - local myeconfargs=( - $(use_enable debug debug-output) - $(use_enable cxx) - $(use_with alsa) - $(use_with jack) - $(use_with oss) - ) - - autotools-multilib_src_configure -} - -src_compile() { - autotools-multilib_src_compile lib/libportaudio.la - autotools-multilib_src_compile -} |