summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-04-16 18:41:29 +0200
committerJohannes Huber <johu@gentoo.org>2018-04-16 19:01:06 +0200
commit544f31fbc7044a6be0e19f3a165aeccaa818b7c4 (patch)
tree747b2ed5bc6c356e6c8c99fcad2bf1c98c9326e1 /media-libs/libsbsms
parentdev-php/pecl-redis: Revbump for missing dependency (diff)
downloadgentoo-544f31fbc7044a6be0e19f3a165aeccaa818b7c4.tar.gz
gentoo-544f31fbc7044a6be0e19f3a165aeccaa818b7c4.tar.bz2
gentoo-544f31fbc7044a6be0e19f3a165aeccaa818b7c4.zip
media-libs/libsbsms: Remove 2.0.0
Deprecated EAPI 4 and overshadowed by 2.0.2. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-libs/libsbsms')
-rw-r--r--media-libs/libsbsms/Manifest1
-rw-r--r--media-libs/libsbsms/libsbsms-2.0.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/media-libs/libsbsms/Manifest b/media-libs/libsbsms/Manifest
index 97064063fdb8..db998b50a6bc 100644
--- a/media-libs/libsbsms/Manifest
+++ b/media-libs/libsbsms/Manifest
@@ -1,3 +1,2 @@
-DIST libsbsms-2.0.0.tar.gz 832881 BLAKE2B d059317b8e4fd577172c1b5f1b3d177bdb6c5ec1a24810bfa19c1cf973c0c6a5c5f8b06eb061c00490ebe233fadd7b2df56e94fccb972ac2dc976c1ee71cfe87 SHA512 c3047310c5e5080eb437f426ac679fda3cd18ccf06e287667701aa9ef50e47285df4cc29e5d1dd82e9bdd1e668bf33ee437d9bc8499ba1687b172ac904d80d92
DIST libsbsms-2.0.1.tar.gz 741474 BLAKE2B cbc855a2e26ba2966bd4722463d4520fd0707a3f37be98f7c7a4460a543d237407f379fb315d1d5fcce7954271f74ec930fddc51fb92e631e30b4142bf2fbd6c SHA512 62d5b3bc58069d697f0cf9505f2da22555a1fa8c966191cdd369161d56266069ae47a41100103439dc58b7dd01bbc3b11279400a2d0c161b2b4b9c854199ae45
DIST libsbsms-2.0.2.tar.gz 450170 BLAKE2B a9e75f1f2a3da2a407d21bd267fe842d2c2367f85e4cb588902ae34e56b76297c2f60968113ae7a08a6652e57bc20376f1a60e97d6d59863f9f1ae30589e0723 SHA512 8aaab3e191f3e10e559683ab4ebdcb8d951cf0e776390234f25675a98640d60d20aed872061ba72fdc3bd7827b7d46bc27225fe947cdd7fa4312f75cbdd78e6c
diff --git a/media-libs/libsbsms/libsbsms-2.0.0.ebuild b/media-libs/libsbsms/libsbsms-2.0.0.ebuild
deleted file mode 100644
index d29fc3b908d3..000000000000
--- a/media-libs/libsbsms/libsbsms-2.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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 ~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
-}