From b36a79e761a3aa84610ce2915df067322e140865 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 3 Jun 2018 19:39:10 -0500 Subject: 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(-) (limited to 'net-libs/libhackrf') diff --git a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild index d674575992fc..058fa07e2f6a 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 fc72fea1fd62..9ffc09a1aa7f 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 5eccf9765911..481fc1e8fcdc 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" -- cgit v1.2.3-65-gdbad