From 2541fc75ad43fb04e6627798df37d88f373f01ee Mon Sep 17 00:00:00 2001 From: David Hicks Date: Mon, 31 Jul 2017 22:35:10 +1000 Subject: sys-boot/plymouth: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- sys-boot/plymouth/plymouth-0.9.2-r1.ebuild | 4 ++-- sys-boot/plymouth/plymouth-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild index 0c79bd1f1f4f..e0c922e5449d 100644 --- a/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild @@ -4,11 +4,11 @@ EAPI=5 SRC_URI=" - https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" + https://dev.gentoo.org/~aidecoe/distfiles/sys-boot/plymouth/gentoo-logo.png" AUTOTOOLS_AUTORECONF="1" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/plymouth" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth" inherit git-r3 else SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.bz2" diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index ea9aa1bd7d6b..45f6e2cec40a 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -3,10 +3,10 @@ EAPI=6 -SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" +SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/sys-boot/plymouth/gentoo-logo.png" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/plymouth" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth" inherit git-r3 else SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" -- cgit v1.2.3-65-gdbad