Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/
Date: Tue, 05 Jun 2018 17:27:22
Message-Id: 1528219594.b36a79e761a3aa84610ce2915df067322e140865.zerochaos@gentoo
1 commit: b36a79e761a3aa84610ce2915df067322e140865
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Mon Jun 4 00:39:10 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 17:26:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36a79e7
7
8 net-libs/libhackrf: git-2->git-r3
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-libs/libhackrf/libhackrf-2014.04.1.ebuild | 6 +++---
13 net-libs/libhackrf/libhackrf-2014.08.1.ebuild | 6 +++---
14 net-libs/libhackrf/libhackrf-2015.07.2.ebuild | 6 +++---
15 3 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild
18 index d674575992f..058fa07e2f6 100644
19 --- a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild
20 +++ b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/"
28
29 if [[ ${PV} == "9999" ]] ; then
30 EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
31 - inherit git-2
32 + inherit git-r3
33 KEYWORDS=""
34 - EGIT_SOURCEDIR="${WORKDIR}/hackrf"
35 + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
36 S="${WORKDIR}/hackrf/host/libhackrf"
37 else
38 S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
39
40 diff --git a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild
41 index fc72fea1fd6..9ffc09a1aa7 100644
42 --- a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild
43 +++ b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/"
51
52 if [[ ${PV} == "9999" ]] ; then
53 EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
54 - inherit git-2
55 + inherit git-r3
56 KEYWORDS=""
57 - EGIT_SOURCEDIR="${WORKDIR}/hackrf"
58 + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
59 S="${WORKDIR}/hackrf/host/libhackrf"
60 else
61 S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
62
63 diff --git a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild
64 index 5eccf976591..481fc1e8fcd 100644
65 --- a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild
66 +++ b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2016 Gentoo Foundation
69 +# Copyright 1999-2018 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=5
73 @@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/"
74
75 if [[ ${PV} == "9999" ]] ; then
76 EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
77 - inherit git-2
78 + inherit git-r3
79 KEYWORDS=""
80 - EGIT_SOURCEDIR="${WORKDIR}/hackrf"
81 + EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
82 S="${WORKDIR}/hackrf/host/libhackrf"
83 else
84 S="${WORKDIR}/hackrf-${PV}/host/libhackrf"