diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:59:05 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:37 +0200 |
commit | 1b62c14dcbde4e4b1bb59b2186c58df557b45d5e (patch) | |
tree | ca587856d99f395acad380ac9d1b49d98faf3718 /media-sound/marrie | |
parent | media-sound/gmusicbrowser: use HTTPS for GitHub, HOMEPAGE and SRC_URI (diff) | |
download | gentoo-1b62c14dcbde4e4b1bb59b2186c58df557b45d5e.tar.gz gentoo-1b62c14dcbde4e4b1bb59b2186c58df557b45d5e.tar.bz2 gentoo-1b62c14dcbde4e4b1bb59b2186c58df557b45d5e.zip |
media-sound/marrie: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/marrie')
-rw-r--r-- | media-sound/marrie/marrie-0.3.2-r1.ebuild | 5 | ||||
-rw-r--r-- | media-sound/marrie/marrie-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-sound/marrie/marrie-0.3.2-r1.ebuild b/media-sound/marrie/marrie-0.3.2-r1.ebuild index a4040eb57d3f..c44c712b03f4 100644 --- a/media-sound/marrie/marrie-0.3.2-r1.ebuild +++ b/media-sound/marrie/marrie-0.3.2-r1.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 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 ) GIT_ECLASS="" if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" - EGIT_REPO_URI="git://github.com/rafaelmartins/marrie.git - https://github.com/rafaelmartins/marrie.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" fi inherit distutils-r1 ${GIT_ECLASS} diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild index a4040eb57d3f..c44c712b03f4 100644 --- a/media-sound/marrie/marrie-9999.ebuild +++ b/media-sound/marrie/marrie-9999.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 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 ) GIT_ECLASS="" if [[ ${PV} = *9999* ]]; then GIT_ECLASS="git-r3" - EGIT_REPO_URI="git://github.com/rafaelmartins/marrie.git - https://github.com/rafaelmartins/marrie.git" + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git" fi inherit distutils-r1 ${GIT_ECLASS} |