Package-Manager: Portage-2.3.40, Repoman-2.3.9
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 ()
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
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
DOCS=( README TODO NEWS AUTHORS )
PATCHES=(
- "${FILESDIR}/nodoc.patch"
+ "${FILESDIR}/${PN}-0.1.1-nodoc.patch"
"${FILESDIR}/${P}-fix-pkgconfig.patch"
)