mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
rtl_power_fftw: save old package from gentoo
This commit is contained in:
parent
e71e8fd847
commit
1d22a64a5c
5 changed files with 70 additions and 0 deletions
1
net-wireless/rtl_power_fftw/Manifest
Normal file
1
net-wireless/rtl_power_fftw/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST rtl_power_fftw-0.0_p20200601.tar.gz 37930 BLAKE2B 64678a9a8e9d795989048ea52f823f76afe3af9230de69e585efb3dd3e6afc49197c37dca97af99449b936ae14d72810e81f245715406c8533b95a2d3b661a8c SHA512 1d7db0df54b84a38bf8024558b42657a00f6432912ea1d4312d8c83fc0147f3a912df529e16db63dedc07518161cd9c7b96c969c53dde374a1b270d15e721189
|
||||
8
net-wireless/rtl_power_fftw/metadata.xml
Normal file
8
net-wireless/rtl_power_fftw/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="power spectrum for RTLSDR dongles"
|
||||
HOMEPAGE="https://github.com/AD-Vega/rtl-power-fftw"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/AD-Vega/rtl-power-fftw.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
COMMIT="cee9a22207ea995bd12adbc6bcfbec92521548b1"
|
||||
SRC_URI="https://github.com/AD-Vega/rtl-power-fftw/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN//_/-}-${COMMIT}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-cpp/tclap
|
||||
sci-libs/fftw:3.0=
|
||||
net-wireless/rtl-sdr:="
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
29
net-wireless/rtl_power_fftw/rtl_power_fftw-9999.ebuild
Normal file
29
net-wireless/rtl_power_fftw/rtl_power_fftw-9999.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="power spectrum for RTLSDR dongles"
|
||||
HOMEPAGE="https://github.com/AD-Vega/rtl-power-fftw"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/AD-Vega/rtl-power-fftw.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
COMMIT="cee9a22207ea995bd12adbc6bcfbec92521548b1"
|
||||
SRC_URI="https://github.com/AD-Vega/rtl-power-fftw/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN//_/-}-${COMMIT}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-cpp/tclap
|
||||
sci-libs/fftw:3.0=
|
||||
net-wireless/rtl-sdr:="
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
|
@ -12,3 +12,6 @@ app-forensics/openscap
|
|||
|
||||
#gentoo masked metasploit deps for removal, transferring these back to pentoo
|
||||
dev-ruby/patch_finder
|
||||
|
||||
#removing old stuff from gentoo but we want to keep it
|
||||
net-wireless/rtl_power_fftw
|
||||
|
|
|
|||
Loading…
Reference in a new issue