summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 03:12:58 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:44:40 +0200
commita5c40952bb3a514cdc357b6d75784aafe27e1e39 (patch)
treee890a093017388c3bf675b4dfb01b3938cb2279f /media-sound/pithos/pithos-9999.ebuild
parentmedia-sound/musescore: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-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/pithos-9999.ebuild')
-rw-r--r--media-sound/pithos/pithos-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
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"