diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-24 08:23:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-24 12:00:05 +0200 |
commit | e4ca020a0beab044e61abca3ea1cba93a96271e8 (patch) | |
tree | faf301d3f973c38b688fac9fe1438e34d095185d /sys-apps/mouseemu/mouseemu-0.15.ebuild | |
parent | sys-apps/adjtime: Rename the distfile (diff) | |
download | gentoo-e4ca020a0beab044e61abca3ea1cba93a96271e8.tar.gz gentoo-e4ca020a0beab044e61abca3ea1cba93a96271e8.tar.bz2 gentoo-e4ca020a0beab044e61abca3ea1cba93a96271e8.zip |
sys-apps/mouseemu: Fix SRC_URI, rename the distfile
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>
Diffstat (limited to 'sys-apps/mouseemu/mouseemu-0.15.ebuild')
-rw-r--r-- | sys-apps/mouseemu/mouseemu-0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/mouseemu/mouseemu-0.15.ebuild b/sys-apps/mouseemu/mouseemu-0.15.ebuild index 2770a2215251..2c2c50856f26 100644 --- a/sys-apps/mouseemu/mouseemu-0.15.ebuild +++ b/sys-apps/mouseemu/mouseemu-0.15.ebuild @@ -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" |