mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
bladerf_adsb: pkgcheck fixes
This commit is contained in:
parent
e9a20756b4
commit
4fef82624b
2 changed files with 17 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2024 Gentoo Foundation
|
||||||
# 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 git-r3 toolchain-funcs
|
inherit git-r3 toolchain-funcs
|
||||||
|
|
||||||
|
|
@ -13,7 +13,6 @@ EGIT_REPO_URI="https://github.com/Nuand/bladeRF-adsb.git"
|
||||||
|
|
||||||
LICENSE="nuand_adsb"
|
LICENSE="nuand_adsb"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS=""
|
|
||||||
IUSE="x40 x115"
|
IUSE="x40 x115"
|
||||||
|
|
||||||
DEPEND="net-wireless/bladerf"
|
DEPEND="net-wireless/bladerf"
|
||||||
|
|
|
||||||
15
net-wireless/bladerf_adsb/metadata.xml
Normal file
15
net-wireless/bladerf_adsb/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>sidhayn@gmail.com</email>
|
||||||
|
<name>Zero_Chaos</name>
|
||||||
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="x40">Support for Bladerf x40 FPGA</flag>
|
||||||
|
<flag name="x115">Support for Bladerf x115 FPGA</flag>
|
||||||
|
</use>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">Nuand/bladeRF-adsb</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
Reference in a new issue