net-irc/quassel: Add github repo uri
authorJohannes Huber <johu@gentoo.org>
Sun, 4 Jun 2017 13:10:36 +0000 (15:10 +0200)
committerJohannes Huber <johu@gentoo.org>
Sun, 4 Jun 2017 13:10:55 +0000 (15:10 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

net-irc/quassel/quassel-0.12.4.ebuild
net-irc/quassel/quassel-9999.ebuild

index 107b4dc362df86134d2c9176a8b956f2a934d595..ea792e54ed4d111d37bf7da02f2048b46f241295 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit cmake-utils eutils pax-utils systemd user versionator
 
-EGIT_REPO_URI="git://git.quassel-irc.org/quassel"
+EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" )
 [[ "${PV}" == "9999" ]] && inherit git-r3
 
 DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity"
index c42a4d25448d5ac9efe6e1a3ba318d539da62418..a79337d4d34b561f9641df90dba5df9de45803fd 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit cmake-utils eutils pax-utils systemd user
 
-EGIT_REPO_URI="git://git.quassel-irc.org/quassel"
+EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" )
 [[ "${PV}" == "9999" ]] && inherit git-r3
 
 DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity"