media-libs/soxr: Standard patch name
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Jun 2018 22:29:26 +0000 (00:29 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Jun 2018 22:30:13 +0000 (00:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/soxr/files/soxr-0.1.1-nodoc.patch [moved from media-libs/soxr/files/nodoc.patch with 84% similarity]
media-libs/soxr/soxr-0.1.2.ebuild
media-libs/soxr/soxr-0.1.3-r1.ebuild

similarity index 84%
rename from media-libs/soxr/files/nodoc.patch
rename to media-libs/soxr/files/soxr-0.1.1-nodoc.patch
index 0d64e1aba0f9f22d2dbbb454dcfbda50cfef961e..f36a47ae2cae0cf3eb94b13334a44a182cd90d78 100644 (file)
@@ -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 ()
index 6bf88034d3281707673d4e513afa2bf45250b16d..6f5f999947acc687d5f3592e1755f131ff6142da 100644 (file)
@@ -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
index 4c035c41674775da5bcd87773023ccedd0cde9d3..46ac22915f25adf2f80310114cba9834a427b91a 100644 (file)
@@ -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"
 )