diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:10:02 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:39 +0200 |
commit | e5dde99b757bc9eb09773420fbeaf825c48dd6c7 (patch) | |
tree | 0f5419ad3696600005ca14f4f491e1dff701ea38 /media-sound/musescore | |
parent | media-sound/pamix: use HTTPS for GitHub (diff) | |
download | gentoo-e5dde99b757bc9eb09773420fbeaf825c48dd6c7.tar.gz gentoo-e5dde99b757bc9eb09773420fbeaf825c48dd6c7.tar.bz2 gentoo-e5dde99b757bc9eb09773420fbeaf825c48dd6c7.zip |
media-sound/musescore: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/musescore')
-rw-r--r-- | media-sound/musescore/musescore-2.0.2-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/musescore/musescore-2.0.3.ebuild | 6 | ||||
-rw-r--r-- | media-sound/musescore/musescore-9999.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
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" |