diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-12 17:04:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:15 -0400 |
commit | 1a5ec94290452e936975b7be6e531fe33b7df4c4 (patch) | |
tree | 9358e0dd4f4ce1c546585bce73dfd82064d61ead /media-gfx/lximage-qt | |
parent | media-radio/gpredict: remove unused patches (diff) | |
download | gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.gz gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.bz2 gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.zip |
lxqt-base/*, media-gfx/lximage, x11-{libs,misc}/*: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8364
Diffstat (limited to 'media-gfx/lximage-qt')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild index 3f7e9ec1ad17..38d97b44ced1 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild @@ -5,11 +5,11 @@ EAPI=5 inherit cmake-utils DESCRIPTION="LXImage Image Viewer - GPicView replacement" -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://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" diff --git a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild index 195fe4cef140..e2ae8eb30997 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild @@ -5,11 +5,11 @@ EAPI=6 inherit cmake-utils DESCRIPTION="LXImage Image Viewer - GPicView replacement" -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://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="amd64 ~arm64 x86" |