mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +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
|
# 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' \
|
||||||
|
|
|
||||||
|
|
@ -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' \
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue