diff options
author | Rick Farina <zerochaos@gentoo.org> | 2019-10-15 15:21:10 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2019-10-15 15:21:28 -0400 |
commit | fe96392d73ffac85561ac910dcb65389ca476d08 (patch) | |
tree | 9d70156458d616b544a812a88b7898c395e7a5d4 /net-wireless | |
parent | dev-libs/libcec: Python 3.7 compatibility (diff) | |
download | gentoo-fe96392d73ffac85561ac910dcb65389ca476d08.tar.gz gentoo-fe96392d73ffac85561ac910dcb65389ca476d08.tar.bz2 gentoo-fe96392d73ffac85561ac910dcb65389ca476d08.zip |
net-wireless/chirp: bump
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/chirp/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/chirp/chirp-20190925.ebuild (renamed from net-wireless/chirp/chirp-20190718.ebuild) | 6 | ||||
-rw-r--r-- | net-wireless/chirp/chirp-99999999.ebuild | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest index eef55610caf5..02a6ae835973 100644 --- a/net-wireless/chirp/Manifest +++ b/net-wireless/chirp/Manifest @@ -1 +1 @@ -DIST chirp-daily-20190718.tar.gz 898961 BLAKE2B 323864540c0f6fd5602034f6ccb40d7bf983d21f8a802c9d837843de07979d50ce3633de3d713a444629a4207957ae9fd505e40ab74b9c0325275d803af97b12 SHA512 c43eebaae2eb55d4cf2196c9d72d093652923020651f5c9a2117d2b43cd60e2004a06e471bc5d5d786effabe864804ab59d5006e3b3153c8872db010c540be12 +DIST chirp-daily-20190925.tar.gz 863049 BLAKE2B 06085527c80659f3305ec7195e7126596ab5fcb23cd7f3f0b873ccc04cd8363cddab1bcd745174d03468db18b1c0859a1f6bad3d4d9ce4c9a46e8bd62530789a SHA512 1a5783b02bbe4544d5eb4a1b6140748d2364deb9581faddf3ebab656ed4df6edfc2b437866958f4146dad1fed6698dac0d0d0c708d561792903ae182d808f599 diff --git a/net-wireless/chirp/chirp-20190718.ebuild b/net-wireless/chirp/chirp-20190925.ebuild index fe466120796c..0bfe51e65750 100644 --- a/net-wireless/chirp/chirp-20190718.ebuild +++ b/net-wireless/chirp/chirp-20190925.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) if [[ ${PV} == "99999999" ]] ; then @@ -9,18 +9,18 @@ if [[ ${PV} == "99999999" ]] ; then EHG_REPO_URI="http://d-rats.com/hg/chirp.hg" fi -inherit distutils-r1 ${SCM} +inherit distutils-r1 xdg-utils ${SCM} DESCRIPTION="Free open-source tool for programming your amateur radio" HOMEPAGE="http://chirp.danplanet.com" +RESTRICT="test" if [[ ${PV} == "99999999" ]] ; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" SRC_URI="http://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz" S="${WORKDIR}/${PN}-daily-${PV}" - RESTRICT="test" fi LICENSE="GPL-3" SLOT="0" diff --git a/net-wireless/chirp/chirp-99999999.ebuild b/net-wireless/chirp/chirp-99999999.ebuild index ef243acf8ac1..0bfe51e65750 100644 --- a/net-wireless/chirp/chirp-99999999.ebuild +++ b/net-wireless/chirp/chirp-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) if [[ ${PV} == "99999999" ]] ; then @@ -9,18 +9,18 @@ if [[ ${PV} == "99999999" ]] ; then EHG_REPO_URI="http://d-rats.com/hg/chirp.hg" fi -inherit distutils-r1 ${SCM} +inherit distutils-r1 xdg-utils ${SCM} DESCRIPTION="Free open-source tool for programming your amateur radio" HOMEPAGE="http://chirp.danplanet.com" +RESTRICT="test" if [[ ${PV} == "99999999" ]] ; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" SRC_URI="http://trac.${PN}.danplanet.com/${PN}_daily/daily-${PV}/${PN}-daily-${PV}.tar.gz" S="${WORKDIR}/${PN}-daily-${PV}" - RESTRICT="test" fi LICENSE="GPL-3" SLOT="0" |