commit: b36a79e761a3aa84610ce2915df067322e140865 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Mon Jun 4 00:39:10 2018 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> 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"
