media-libs/webrtc-audio-processing: Drop old
authorPacho Ramos <pacho@gentoo.org>
Wed, 20 Feb 2019 21:34:26 +0000 (22:34 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 20 Feb 2019 21:34:26 +0000 (22:34 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
media-libs/webrtc-audio-processing/Manifest
media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild [deleted file]

index 44ce211b381c45c4f9479021e5d57f126694d408..54926ef384781c726ca5649af832290c47aff724 100644 (file)
@@ -1,2 +1 @@
 DIST webrtc-audio-processing-0.3.1.tar.xz 695920 BLAKE2B 833c6d12b358918d95dee5b165308c8cc382f98264349fd38649bfe478557765b85d9112a35194676ee52a8ef297fb7cb7e3a570d9c2295785b6fb97d35be948 SHA512 1c7a2d16f7f6c03cf6d60405d0dcd224caae6e80c9c4d43f8373bad2446affcdf49a02efb0085387328289aa79c8981dcaedff876cde55be9602dbde9c3f440b
-DIST webrtc-audio-processing-0.3.tar.xz 688096 BLAKE2B 063e50ad6690c7b96e577d4a9c378328aafad6fd904ab18283ff2d7f10cc26f4b57f9b6293e880bffc105f7a6c91ec5c7ed9cf7c1aa422c40e64eb0b76dd0541 SHA512 fac99ae0c28290afedce8745bb159af1d375bf17e448a4e020b3b04f4ade24929d1d110923c4363c06a963675a201135621f0d20e57edff42bbcfbaedf91b4d0
diff --git a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild b/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild
deleted file mode 100644 (file)
index a7d2d6a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="AudioProcessing library from the webrtc.org code base"
-HOMEPAGE="https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
-SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="static-libs"
-
-DOCS=( AUTHORS NEWS README.md )
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.3-proper_detection_cxxabi_execinfo.patch
-)
-
-src_prepare() {
-       eautoreconf
-       default
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" \
-       econf
-}
-
-multilib_src_install_all() {
-       find "${D}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
-}