diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 22:36:49 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:03:55 +0200 |
commit | c4b30acc63c25fc49a3469922eeb9348329154d8 (patch) | |
tree | 6a1c942d94885f7dcef33a59dc8700d22ff0c4c9 /net-libs | |
parent | sys-boot/plymouth: use HTTPS for freedesktop.org (diff) | |
download | gentoo-c4b30acc63c25fc49a3469922eeb9348329154d8.tar.gz gentoo-c4b30acc63c25fc49a3469922eeb9348329154d8.tar.bz2 gentoo-c4b30acc63c25fc49a3469922eeb9348329154d8.zip |
net-libs/libmbim: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmbim/libmbim-1.10.0.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libmbim/libmbim-1.12.2.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libmbim/libmbim-1.12.4.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libmbim/libmbim-1.14.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmbim/libmbim-1.6.0.ebuild | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/net-libs/libmbim/libmbim-1.10.0.ebuild b/net-libs/libmbim/libmbim-1.10.0.ebuild index 3b5409182004..3d883570ea60 100644 --- a/net-libs/libmbim/libmbim-1.10.0.ebuild +++ b/net-libs/libmbim/libmbim-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,10 +6,10 @@ EAPI="5" inherit multilib if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libmbim/libmbim.git" else KEYWORDS="~alpha amd64 arm ~mips x86" - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" + SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz" fi DESCRIPTION="MBIM modem protocol helper library" diff --git a/net-libs/libmbim/libmbim-1.12.2.ebuild b/net-libs/libmbim/libmbim-1.12.2.ebuild index c2e6510c5374..a93d407b0ee9 100644 --- a/net-libs/libmbim/libmbim-1.12.2.ebuild +++ b/net-libs/libmbim/libmbim-1.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,10 +6,10 @@ EAPI="5" inherit multilib if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libmbim/libmbim.git" else KEYWORDS="~alpha ~amd64 ~arm ~mips ppc64 ~x86" - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" + SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz" fi DESCRIPTION="MBIM modem protocol helper library" diff --git a/net-libs/libmbim/libmbim-1.12.4.ebuild b/net-libs/libmbim/libmbim-1.12.4.ebuild index 775ff0654cf5..b7960c01b17d 100644 --- a/net-libs/libmbim/libmbim-1.12.4.ebuild +++ b/net-libs/libmbim/libmbim-1.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,10 +6,10 @@ EAPI="5" inherit multilib if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libmbim/libmbim.git" else KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc64 ~x86" - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" + SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz" fi DESCRIPTION="MBIM modem protocol helper library" diff --git a/net-libs/libmbim/libmbim-1.14.0.ebuild b/net-libs/libmbim/libmbim-1.14.0.ebuild index 986531cc8485..0f1540ae3693 100644 --- a/net-libs/libmbim/libmbim-1.14.0.ebuild +++ b/net-libs/libmbim/libmbim-1.14.0.ebuild @@ -7,7 +7,7 @@ inherit multilib DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper library" HOMEPAGE="https://cgit.freedesktop.org/libmbim/" -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" +SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz" LICENSE="LGPL-2" SLOT="0" diff --git a/net-libs/libmbim/libmbim-1.6.0.ebuild b/net-libs/libmbim/libmbim-1.6.0.ebuild index a569d38b218a..d52ec04ba377 100644 --- a/net-libs/libmbim/libmbim-1.6.0.ebuild +++ b/net-libs/libmbim/libmbim-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,10 +6,10 @@ EAPI="5" inherit multilib if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/libmbim/libmbim.git" else KEYWORDS="~alpha amd64 arm ~mips x86" - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" + SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz" fi DESCRIPTION="MBIM modem protocol helper library" |