mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-03-06 21:51:52 +01:00
net-wireless/gr-ieee802_15_4 Removal, it's in Gentoo's tree
This commit is contained in:
parent
559be736ba
commit
bc3d1e0712
2 changed files with 0 additions and 35 deletions
|
|
@ -1 +0,0 @@
|
|||
EBUILD gr-ieee802_15_4-9999.ebuild 852 SHA256 5b8769979b7d3a3e722f9b60e89a3273051aff41ef52ea3fa154ad0fc08a157c SHA512 4811daf673da17cf4b041694cf54537e15ccfcaaa28b24249b97a16a6b60809c66eb86066d71f116768bfa6d9fd06f5ad94b0f2892c1429ff4ffa19104197596 WHIRLPOOL de933f9103fafdb44debd3fdb52a066844f578956c8c3b08f23c27c2d96c0502d8e315fd8da7f43bf5e8ea414e4fb5b3c1dbb8c14a78ca1eafb9d9a9fe1c4c6b
|
||||
|
|
@ -1,34 +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 IEEE 802.15.4 ZigBee Transceiver"
|
||||
HOMEPAGE="http://www.ccs-labs.org/software/gr-ieee802-15-4/"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/bastibl/gr-ieee802-15-4.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
dev-util/cppunit
|
||||
dev-lang/swig:*
|
||||
dev-python/matplotlib
|
||||
net-wireless/gr-foo"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
sed -i '0,/include\/ieee802_15_4/s/include\/ieee802_15_4/include\/gnuradio\/ieee802_15_4/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed'
|
||||
local mycmakeargs=(
|
||||
-DWITH_ENABLE_DOXYGEN=YES="$(usex doc)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue