mbelib: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-03 15:39:04 -04:00
parent 3b5eba7a45
commit a1f1a6a199
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 15 additions and 10 deletions

View file

@ -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 # 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" DESCRIPTION="P25 Phase 1 and ProVoice vocoder"
HOMEPAGE="https://github.com/szechyjs/mbelib"
if [[ ${PV} == *9999 ]] ; then if [[ ${PV} == *9999 ]] ; then
inherit git-r3 inherit git-r3
@ -21,6 +21,7 @@ fi
LICENSE="BSD" LICENSE="BSD"
SLOT=0 SLOT=0
IUSE="test" IUSE="test"
RESTRICT="!test? ( test )"
src_prepare() { src_prepare() {
sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \ sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \

View file

@ -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 # 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" DESCRIPTION="P25 Phase 1 and ProVoice vocoder"
HOMEPAGE="https://github.com/szechyjs/mbelib"
if [[ ${PV} == *9999 ]] ; then if [[ ${PV} == *9999 ]] ; then
inherit git-r3 inherit git-r3
@ -21,6 +21,7 @@ fi
LICENSE="BSD" LICENSE="BSD"
SLOT=0 SLOT=0
IUSE="test" IUSE="test"
RESTRICT="!test? ( test )"
src_prepare() { src_prepare() {
sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \ sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \

View file

@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="person"> <maintainer type="person">
<email>email@linxon.ru</email> <email>sidhayn@gmail.com</email>
<name>Yury Martynov</name> <name>Zero_Chaos</name>
</maintainer> </maintainer>
<upstream>
<remote-id type="github">szechyjs/mbelib</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>