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/libsbsms/
Date: Sat, 15 Sep 2018 02:31:26
Message-Id: 1536978628.296c2accbce7a5959d762d8b8d4a9a70909eec30.asturm@gentoo
1 commit: 296c2accbce7a5959d762d8b8d4a9a70909eec30
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 11:32:02 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 02:30:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296c2acc
7
8 media-libs/libsbsms: Drop 2.0.2 (r0)
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-libs/libsbsms/libsbsms-2.0.2.ebuild | 34 -------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/media-libs/libsbsms/libsbsms-2.0.2.ebuild b/media-libs/libsbsms/libsbsms-2.0.2.ebuild
16 deleted file mode 100644
17 index c4c78f578fa..00000000000
18 --- a/media-libs/libsbsms/libsbsms-2.0.2.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit eutils autotools
27 -
28 -DESCRIPTION="A library for high quality time and pitch scale modification"
29 -HOMEPAGE="http://sbsms.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/sbsms/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~mips ppc ppc64 x86"
35 -IUSE="cpu_flags_x86_sse static-libs"
36 -
37 -src_prepare() {
38 - epatch "${FILESDIR}"/${P}-cflags.patch
39 - eautoreconf
40 -}
41 -
42 -src_configure() {
43 - econf \
44 - --enable-shared \
45 - $(use_enable static-libs static) \
46 - $(use_enable cpu_flags_x86_sse sse) \
47 - --disable-multithreaded
48 - # threaded version causes segfaults
49 -}
50 -
51 -src_install() {
52 - default
53 - prune_libtool_files
54 -}