net-wireless/gnuradio: use https, fix redirects to www

Otherwise you get:
>>> Unpacking source...
 * Fetching https://gnuradio.org/git/gnuradio.git ...
git fetch https://gnuradio.org/git/gnuradio.git +HEAD:refs/git-r3/HEAD
warning: redirecting to https://www.gnuradio.org/cgit/gnuradio.git/

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-06-07 23:45:47 -05:00
committed by Zero_Chaos
parent 0d6d2c4835
commit 143a58faa2
5 changed files with 10 additions and 10 deletions

View File

@@ -12,11 +12,11 @@ LICENSE="GPL-3"
SLOT="0/${PV}"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git"
EGIT_REPO_URI="https://www.gnuradio.org/cgit/gnuradio.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://gnuradio.org/releases/${PN}/${P}.tar.gz"
SRC_URI="https://www.gnuradio.org/releases/gnuradio/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi

View File

@@ -13,11 +13,11 @@ LICENSE="GPL-3"
SLOT="0/${PV}"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git"
EGIT_REPO_URI="https://www.gnuradio.org/cgit/gnuradio.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://gnuradio.org/releases/gnuradio/${P}.tar.gz"
SRC_URI="https://www.gnuradio.org/releases/gnuradio/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi

View File

@@ -13,11 +13,11 @@ LICENSE="GPL-3"
SLOT="0/${PV}"
if [[ ${PV} =~ "9999" ]]; then
EGIT_REPO_URI="https://gnuradio.org/git/gnuradio.git"
EGIT_REPO_URI="https://www.gnuradio.org/cgit/gnuradio.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://gnuradio.org/releases/gnuradio/${P}.tar.gz"
SRC_URI="https://www.gnuradio.org/releases/gnuradio/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi
if [[ ${PV} == "3.7.9999" ]]; then

View File

@@ -13,11 +13,11 @@ LICENSE="GPL-3"
SLOT="0/${PV}"
if [[ ${PV} =~ "9999" ]]; then
EGIT_REPO_URI="https://gnuradio.org/git/gnuradio.git"
EGIT_REPO_URI="https://www.gnuradio.org/cgit/gnuradio.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://gnuradio.org/releases/gnuradio/${P}.tar.gz"
SRC_URI="https://www.gnuradio.org/releases/gnuradio/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi
if [[ ${PV} == "3.7.9999" ]]; then

View File

@@ -13,11 +13,11 @@ LICENSE="GPL-3"
SLOT="0/${PV}"
if [[ ${PV} =~ "9999" ]]; then
EGIT_REPO_URI="https://gnuradio.org/git/gnuradio.git"
EGIT_REPO_URI="https://www.gnuradio.org/cgit/gnuradio.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://gnuradio.org/releases/gnuradio/${P}.tar.gz"
SRC_URI="https://www.gnuradio.org/releases/gnuradio/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi
if [[ ${PV} == "3.7.9999" ]]; then