sys-apps/mouseemu: Fix SRC_URI, rename the distfile
authorMichał Górny <mgorny@gentoo.org>
Sat, 24 Aug 2019 06:23:39 +0000 (08:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Aug 2019 10:00:05 +0000 (12:00 +0200)
The HOMEPAGE seems to be dead (403), so switch SRC_URI to Gentoo
mirrors.  Rename the old distfile to fix CI warning.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12784
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/mouseemu/Manifest
sys-apps/mouseemu/mouseemu-0.12.ebuild
sys-apps/mouseemu/mouseemu-0.15.ebuild

index d4321fb1293172ab1cddcc524020a9fa20f841d6..c8d8163ecf1fe4d15c917693f6b74ae34a22317c 100644 (file)
@@ -1,2 +1,2 @@
+DIST mouseemu-0.12.tar.gz 12019 BLAKE2B b4442cbfaf5c950a1ce690d7faabd1f92b7a2ab08fe5ddc86194c70039d92b5bbc54c33ee5d0a9896235c47fc12c52be1583740488637dc55cce078230c7df80 SHA512 192cb502d93ff6347082769444205597ef18f62b901033a9987f70c80b0f59fa0de2d79dc73ae2b04a90321842035549ff0d9c2f45284a2dc8324a944e85f514
 DIST mouseemu-0.15.tar.gz 13958 BLAKE2B 2e27a901309897a208875ab737843ffbe2f733a21daa9bcf0a6c45aea0403898edc4f1aaef7c3fc0243627e09101ec73672b937b4f5fdf3ff25a0b4c6520e30e SHA512 7a6cbb0526a9ca51632d589bf873adb182c02f4a666cf9e94cedba9499d6c6cc1ad2ac7e5a482d22949e64ad69f04f444cb0fa78ea728c5653989d150f62918b
-DIST mouseemu.tar.gz 12019 BLAKE2B b4442cbfaf5c950a1ce690d7faabd1f92b7a2ab08fe5ddc86194c70039d92b5bbc54c33ee5d0a9896235c47fc12c52be1583740488637dc55cce078230c7df80 SHA512 192cb502d93ff6347082769444205597ef18f62b901033a9987f70c80b0f59fa0de2d79dc73ae2b04a90321842035549ff0d9c2f45284a2dc8324a944e85f514
index 2b972aee53f348cdf57883b3e3cfb90f635ec5b4..586e5d6ea283b3e3dee0c61de84556cec0c6d917 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Emulates scrollwheel, right- & left-click for one-button mice/touchpads"
 HOMEPAGE="http://geekounet.org/powerbook/"
-SRC_URI="http://geekounet.org/powerbook/files/${PN}.tar.gz"
+SRC_URI="mirror://gentoo/${PN}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 2770a2215251e5bb01e642b2713570d43ce04872..2c2c50856f26b21b9ae70e47abc98c5a1ff8b3f6 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Emulates scrollwheel, right- & left-click for one-button mice/touchpads"
 HOMEPAGE="http://geekounet.org/powerbook/"
-SRC_URI="http://geekounet.org/powerbook/files/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"