dev-libs/libqtxdg: use HTTPS
authorMichael Palimaka <kensington@gentoo.org>
Fri, 12 Jan 2018 10:45:10 +0000 (21:45 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Fri, 12 Jan 2018 10:45:21 +0000 (21:45 +1100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild

index 194c8516ead2a5db60e861f1cdcb44c5b795ac93..ed5a953680b7cd37d255358f82f14cc071b9c439 100644 (file)
@@ -1,17 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit cmake-utils virtualx
 
 DESCRIPTION="A Qt implementation of XDG standards"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org/"
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+       EGIT_REPO_URI="https://github.com/lxde/${PN}.git"
 else
-       SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+       SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
        KEYWORDS="amd64 ~arm ~arm64 x86"
 fi