From a1f1a6a1991643b9fe27d0eeb1af59bc1bbe0962 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 3 May 2024 15:39:04 -0400 Subject: [PATCH] mbelib: pkgcheck fixes --- media-libs/mbelib/mbelib-1.3.0-r1.ebuild | 9 +++++---- media-libs/mbelib/mbelib-9999.ebuild | 9 +++++---- media-libs/mbelib/metadata.xml | 7 +++++-- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/media-libs/mbelib/mbelib-1.3.0-r1.ebuild b/media-libs/mbelib/mbelib-1.3.0-r1.ebuild index b085468b7..634900e51 100644 --- a/media-libs/mbelib/mbelib-1.3.0-r1.ebuild +++ b/media-libs/mbelib/mbelib-1.3.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake multilib +inherit cmake -HOMEPAGE="https://github.com/szechyjs/mbelib" DESCRIPTION="P25 Phase 1 and ProVoice vocoder" +HOMEPAGE="https://github.com/szechyjs/mbelib" if [[ ${PV} == *9999 ]] ; then inherit git-r3 @@ -21,6 +21,7 @@ fi LICENSE="BSD" SLOT=0 IUSE="test" +RESTRICT="!test? ( test )" src_prepare() { sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \ diff --git a/media-libs/mbelib/mbelib-9999.ebuild b/media-libs/mbelib/mbelib-9999.ebuild index a82645c5e..4b2277153 100644 --- a/media-libs/mbelib/mbelib-9999.ebuild +++ b/media-libs/mbelib/mbelib-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake multilib +inherit cmake -HOMEPAGE="https://github.com/szechyjs/mbelib" DESCRIPTION="P25 Phase 1 and ProVoice vocoder" +HOMEPAGE="https://github.com/szechyjs/mbelib" if [[ ${PV} == *9999 ]] ; then inherit git-r3 @@ -21,6 +21,7 @@ fi LICENSE="BSD" SLOT=0 IUSE="test" +RESTRICT="!test? ( test )" src_prepare() { sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \ diff --git a/media-libs/mbelib/metadata.xml b/media-libs/mbelib/metadata.xml index ebc718e70..e6b9f1a7f 100644 --- a/media-libs/mbelib/metadata.xml +++ b/media-libs/mbelib/metadata.xml @@ -2,7 +2,10 @@ - email@linxon.ru - Yury Martynov + sidhayn@gmail.com + Zero_Chaos + + szechyjs/mbelib +