Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portaudio/
Date: Fri, 05 Oct 2018 05:48:23
Message-Id: 1538718483.b34d80ad06f770f89add8020b568c98e892c1107.asturm@gentoo
1 commit: b34d80ad06f770f89add8020b568c98e892c1107
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 05:05:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 05:48:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34d80ad
7
8 media-libs/portaudio: Drop 19_pre20140130
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/portaudio/Manifest | 1 -
14 .../portaudio/portaudio-19_pre20140130.ebuild | 43 ----------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/media-libs/portaudio/Manifest b/media-libs/portaudio/Manifest
18 index 9dbc251bf65..bd60a57b407 100644
19 --- a/media-libs/portaudio/Manifest
20 +++ b/media-libs/portaudio/Manifest
21 @@ -1,2 +1 @@
22 DIST pa_stable_v190600_20161030.tgz 1450572 BLAKE2B 3cd63cca55ff222f452d306a1ab9035739545f48dbc9bc58196052cb51e518d86568059c7528533a6932c39c68d1a5210e06470a16343b92c7e4132b71cc552e SHA512 7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
23 -DIST pa_stable_v19_20140130.tgz 1504620 BLAKE2B a07ad305255db982dd719cec8b5c63b2e483c319acc7a9f316162f83f481cdce469ba17f549bbe68d4fc49378a612f22606e6e5369c043e907c504cd0e5f8920 SHA512 078adfdc2cec7fbd4019837eee65f8411b873b51064dfd7334e1c55118c26ea1fb68cb22e46ee69adb69c78d026b00a7ed973c40632e7d79703e12669a62ee3e
24
25 diff --git a/media-libs/portaudio/portaudio-19_pre20140130.ebuild b/media-libs/portaudio/portaudio-19_pre20140130.ebuild
26 deleted file mode 100644
27 index 15fe80c459f..00000000000
28 --- a/media-libs/portaudio/portaudio-19_pre20140130.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
36 -inherit autotools-multilib
37 -
38 -MY_P=pa_stable_v${PV/pre}
39 -
40 -DESCRIPTION="A free, cross-platform, open-source, audio I/O library"
41 -HOMEPAGE="http://www.portaudio.com/"
42 -SRC_URI="http://www.portaudio.com/archives/${MY_P}.tgz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
47 -IUSE="alsa +cxx debug jack oss static-libs"
48 -
49 -RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
50 - jack? ( virtual/jack[${MULTILIB_USEDEP}] )"
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig"
53 -
54 -S=${WORKDIR}/${PN}
55 -DOCS=( README.txt )
56 -HTML_DOCS=( index.html )
57 -
58 -src_configure() {
59 - local myeconfargs=(
60 - $(use_enable debug debug-output)
61 - $(use_enable cxx)
62 - $(use_with alsa)
63 - $(use_with jack)
64 - $(use_with oss)
65 - )
66 -
67 - autotools-multilib_src_configure
68 -}
69 -
70 -src_compile() {
71 - autotools-multilib_src_compile lib/libportaudio.la
72 - autotools-multilib_src_compile
73 -}