diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2018-02-18 12:43:41 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-02-18 12:43:41 -0500 |
commit | 71a0d6d8e8a23750a316ff0d76f2e58bfb987cc5 (patch) | |
tree | a849ccc3d8eaeaeb61fd910d46154995d5646cd9 /net-wireless/gr-iqbal | |
parent | net-wireless/gqrx: bump (diff) | |
download | gentoo-71a0d6d8e8a23750a316ff0d76f2e58bfb987cc5.tar.gz gentoo-71a0d6d8e8a23750a316ff0d76f2e58bfb987cc5.tar.bz2 gentoo-71a0d6d8e8a23750a316ff0d76f2e58bfb987cc5.zip |
net-wireless/gr-iqbal: minor qa fixes
update to eapi 6
attempt to switch to https
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-wireless/gr-iqbal')
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild | 6 | ||||
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild index 17eabe0b02ee..96ada0f6ce62 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 @@ -12,7 +12,7 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/" if [[ ${PV} == 9999* ]]; then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git" + EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal" KEYWORDS="" else SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild index 17eabe0b02ee..96ada0f6ce62 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 @@ -12,7 +12,7 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/" if [[ ${PV} == 9999* ]]; then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git" + EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal" KEYWORDS="" else SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" |