media-sound/tomahawk: use HTTPS for GitHub and SRC_URI
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 17:05:50 +0000 (03:05 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:38 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
media-sound/tomahawk/tomahawk-9999.ebuild

index 8262d74fcab10d46920a5037d5b2402d4bd270b6..7146cae1bf05fb7b4eb859651e74b4a137bf5bec 100644 (file)
@@ -7,10 +7,10 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
        # SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
-       SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
+       SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
        KEYWORDS="~amd64 ~x86"
 else
-       EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
+       EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git"
 fi
 
 DESCRIPTION="Multi-source social music player"
index 281f238efd37e4936752284a9b662a0e723e742a..8a1a51f9fbbb87d8bbda45fc7a7322cdb57054c9 100644 (file)
@@ -9,7 +9,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
        SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
        KEYWORDS="~amd64 ~x86"
 else
-       EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
+       EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git"
 fi
 
 DESCRIPTION="Multi-source social music player"