Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/files/, media-libs/soxr/
Date: Sun, 10 Jun 2018 22:31:44
Message-Id: 1528669813.e7f8bf820efdeec9f769eb2afe93a48ce292771d.asturm@gentoo
1 commit: e7f8bf820efdeec9f769eb2afe93a48ce292771d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 22:29:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 22:30:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f8bf82
7
8 media-libs/soxr: Standard patch name
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/soxr/files/{nodoc.patch => soxr-0.1.1-nodoc.patch} | 4 ++--
13 media-libs/soxr/soxr-0.1.2.ebuild | 6 +++---
14 media-libs/soxr/soxr-0.1.3-r1.ebuild | 2 +-
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-libs/soxr/files/nodoc.patch b/media-libs/soxr/files/soxr-0.1.1-nodoc.patch
18 similarity index 84%
19 rename from media-libs/soxr/files/nodoc.patch
20 rename to media-libs/soxr/files/soxr-0.1.1-nodoc.patch
21 index 0d64e1aba0f..f36a47ae2ca 100644
22 --- a/media-libs/soxr/files/nodoc.patch
23 +++ b/media-libs/soxr/files/soxr-0.1.1-nodoc.patch
24 @@ -1,7 +1,7 @@
25 Index: soxr-0.1.0-Source/CMakeLists.txt
26 ===================================================================
27 ---- soxr-0.1.0-Source.orig/CMakeLists.txt
28 -+++ soxr-0.1.0-Source/CMakeLists.txt
29 +--- a/CMakeLists.txt
30 ++++ b/CMakeLists.txt
31 @@ -217,14 +217,6 @@ if (BUILD_TESTS OR BUILD_LSR_TESTS)
32 enable_testing ()
33 endif ()
34
35 diff --git a/media-libs/soxr/soxr-0.1.2.ebuild b/media-libs/soxr/soxr-0.1.2.ebuild
36 index 6bf88034d32..6f5f999947a 100644
37 --- a/media-libs/soxr/soxr-0.1.2.ebuild
38 +++ b/media-libs/soxr/soxr-0.1.2.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -21,9 +21,9 @@ RDEPEND="${DEPEND}"
46 S="${WORKDIR}/${MY_P}"
47 DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
48 PATCHES=(
49 - "${FILESDIR}/nodoc.patch"
50 + "${FILESDIR}/${PN}-0.1.1-nodoc.patch"
51 "${FILESDIR}/noexamples.patch"
52 - )
53 +)
54
55 src_install() {
56 cmake-multilib_src_install
57
58 diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild
59 index 4c035c41674..46ac22915f2 100644
60 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild
61 +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild
62 @@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
63 DOCS=( README TODO NEWS AUTHORS )
64
65 PATCHES=(
66 - "${FILESDIR}/nodoc.patch"
67 + "${FILESDIR}/${PN}-0.1.1-nodoc.patch"
68 "${FILESDIR}/${P}-fix-pkgconfig.patch"
69 )