media-libs/libsoundtouch: Drop vulnerable
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Sep 2018 19:33:43 +0000 (21:33 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Sep 2018 21:17:46 +0000 (23:17 +0200)
Bug: https://bugs.gentoo.org/626508
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-libs/libsoundtouch/Manifest
media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch [deleted file]
media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild [deleted file]
media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild [deleted file]

index ee90696b78faa18b95c84b7f4ca33fa53eead93a..04139e0a0d8b8b4b1e148a7bd4f09edbf7f5f7fe 100644 (file)
@@ -1,3 +1 @@
-DIST soundtouch-1.8.0.tar.gz 106229 BLAKE2B 158a1e4f8c8cbdc550e310f1c2531ace208159c986abbb25aa9787089538308940b61793acd6c26c2937cfc725b5ad3a23849e37b9958d05c09f55045493cc7d SHA512 724e6ecc1727ee4c4f2503d183717dc1503ee2017b176677da6f0268e82254a7cca3ff9a27dbb9cab59e32d002797eec1b39d2b729f741e5f2ea77a147af4d39
-DIST soundtouch-1.9.2.tar.gz 171369 BLAKE2B c60d06191a2e8268e7980bf30824676f4f3761357c5a41b1e376efa90f92153386f29447cdc9159c74acbd0a26d3cd4f8de51ee689cfe717cf422705e61f2e16 SHA512 d8f3f8970198a46ef3dc252719749bc19cbd2f8de5e00eeb2874565bfc421b60d94d400bacf702591293e595edf6c1c35917b6153fd395cad8d6b03115da7068
 DIST soundtouch-2.0.0.tar.gz 455148 BLAKE2B e38358b0b773edc03a1b227222418d1e79a97f7a1c7abd22f2cb96bb2a7e3427802214775c908329eeec87710b4d199fba819ad7b99f3d58071749cf372991a1 SHA512 c916bdd2cb3d7547f264b1caf09b739b48a161c8c6288c3893fc97379546ed6b41dafaf603b583fbf64ae91270fdeb90811e5b0df0e9c051dc9f6ddca4d319f9
diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch b/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch
deleted file mode 100644 (file)
index 2b1e1ac..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- soundtouch/source/SoundStretch/Makefile.am
-+++ soundtouch/source/SoundStretch/Makefile.am
-@@ -48,7 +48,7 @@
- # soundstretch_LDFLAGS=-s\r
\r
- ## additional compiler flags\r
--soundstretch_CXXFLAGS=-O3\r
-+#soundstretch_CXXFLAGS=-O3\r
\r
- #clean-local: \r
- #     -rm -f additional-files-to-remove-on-make-clean\r
---- soundtouch/source/SoundTouch/Makefile.am
-+++ soundtouch/source/SoundTouch/Makefile.am
-@@ -32,7 +32,7 @@
\r
\r
- # Compiler flags\r
--AM_CXXFLAGS=-O3 -fcheck-new -I../../include\r
-+AM_CXXFLAGS=-fcheck-new -I../../include\r
\r
- # Compile the files that need MMX and SSE individually.\r
- libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la\r
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
deleted file mode 100644 (file)
index 622e515..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic multilib-minimal
-
-MY_PN=${PN/lib}
-
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates"
-HOMEPAGE="https://www.surina.net/soundtouch/"
-SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="cpu_flags_x86_sse2 static-libs"
-
-DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
-       sed -i "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
-       sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' configure.ac || die
-       eautoreconf
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       econf \
-               --enable-shared \
-               --disable-integer-samples \
-               --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
-               $(use_enable static-libs static)
-}
-
-multilib_src_compile() {
-       emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html install
-}
-
-multilib_src_install_all() {
-       prune_libtool_files
-}
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild
deleted file mode 100644 (file)
index a086c0f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic multilib-minimal
-
-MY_PN=${PN/lib}
-
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates"
-HOMEPAGE="https://www.surina.net/soundtouch/"
-SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz"
-
-LICENSE="LGPL-2.1"
-# subslot = libSoundTouch.so soname
-SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="cpu_flags_x86_sse openmp static-libs"
-
-DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
-       use openmp && { tc-has-openmp || die "Please switch to an openmp compatible compiler"; }
-       sed -i "s:^\(dist_doc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
-       sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' configure.ac || die
-       eautoreconf
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       econf \
-               --enable-shared \
-               --disable-integer-samples \
-               $(use_enable cpu_flags_x86_sse x86-optimizations) \
-               $(use_enable openmp) \
-               $(use_enable static-libs static)
-}
-
-multilib_src_compile() {
-       emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html install
-}
-
-multilib_src_install_all() {
-       prune_libtool_files
-}