mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
mbelib: pkgcheck fixes
This commit is contained in:
parent
3b5eba7a45
commit
a1f1a6a199
3 changed files with 15 additions and 10 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
|
|
@ -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' \
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue