From 279d9622446d94348b69280e09c2918630ff404c Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 3 Aug 2022 12:15:15 -0400 Subject: [PATCH] gr-lte: remove, python2 only --- net-wireless/gr-lte/gr-lte-9999.ebuild | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 net-wireless/gr-lte/gr-lte-9999.ebuild diff --git a/net-wireless/gr-lte/gr-lte-9999.ebuild b/net-wireless/gr-lte/gr-lte-9999.ebuild deleted file mode 100644 index 72eab60a5..000000000 --- a/net-wireless/gr-lte/gr-lte-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils git-r3 - -DESCRIPTION="GNU Radio block for LTE signals" -HOMEPAGE="https://github.com/kit-cel/gr-lte" - -EGIT_REPO_URI="https://github.com/kit-cel/gr-lte.git" -EGIT_BRANCH="master" -KEYWORDS="" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -DEPEND=">=net-wireless/gnuradio-3.7.0:= - dev-libs/boost:= - >=sci-libs/fftw-3.3.4:= - dev-util/cppunit - dev-lang/swig:*" - -RDEPEND="${DEPEND}" - -src_configure() { - sed -i '0,/include\/lte/s/include\/lte/include\/gnuradio\/lte/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed' - cmake-utils_src_configure -}