From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B73EB138334 for ; Tue, 15 Oct 2019 19:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 031F3E0876; Tue, 15 Oct 2019 19:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE3C9E0876 for ; Tue, 15 Oct 2019 19:22:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A4FE34BE23 for ; Tue, 15 Oct 2019 19:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C436983D for ; Tue, 15 Oct 2019 19:22:06 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1571167288.fe96392d73ffac85561ac910dcb65389ca476d08.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/chirp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/chirp/Manifest net-wireless/chirp/chirp-20190718.ebuild net-wireless/chirp/chirp-20190925.ebuild net-wireless/chirp/chirp-99999999.ebuild X-VCS-Directories: net-wireless/chirp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: fe96392d73ffac85561ac910dcb65389ca476d08 X-VCS-Branch: master Date: Tue, 15 Oct 2019 19:22:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7723176-c8a8-4d68-b71c-c47d48882e40 X-Archives-Hash: 84e24084d926713dba151a81947a9c58 commit: fe96392d73ffac85561ac910dcb65389ca476d08 Author: Rick Farina gentoo org> AuthorDate: Tue Oct 15 19:21:10 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Oct 15 19:21:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe96392d net-wireless/chirp: bump Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> net-wireless/chirp/Manifest | 2 +- .../chirp/{chirp-20190718.ebuild => chirp-20190925.ebuild} | 6 +++--- 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 eef55610caf..02a6ae83597 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 similarity index 94% rename from net-wireless/chirp/chirp-20190718.ebuild rename to net-wireless/chirp/chirp-20190925.ebuild index fe466120796..0bfe51e6575 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 ef243acf8ac..0bfe51e6575 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"