diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:12:58 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:40 +0200 |
commit | a5c40952bb3a514cdc357b6d75784aafe27e1e39 (patch) | |
tree | e890a093017388c3bf675b4dfb01b3938cb2279f /media-sound/pithos | |
parent | media-sound/musescore: use HTTPS for GitHub and HOMEPAGE (diff) | |
download | gentoo-a5c40952bb3a514cdc357b6d75784aafe27e1e39.tar.gz gentoo-a5c40952bb3a514cdc357b6d75784aafe27e1e39.tar.bz2 gentoo-a5c40952bb3a514cdc357b6d75784aafe27e1e39.zip |
media-sound/pithos: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/pithos')
-rw-r--r-- | media-sound/pithos/pithos-1.1.1.ebuild | 7 | ||||
-rw-r--r-- | media-sound/pithos/pithos-1.1.2.ebuild | 5 | ||||
-rw-r--r-- | media-sound/pithos/pithos-1.3.1.ebuild | 5 | ||||
-rw-r--r-- | media-sound/pithos/pithos-9999.ebuild | 5 |
4 files changed, 9 insertions, 13 deletions
diff --git a/media-sound/pithos/pithos-1.1.1.ebuild b/media-sound/pithos/pithos-1.1.1.ebuild index da18a7022714..7274cef6dec8 100644 --- a/media-sound/pithos/pithos-1.1.1.ebuild +++ b/media-sound/pithos/pithos-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,14 +7,13 @@ inherit eutils distutils-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/pithos/pithos.git - https://github.com/pithos/pithos.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Pandora.com client for the GNOME desktop" -HOMEPAGE="http://pithos.github.io/" +HOMEPAGE="https://pithos.github.io/" LICENSE="GPL-3" SLOT="0" diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild index 527c2cf0022d..abfd5d440871 100644 --- a/media-sound/pithos/pithos-1.1.2.ebuild +++ b/media-sound/pithos/pithos-1.1.2.ebuild @@ -7,14 +7,13 @@ inherit eutils distutils-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/pithos/pithos.git - https://github.com/pithos/pithos.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Pandora.com client for the GNOME desktop" -HOMEPAGE="http://pithos.github.io/" +HOMEPAGE="https://pithos.github.io/" LICENSE="GPL-3" SLOT="0" diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild index c6662ebaba08..b1d11f32bb78 100644 --- a/media-sound/pithos/pithos-1.3.1.ebuild +++ b/media-sound/pithos/pithos-1.3.1.ebuild @@ -7,14 +7,13 @@ inherit autotools gnome2-utils python-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/pithos/pithos.git - https://github.com/pithos/pithos.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Pandora.com client for the GNOME desktop" -HOMEPAGE="http://pithos.github.io/" +HOMEPAGE="https://pithos.github.io/" LICENSE="GPL-3" SLOT="0" diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild index cdc45cb8f4ae..0daa0a2dd5e1 100644 --- a/media-sound/pithos/pithos-9999.ebuild +++ b/media-sound/pithos/pithos-9999.ebuild @@ -7,14 +7,13 @@ inherit autotools gnome2-utils python-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/pithos/pithos.git - https://github.com/pithos/pithos.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi DESCRIPTION="Pandora.com client for the GNOME desktop" -HOMEPAGE="http://pithos.github.io/" +HOMEPAGE="https://pithos.github.io/" LICENSE="GPL-3" SLOT="0" |