mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/gr-iio: mostly import from pentoo
Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
1
net-wireless/gr-iio/Manifest
Normal file
1
net-wireless/gr-iio/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224 SHA512 2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
|
||||
33
net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
Normal file
33
net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-single-r1
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
net-libs/libiio:=
|
||||
net-libs/libad9361-iio:="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/flex:=
|
||||
sys-devel/bison:=
|
||||
dev-util/cppunit:=
|
||||
dev-lang/swig:0"
|
||||
33
net-wireless/gr-iio/gr-iio-9999.ebuild
Normal file
33
net-wireless/gr-iio/gr-iio-9999.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-single-r1
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
net-libs/libiio:=
|
||||
net-libs/libad9361-iio:="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/flex:=
|
||||
sys-devel/bison:=
|
||||
dev-util/cppunit:=
|
||||
dev-lang/swig:0"
|
||||
15
net-wireless/gr-iio/metadata.xml
Normal file
15
net-wireless/gr-iio/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">analogdevicesinc/gr-iio</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user