mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
portapack-havoc: remove, replaced by portapack-mayhem
This commit is contained in:
parent
e1bdd647a9
commit
8b4676f5c3
2 changed files with 0 additions and 51 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">furrtek/portapack-havoc</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Custom firmware for the HackRF SDR + PortaPack H1 addon"
|
||||
HOMEPAGE="https://github.com/furrtek/portapack-havoc/wiki"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
if [ "${PV}" == "9999" ]; then
|
||||
DEPEND="sys-devel/gcc-arm-none-eabi"
|
||||
inherit git-r3 cmake-utils
|
||||
#EGIT_REPO_URI="https://github.com/furrtek/portapack-havoc.git"
|
||||
EGIT_REPO_URI="https://github.com/jboone/portapack-havoc.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
fi
|
||||
|
||||
PDEPEND=">=net-wireless/hackrf-tools-2015.07.2-r1
|
||||
>=app-mobilephone/dfu-util-0.7"
|
||||
|
||||
src_configure() {
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
strip-flags
|
||||
filter-flags "-march=*" "-mtune=*"
|
||||
cmake-utils_src_configure
|
||||
else
|
||||
true
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/hackrf
|
||||
newins firmware/portapack-h1-havoc.bin portapack-h1-havoc-${PV}.bin
|
||||
ln -s portapack-h1-havoc-${PV}.bin "${ED}/usr/share/hackrf/portapack-h1-havoc.bin"
|
||||
}
|
||||
Loading…
Reference in a new issue