mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
gr-ham: 2020511->20240130 and qa fixes
This commit is contained in:
parent
cc75d54d75
commit
3ac80a3107
2 changed files with 13 additions and 10 deletions
|
|
@ -1 +1 @@
|
|||
DIST gr-ham-20200511.tar.gz 125632 BLAKE2B 6d1556c2fbfe33692b5f8b5e550d48ba8a098b41befc3600824de8daadb0846144def67a9d2450d4949941dbbce8b56a827bbed3ea2a134eefca65e11a8f9ab8 SHA512 9fdf821946da166614609482d8a185db53b2b506b076493cd1252bc486827163c41dddc76aeeb535e7bedfd9e29931798a88f5bfab7ae0eda1bc85a6a9e4817e
|
||||
DIST gr-ham-20240130.tar.gz 124938 BLAKE2B 0a02b3b95bcd22f40b460159039c0ceab205ba8e4ba3cc1244e210179a8705cdfe15119193e4b4b128358c1b38a8a6fa7fb91150cd54e69b2a90fc479dc68e82 SHA512 609f10cc0203908585e23d359c05c13616a9492578f76636928b9e3847366692f86efb7e0ee6f4f0b5ad08bb59cc031113cadf97e5db1109ce03c2b7a48ccd45
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -6,20 +6,22 @@ EAPI=8
|
|||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake python-single-r1
|
||||
|
||||
DESCRIPTION=""
|
||||
DESCRIPTION="collection of GNU Radio blocks useful for amateur radio"
|
||||
HOMEPAGE="https://github.com/argilo/gr-ham"
|
||||
HASH_COMMIT="7ece28e0e66365522b0dfb63c63717725189d5bf"
|
||||
#EGIT_BRANCH="maint-3.10"
|
||||
HASH_COMMIT="005f72b9e492e514b775992eb96460b44f1f9eae"
|
||||
SRC_URI="https://github.com/argilo/gr-ham/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+doc"
|
||||
|
||||
DEPEND=">=net-wireless/gnuradio-3.8.0:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
DEPEND="net-wireless/gnuradio:="
|
||||
RDEPEND="${DEPEND}
|
||||
${PYTHON_DEPS}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare() {
|
||||
#fixme below
|
||||
|
|
@ -38,5 +40,6 @@ src_configure() {
|
|||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
python_optimize "${ED}/$(python_get_sitedir)"
|
||||
find "${ED}" -name "*.py[co]" -delete || die
|
||||
python_optimize
|
||||
}
|
||||
Loading…
Reference in a new issue