diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-11 00:29:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-11 00:30:13 +0200 |
commit | e7f8bf820efdeec9f769eb2afe93a48ce292771d (patch) | |
tree | f9494a941025d1c88c10dcffb7c81b44b328ec46 /media-libs/soxr | |
parent | media-libs/soxr: Drop old (diff) | |
download | gentoo-e7f8bf820efdeec9f769eb2afe93a48ce292771d.tar.gz gentoo-e7f8bf820efdeec9f769eb2afe93a48ce292771d.tar.bz2 gentoo-e7f8bf820efdeec9f769eb2afe93a48ce292771d.zip |
media-libs/soxr: Standard patch name
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/soxr')
-rw-r--r-- | media-libs/soxr/files/soxr-0.1.1-nodoc.patch (renamed from media-libs/soxr/files/nodoc.patch) | 4 | ||||
-rw-r--r-- | media-libs/soxr/soxr-0.1.2.ebuild | 6 | ||||
-rw-r--r-- | 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 index 0d64e1aba0f9..f36a47ae2cae 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 6bf88034d328..6f5f999947ac 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 4c035c416747..46ac22915f25 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" ) |