From: David Hicks Date: Sat, 29 Jul 2017 17:10:02 +0000 (+1000) Subject: media-sound/musescore: use HTTPS for GitHub and HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e5dde99b757bc9eb09773420fbeaf825c48dd6c7;p=gentoo.git media-sound/musescore: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/media-sound/musescore/musescore-2.0.2-r1.ebuild b/media-sound/musescore/musescore-2.0.2-r1.ebuild index 9f5916629b5a..83c725c42826 100644 --- a/media-sound/musescore/musescore-2.0.2-r1.ebuild +++ b/media-sound/musescore/musescore-2.0.2-r1.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils flag-o-matic DESCRIPTION="WYSIWYG Music Score Typesetter" -HOMEPAGE="http://musescore.org/" -SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://musescore.org/" +SRC_URI="https://github.com/${PN}/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/musescore/musescore-2.0.3.ebuild b/media-sound/musescore/musescore-2.0.3.ebuild index 5011b3aafb5e..a574e62b731d 100644 --- a/media-sound/musescore/musescore-2.0.3.ebuild +++ b/media-sound/musescore/musescore-2.0.3.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils DESCRIPTION="WYSIWYG Music Score Typesetter" -HOMEPAGE="http://musescore.org/" -SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://musescore.org/" +SRC_URI="https://github.com/${PN}/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/musescore/musescore-9999.ebuild b/media-sound/musescore/musescore-9999.ebuild index 78ab82559acb..a04d054d3d85 100644 --- a/media-sound/musescore/musescore-9999.ebuild +++ b/media-sound/musescore/musescore-9999.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils git-r3 DESCRIPTION="WYSIWYG Music Score Typesetter" -HOMEPAGE="http://musescore.org/" -EGIT_REPO_URI="git://github.com/musescore/MuseScore.git" +HOMEPAGE="https://musescore.org/" +EGIT_REPO_URI="https://github.com/${PN}/MuseScore.git" LICENSE="GPL-2" SLOT="0"