commit: e7f8bf820efdeec9f769eb2afe93a48ce292771d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 22:29:26 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 22:30:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f8bf82
media-libs/soxr: Standard patch name
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/soxr/files/{nodoc.patch => soxr-0.1.1-nodoc.patch} | 4 ++--
media-libs/soxr/soxr-0.1.2.ebuild | 6 +++---
media-libs/soxr/soxr-0.1.3-r1.ebuild | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-libs/soxr/files/nodoc.patch
b/media-libs/soxr/files/soxr-0.1.1-nodoc.patch
similarity index 84%
rename from media-libs/soxr/files/nodoc.patch
rename to media-libs/soxr/files/soxr-0.1.1-nodoc.patch
index 0d64e1aba0f..f36a47ae2ca 100644
--- a/media-libs/soxr/files/nodoc.patch
+++ b/media-libs/soxr/files/soxr-0.1.1-nodoc.patch
@@ -1,7 +1,7 @@
Index: soxr-0.1.0-Source/CMakeLists.txt
===================================================================
---- soxr-0.1.0-Source.orig/CMakeLists.txt
-+++ soxr-0.1.0-Source/CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
@@ -217,14 +217,6 @@ if (BUILD_TESTS OR BUILD_LSR_TESTS)
enable_testing ()
endif ()
diff --git a/media-libs/soxr/soxr-0.1.2.ebuild
b/media-libs/soxr/soxr-0.1.2.ebuild
index 6bf88034d32..6f5f999947a 100644
--- a/media-libs/soxr/soxr-0.1.2.ebuild
+++ b/media-libs/soxr/soxr-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -21,9 +21,9 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
PATCHES=(
- "${FILESDIR}/nodoc.patch"
+ "${FILESDIR}/${PN}-0.1.1-nodoc.patch"
"${FILESDIR}/noexamples.patch"
- )
+)
src_install() {
cmake-multilib_src_install
diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild
b/media-libs/soxr/soxr-0.1.3-r1.ebuild
index 4c035c41674..46ac22915f2 100644
--- a/media-libs/soxr/soxr-0.1.3-r1.ebuild
+++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
DOCS=( README TODO NEWS AUTHORS )
PATCHES=(
- "${FILESDIR}/nodoc.patch"
+ "${FILESDIR}/${PN}-0.1.1-nodoc.patch"
"${FILESDIR}/${P}-fix-pkgconfig.patch"
)