diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-11 10:34:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-11 11:39:57 +0200 |
commit | d7fece7ef1984c475be5e3209d606e8c28160791 (patch) | |
tree | 1ef1371b25dbbc2d5b383df81122e259264425e3 /sci-libs/libsigrokdecode | |
parent | sci-libs/libsigrok: use HTTPS (diff) | |
download | gentoo-d7fece7ef1984c475be5e3209d606e8c28160791.tar.gz gentoo-d7fece7ef1984c475be5e3209d606e8c28160791.tar.bz2 gentoo-d7fece7ef1984c475be5e3209d606e8c28160791.zip |
sci-libs/libsigrokdecode: use HTTPS
Diffstat (limited to 'sci-libs/libsigrokdecode')
5 files changed, 15 insertions, 15 deletions
diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild index 93750d53273b..4fea25b910d5 100644 --- a/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild +++ b/sci-libs/libsigrokdecode/libsigrokdecode-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,12 +10,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="provide (streaming) protocol decoding functionality" -HOMEPAGE="http://sigrok.org/wiki/Libsigrokdecode" +HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode" LICENSE="GPL-3" SLOT="0/2" diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild index 0fad9796fd4a..23e0d8ba6904 100644 --- a/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild +++ b/sci-libs/libsigrokdecode/libsigrokdecode-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="provide (streaming) protocol decoding functionality" -HOMEPAGE="http://sigrok.org/wiki/Libsigrokdecode" +HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode" LICENSE="GPL-3" SLOT="0/3" diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.4.1.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-0.4.1.ebuild index dfce6f7f040e..74dfac2f2fa4 100644 --- a/sci-libs/libsigrokdecode/libsigrokdecode-0.4.1.ebuild +++ b/sci-libs/libsigrokdecode/libsigrokdecode-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="provide (streaming) protocol decoding functionality" -HOMEPAGE="http://sigrok.org/wiki/Libsigrokdecode" +HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode" LICENSE="GPL-3" SLOT="0/3" diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-0.5.0.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-0.5.0.ebuild index e185d3d1a835..61af0a0feac8 100644 --- a/sci-libs/libsigrokdecode/libsigrokdecode-0.5.0.ebuild +++ b/sci-libs/libsigrokdecode/libsigrokdecode-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="provide (streaming) protocol decoding functionality" -HOMEPAGE="http://sigrok.org/wiki/Libsigrokdecode" +HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode" LICENSE="GPL-3" SLOT="0/4" diff --git a/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild b/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild index ee7e6bf69903..496898985daf 100644 --- a/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild +++ b/sci-libs/libsigrokdecode/libsigrokdecode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="provide (streaming) protocol decoding functionality" -HOMEPAGE="http://sigrok.org/wiki/Libsigrokdecode" +HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode" LICENSE="GPL-3" SLOT="0/9999" |