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 20975138334 for ; Tue, 5 Jun 2018 17:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E208AE0A81; Tue, 5 Jun 2018 17:27:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9777EE0A81 for ; Tue, 5 Jun 2018 17:27:20 +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 15C07335C8E for ; Tue, 5 Jun 2018 17:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 121632BE for ; Tue, 5 Jun 2018 17:27:17 +0000 (UTC) From: "Richard 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, "Richard Farina" Message-ID: <1528219594.b36a79e761a3aa84610ce2915df067322e140865.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhackrf/libhackrf-2014.04.1.ebuild net-libs/libhackrf/libhackrf-2014.08.1.ebuild net-libs/libhackrf/libhackrf-2015.07.2.ebuild X-VCS-Directories: net-libs/libhackrf/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b36a79e761a3aa84610ce2915df067322e140865 X-VCS-Branch: master Date: Tue, 5 Jun 2018 17:27:17 +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-Archives-Salt: 2a7bc55d-04f6-4323-8926-995c2d5d69c1 X-Archives-Hash: 02af8e4a2127117c2a55b5aa1d3f6202 commit: b36a79e761a3aa84610ce2915df067322e140865 Author: Marty E. Plummer startmail com> AuthorDate: Mon Jun 4 00:39:10 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Jun 5 17:26:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36a79e7 net-libs/libhackrf: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/libhackrf/libhackrf-2014.04.1.ebuild | 6 +++--- net-libs/libhackrf/libhackrf-2014.08.1.ebuild | 6 +++--- net-libs/libhackrf/libhackrf-2015.07.2.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild index d674575992f..058fa07e2f6 100644 --- a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-2 + inherit git-r3 KEYWORDS="" - EGIT_SOURCEDIR="${WORKDIR}/hackrf" + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else S="${WORKDIR}/hackrf-${PV}/host/libhackrf" diff --git a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild index fc72fea1fd6..9ffc09a1aa7 100644 --- a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-2 + inherit git-r3 KEYWORDS="" - EGIT_SOURCEDIR="${WORKDIR}/hackrf" + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else S="${WORKDIR}/hackrf-${PV}/host/libhackrf" diff --git a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild index 5eccf976591..481fc1e8fcd 100644 --- a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild +++ b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-2 + inherit git-r3 KEYWORDS="" - EGIT_SOURCEDIR="${WORKDIR}/hackrf" + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else S="${WORKDIR}/hackrf-${PV}/host/libhackrf"