media-gfx/fbida: use HTTPs

This commit is contained in:
Michael Mair-Keimberger
2018-05-27 15:05:49 +02:00
committed by Aaron Bauman
parent 921e38b1a7
commit a551616751
4 changed files with 7 additions and 7 deletions

View File

@@ -5,9 +5,9 @@ EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)"
HOMEPAGE="http://www.kraxel.org/blog/linux/fbida/"
HOMEPAGE="https://www.kraxel.org/blog/linux/fbida/"
SRC_URI="
http://www.kraxel.org/releases/${PN}/${P}.tar.gz
https://www.kraxel.org/releases/${PN}/${P}.tar.gz
mirror://gentoo/ida.png.bz2
"
LICENSE="GPL-2 IJG"

View File

@@ -5,9 +5,9 @@ EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)"
HOMEPAGE="http://www.kraxel.org/blog/linux/fbida/"
HOMEPAGE="https://www.kraxel.org/blog/linux/fbida/"
SRC_URI="
http://www.kraxel.org/releases/${PN}/${P}.tar.gz
https://www.kraxel.org/releases/${PN}/${P}.tar.gz
mirror://gentoo/ida.png.bz2
"
LICENSE="GPL-2 IJG"

View File

@@ -5,9 +5,9 @@ EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)"
HOMEPAGE="http://www.kraxel.org/blog/linux/fbida/"
HOMEPAGE="https://www.kraxel.org/blog/linux/fbida/"
SRC_URI="
http://www.kraxel.org/releases/${PN}/${P}.tar.gz
https://www.kraxel.org/releases/${PN}/${P}.tar.gz
mirror://gentoo/ida.png.bz2
"
LICENSE="GPL-2 IJG"

View File

@@ -5,7 +5,7 @@ EAPI=6
inherit eutils git-r3 toolchain-funcs
DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)"
HOMEPAGE="http://www.kraxel.org/blog/linux/fbida/"
HOMEPAGE="https://www.kraxel.org/blog/linux/fbida/"
EGIT_REPO_URI="
git://git.kraxel.org/fbida
"