mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
chirp: added chirp stable and live
This commit is contained in:
parent
013e032e86
commit
4691968805
5 changed files with 80 additions and 2 deletions
3
net-wireless/chirp/Manifest
Normal file
3
net-wireless/chirp/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST chirp-0.2.2.tar.gz 170613 RMD160 9896d835652c069169d3dfa9f87af453cb706f5c SHA1 eaeb272019b4edd844c4db4c06db1fec6338cbb4 SHA256 9567e95b17ca41b3731560859991021429fa915ed587cf770f2c70fe9e0cb38b
|
||||
EBUILD chirp-0.2.2.ebuild 637 RMD160 c4cefe2d39b0f219a5325452fa0c0903f3fed8a7 SHA1 ddae55d1bbdccf46ce93718d7729b322d51850aa SHA256 c3214127f609d1b65c6afeb7fbd3197535ae3851a145fa636ba869b1ec1bd398
|
||||
EBUILD chirp-9999.ebuild 637 RMD160 c4cefe2d39b0f219a5325452fa0c0903f3fed8a7 SHA1 ddae55d1bbdccf46ce93718d7729b322d51850aa SHA256 c3214127f609d1b65c6afeb7fbd3197535ae3851a145fa636ba869b1ec1bd398
|
||||
37
net-wireless/chirp/chirp-0.2.2.ebuild
Normal file
37
net-wireless/chirp/chirp-0.2.2.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2:2.6:2.7"
|
||||
|
||||
inherit python distutils
|
||||
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE="http://chirp.danplanet.com"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit mercurial
|
||||
EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
|
||||
KEYWORDS="-*"
|
||||
else
|
||||
SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/pyserial
|
||||
dev-libs/libxml2[python]"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="2.[67]"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
37
net-wireless/chirp/chirp-9999.ebuild
Normal file
37
net-wireless/chirp/chirp-9999.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2:2.6:2.7"
|
||||
|
||||
inherit python distutils
|
||||
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE="http://chirp.danplanet.com"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit mercurial
|
||||
EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
|
||||
KEYWORDS="-*"
|
||||
else
|
||||
SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/pyserial
|
||||
dev-libs/libxml2[python]"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="2.[67]"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
EBUILD pentoo-radio-2012.0.ebuild 350 RMD160 4dcfd805f0654343ff9f867ad3430e97f4815a95 SHA1 84b83d2a84943104c4947706a9a926762c4324ff SHA256 115cdb4167e34ea9f90ba812632be77244bddcad6b5a1b84c369555323f3233a
|
||||
EBUILD pentoo-radio-2012.0.ebuild 370 RMD160 87b87ea319d0cb023831925a222f2d2527c5d983 SHA1 266f0830a7992b0acc72c91e436c16033aafc452 SHA256 bff434f2f80ab26267bac8ca89f204ea844c0206c8b218b23125caa5db600878
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@ DEPEND=""
|
|||
RDEPEND="net-wireless/gnuradio
|
||||
net-wireless/rtl-sdr
|
||||
net-wireless/op25
|
||||
net-wireless/gr-osmosdr"
|
||||
net-wireless/gr-osmosdr
|
||||
net-wireless/chirp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue