From c71e0f16cdeb82d605c722c2eaefa852eda5ed72 Mon Sep 17 00:00:00 2001 From: mazes-80 <> Date: Sun, 12 Feb 2023 18:41:45 +0100 Subject: [PATCH] media-sound/*v1: NexAdn review --- media-sound/drumkv1/drumkv1-9999-r1.ebuild | 5 +++-- media-sound/padthv1/padthv1-9999-r1.ebuild | 5 +++-- media-sound/samplv1/samplv1-9999-r1.ebuild | 5 +++-- media-sound/synthv1/synthv1-9999-r1.ebuild | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/media-sound/drumkv1/drumkv1-9999-r1.ebuild b/media-sound/drumkv1/drumkv1-9999-r1.ebuild index 044c4034..1fdb0fd0 100644 --- a/media-sound/drumkv1/drumkv1-9999-r1.ebuild +++ b/media-sound/drumkv1/drumkv1-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake xdg DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx" -HOMEPAGE="http://drumkv1.sourceforge.net/" +HOMEPAGE="https://drumkv1.sourceforge.net/" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -43,6 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + # allow portage to control binary stripping sed -i 's:strip:true:' src/CMakeLists.txt || die cmake_src_prepare } diff --git a/media-sound/padthv1/padthv1-9999-r1.ebuild b/media-sound/padthv1/padthv1-9999-r1.ebuild index 2e24e13d..69893de7 100644 --- a/media-sound/padthv1/padthv1-9999-r1.ebuild +++ b/media-sound/padthv1/padthv1-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake xdg DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx" -HOMEPAGE="http://padthv1.sourceforge.net/" +HOMEPAGE="https://padthv1.sourceforge.net/" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -43,6 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + # allow portage to control binary stripping sed -i 's:strip:true:' src/CMakeLists.txt || die cmake_src_prepare } diff --git a/media-sound/samplv1/samplv1-9999-r1.ebuild b/media-sound/samplv1/samplv1-9999-r1.ebuild index feaa4d64..56c1b116 100644 --- a/media-sound/samplv1/samplv1-9999-r1.ebuild +++ b/media-sound/samplv1/samplv1-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake xdg DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx" -HOMEPAGE="http://samplv1.sourceforge.net/" +HOMEPAGE="https://samplv1.sourceforge.net/" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -43,6 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + # allow portage to control binary stripping sed -i 's:strip:true:' src/CMakeLists.txt || die cmake_src_prepare } diff --git a/media-sound/synthv1/synthv1-9999-r1.ebuild b/media-sound/synthv1/synthv1-9999-r1.ebuild index 20acb83d..aa406b77 100644 --- a/media-sound/synthv1/synthv1-9999-r1.ebuild +++ b/media-sound/synthv1/synthv1-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake xdg DESCRIPTION="An old-school all-digital drum-kit sampler synthesizer with stereo fx" -HOMEPAGE="http://synthv1.sourceforge.net/" +HOMEPAGE="https://synthv1.sourceforge.net/" if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -43,6 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + # allow portage to control binary stripping sed -i 's:strip:true:' src/CMakeLists.txt || die cmake_src_prepare }