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
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' \

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
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' \

View file

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