mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
gr-ais: remove, python2 only
This commit is contained in:
parent
0a61b42579
commit
86a442c3f9
1 changed files with 0 additions and 33 deletions
|
|
@ -1,33 +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 that decodes Automatic Information System for shipborne position reporting"
|
||||
HOMEPAGE="https://github.com/bistromath/gr-ais"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/bistromath/gr-ais.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.6:=
|
||||
dev-libs/boost:=
|
||||
dev-util/cppunit
|
||||
dev-lang/swig:*
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
sed -i '0,/include\/ais/s/include\/ais/include\/gnuradio\/ais/' ${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