commit:     b42f114dfeba627f599e88952c6e727b180a92ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 19:11:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 19:20:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42f114d

media-libs/soxr: Drop old

Package-Manager: Portage-2.3.45, Repoman-2.3.10

 media-libs/soxr/Manifest               |  1 -
 media-libs/soxr/files/noexamples.patch |  9 ---------
 media-libs/soxr/soxr-0.1.2.ebuild      | 34 ----------------------------------
 3 files changed, 44 deletions(-)

diff --git a/media-libs/soxr/Manifest b/media-libs/soxr/Manifest
index 08cf40d022b..c7b67eaa27c 100644
--- a/media-libs/soxr/Manifest
+++ b/media-libs/soxr/Manifest
@@ -1,2 +1 @@
-DIST soxr-0.1.2-Source.tar.xz 83760 BLAKE2B 
b54e31599a3eb94902af21749ba92c79ea4edf9a82de5c83581c7968182c22a80c86fbcd7f0bbd823b45adbd52570a7b4accf6bc75df31bb0a76b2b4e4703572
 SHA512 
ee902c1bc713e05b748f917d78222b68b5fe01d43f405e0954c21ce4d1ee494d01000caa79f696cb8d202c662a4c4d958b332dae034d6f929e0480abf27cd07c
 DIST soxr-0.1.3-Source.tar.xz 94384 BLAKE2B 
5b7078f71404b9ef83917dcabc0c99cf17fd625d3e033d1b934382a7b60e55e359931a6ab53f8adaf955c0d811d6cbf231cd6a226549560b3506a3867e845607
 SHA512 
f4883ed298d5650399283238aac3dbe78d605b988246bea51fa343d4a8ce5ce97c6e143f6c3f50a3ff81795d9c19e7a07217c586d4020f6ced102aceac46aaa8

diff --git a/media-libs/soxr/files/noexamples.patch 
b/media-libs/soxr/files/noexamples.patch
deleted file mode 100644
index c66c0b1e5b1..00000000000
--- a/media-libs/soxr/files/noexamples.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-Index: soxr-0.1.0-Source/examples/CMakeLists.txt
-===================================================================
---- soxr-0.1.0-Source.orig/examples/CMakeLists.txt
-+++ soxr-0.1.0-Source/examples/CMakeLists.txt
-@@ -34,4 +34,3 @@ if (${BUILD_TESTS} AND ${WITH_LSR_BINDIN
- endif ()
- 
- file (GLOB INSTALL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.[cCh])
--install (FILES ${INSTALL_SOURCES} ${CMAKE_CURRENT_SOURCE_DIR}/README 
DESTINATION ${DOC_INSTALL_DIR}/examples)

diff --git a/media-libs/soxr/soxr-0.1.2.ebuild 
b/media-libs/soxr/soxr-0.1.2.ebuild
deleted file mode 100644
index 6f5f999947a..00000000000
--- a/media-libs/soxr/soxr-0.1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib
-
-MY_P=${P}-Source
-DESCRIPTION="The SoX Resampler library"
-HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/";
-SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
-PATCHES=(
-       "${FILESDIR}/${PN}-0.1.1-nodoc.patch"
-       "${FILESDIR}/noexamples.patch"
-)
-
-src_install() {
-       cmake-multilib_src_install
-       if use examples ; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}

Reply via email to