commit:     b34d80ad06f770f89add8020b568c98e892c1107
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  5 05:05:11 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 05:48:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34d80ad

media-libs/portaudio: Drop 19_pre20140130

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/portaudio/Manifest                      |  1 -
 .../portaudio/portaudio-19_pre20140130.ebuild      | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/media-libs/portaudio/Manifest b/media-libs/portaudio/Manifest
index 9dbc251bf65..bd60a57b407 100644
--- a/media-libs/portaudio/Manifest
+++ b/media-libs/portaudio/Manifest
@@ -1,2 +1 @@
 DIST pa_stable_v190600_20161030.tgz 1450572 BLAKE2B 
3cd63cca55ff222f452d306a1ab9035739545f48dbc9bc58196052cb51e518d86568059c7528533a6932c39c68d1a5210e06470a16343b92c7e4132b71cc552e
 SHA512 
7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
-DIST pa_stable_v19_20140130.tgz 1504620 BLAKE2B 
a07ad305255db982dd719cec8b5c63b2e483c319acc7a9f316162f83f481cdce469ba17f549bbe68d4fc49378a612f22606e6e5369c043e907c504cd0e5f8920
 SHA512 
078adfdc2cec7fbd4019837eee65f8411b873b51064dfd7334e1c55118c26ea1fb68cb22e46ee69adb69c78d026b00a7ed973c40632e7d79703e12669a62ee3e

diff --git a/media-libs/portaudio/portaudio-19_pre20140130.ebuild 
b/media-libs/portaudio/portaudio-19_pre20140130.ebuild
deleted file mode 100644
index 15fe80c459f..00000000000
--- a/media-libs/portaudio/portaudio-19_pre20140130.ebuild
+++ /dev/null
@@ -1,43 +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
-
-MY_P=pa_stable_v${PV/pre}
-
-DESCRIPTION="A free, cross-platform, open-source, audio I/O library"
-HOMEPAGE="http://www.portaudio.com/";
-SRC_URI="http://www.portaudio.com/archives/${MY_P}.tgz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm 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
-}

Reply via email to