From: Aaron Bauman Date: Fri, 3 May 2019 00:48:16 +0000 (-0400) Subject: net-irc/quassel: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3c9f7a5ef03ac6260921f125053a8ccfd799aac4;p=gentoo.git net-irc/quassel: use HTTPS Reported-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- diff --git a/net-irc/quassel/quassel-0.12.5-r2.ebuild b/net-irc/quassel/quassel-0.12.5-r2.ebuild index a0296d1e259e..5db277fc20a5 100644 --- a/net-irc/quassel/quassel-0.12.5-r2.ebuild +++ b/net-irc/quassel/quassel-0.12.5-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils gnome2-utils pax-utils systemd user versionator if [[ ${PV} != *9999* ]]; then - SRC_URI="http://quassel-irc.org/pub/${P}.tar.bz2" + SRC_URI="https://quassel-irc.org/pub/${P}.tar.bz2" KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~sparc-solaris" else EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" ) @@ -14,7 +14,7 @@ else fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" -HOMEPAGE="http://quassel-irc.org/" +HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="crypt dbus debug kde monolithic phonon postgres +server diff --git a/net-irc/quassel/quassel-0.13.1.ebuild b/net-irc/quassel/quassel-0.13.1.ebuild index 9840dd2bff53..890c2b6a296e 100644 --- a/net-irc/quassel/quassel-0.13.1.ebuild +++ b/net-irc/quassel/quassel-0.13.1.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user if [[ ${PV} != *9999* ]]; then MY_P=${PN}-${PV/_/-} - SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2" + SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2" KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris" S="${WORKDIR}/${MY_P}" else @@ -16,7 +16,7 @@ else fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" -HOMEPAGE="http://quassel-irc.org/" +HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index e80faf93513f..ced820424d5c 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user if [[ ${PV} != *9999* ]]; then MY_P=${PN}-${PV/_/-} - SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2" + SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" S="${WORKDIR}/${MY_P}" else @@ -16,7 +16,7 @@ else fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" -HOMEPAGE="http://quassel-irc.org/" +HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server