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-wireless/gr-iqbal/
Date: Sun, 18 Feb 2018 17:43:59
Message-Id: 1518975821.71a0d6d8e8a23750a316ff0d76f2e58bfb987cc5.zerochaos@gentoo
1 commit: 71a0d6d8e8a23750a316ff0d76f2e58bfb987cc5
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 17:43:41 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 17:43:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a0d6d8
7
8 net-wireless/gr-iqbal: minor qa fixes
9
10 update to eapi 6
11 attempt to switch to https
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild | 6 +++---
16 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 6 +++---
17 2 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
20 index 17eabe0b02e..96ada0f6ce6 100644
21 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
22 +++ b/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=6
30 PYTHON_COMPAT=( python2_7 )
31
32 inherit cmake-utils python-single-r1
33 @@ -12,7 +12,7 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
34 if [[ ${PV} == 9999* ]]; then
35 inherit git-r3
36 SRC_URI=""
37 - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
38 + EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal"
39 KEYWORDS=""
40 else
41 SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
42
43 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
44 index 17eabe0b02e..96ada0f6ce6 100644
45 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
46 +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
47 @@ -1,7 +1,7 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 +# Copyright 1999-2018 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 -EAPI=5
53 +EAPI=6
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit cmake-utils python-single-r1
57 @@ -12,7 +12,7 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
58 if [[ ${PV} == 9999* ]]; then
59 inherit git-r3
60 SRC_URI=""
61 - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
62 + EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal"
63 KEYWORDS=""
64 else
65 SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"