From: Michael Mair-Keimberger Date: Wed, 11 Apr 2018 08:31:27 +0000 (+0200) Subject: sci-electronics/pulseview: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=579833c54059a5270d43a6e293b2265373f20c53;p=gentoo.git sci-electronics/pulseview: use HTTPS --- diff --git a/sci-electronics/pulseview/pulseview-0.4.0.ebuild b/sci-electronics/pulseview/pulseview-0.4.0.ebuild index 6409ce513f86..cd8a3b7f986b 100644 --- a/sci-electronics/pulseview/pulseview-0.4.0.ebuild +++ b/sci-electronics/pulseview/pulseview-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 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="Qt based logic analyzer GUI for sigrok" -HOMEPAGE="http://sigrok.org/wiki/PulseView" +HOMEPAGE="https://sigrok.org/wiki/PulseView" LICENSE="GPL-3" SLOT="0" diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild index 7e6e167635a8..c91f1edbcbbf 100644 --- a/sci-electronics/pulseview/pulseview-9999.ebuild +++ b/sci-electronics/pulseview/pulseview-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 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="Qt based logic analyzer GUI for sigrok" -HOMEPAGE="http://sigrok.org/wiki/PulseView" +HOMEPAGE="https://sigrok.org/wiki/PulseView" LICENSE="GPL-3" SLOT="0"