From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8961E138334 for ; Sat, 15 Sep 2018 02:31:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C6ACE0A5A; Sat, 15 Sep 2018 02:31:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C433E0A5A for ; Sat, 15 Sep 2018 02:31:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C1DE335D06 for ; Sat, 15 Sep 2018 02:31:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C15E3DA for ; Sat, 15 Sep 2018 02:31:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536978628.296c2accbce7a5959d762d8b8d4a9a70909eec30.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsbsms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsbsms/libsbsms-2.0.2.ebuild X-VCS-Directories: media-libs/libsbsms/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 296c2accbce7a5959d762d8b8d4a9a70909eec30 X-VCS-Branch: master Date: Sat, 15 Sep 2018 02:31:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff040ec3-0169-4a50-9dc9-d73ce7906b73 X-Archives-Hash: f2ce666ab502a400b5ed0f71a533491c commit: 296c2accbce7a5959d762d8b8d4a9a70909eec30 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 11:32:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 15 02:30:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296c2acc media-libs/libsbsms: Drop 2.0.2 (r0) Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-libs/libsbsms/libsbsms-2.0.2.ebuild | 34 ------------------------------- 1 file changed, 34 deletions(-) diff --git a/media-libs/libsbsms/libsbsms-2.0.2.ebuild b/media-libs/libsbsms/libsbsms-2.0.2.ebuild deleted file mode 100644 index c4c78f578fa..00000000000 --- a/media-libs/libsbsms/libsbsms-2.0.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="A library for high quality time and pitch scale modification" -HOMEPAGE="http://sbsms.sourceforge.net/" -SRC_URI="mirror://sourceforge/sbsms/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86" -IUSE="cpu_flags_x86_sse static-libs" - -src_prepare() { - epatch "${FILESDIR}"/${P}-cflags.patch - eautoreconf -} - -src_configure() { - econf \ - --enable-shared \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_sse sse) \ - --disable-multithreaded - # threaded version causes segfaults -} - -src_install() { - default - prune_libtool_files -}