sys-boot/plymouth: use HTTPS for freedesktop.org
authorDavid Hicks <david@hicks.id.au>
Mon, 31 Jul 2017 12:35:10 +0000 (22:35 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:02:38 +0000 (19:02 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-boot/plymouth/plymouth-0.9.2-r1.ebuild
sys-boot/plymouth/plymouth-9999.ebuild

index 0c79bd1f1f4f11f76eafed9a5f06e4b1c10a40a4..e0c922e5449d710fb7ecd0593b423b90dff88d96 100644 (file)
@@ -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"
index ea9aa1bd7d6b91545e8d28b8b73297229f093659..45f6e2cec40a34e488f0b1739fc93a861355f8a5 100644 (file)
@@ -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"