Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwarppointer/
Date: Thu, 15 Aug 2019 15:44:20
Message-Id: 1565883849.0fb332e73eb72730c90bb10dbab83096c495cd1a.mgorny@gentoo
1 commit: 0fb332e73eb72730c90bb10dbab83096c495cd1a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 15:34:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 15:44:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb332e7
7
8 x11-apps/xwarppointer: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-apps/xwarppointer/Manifest | 2 +-
13 x11-apps/xwarppointer/xwarppointer-1-r2.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-apps/xwarppointer/Manifest b/x11-apps/xwarppointer/Manifest
17 index 6bcc5b4ea2e..8c90b1d63eb 100644
18 --- a/x11-apps/xwarppointer/Manifest
19 +++ b/x11-apps/xwarppointer/Manifest
20 @@ -1 +1 @@
21 -DIST xwarppointer.tar.gz 2338 BLAKE2B c197338566900c9b259cf09aa493f2a112011d58d461e4f6a99a5dfe1a0d21f8371a23ee71cfd084acb41aeaa6345afea02cbe1a359eba25a61b451e1d9aebc1 SHA512 630b64076b6ebab26eeb278c5f222777a8ca150d4fdcdb78c6749800d4d02fc3c43305fe3e3cf9f640e5e5535f7e10899aa2ed31e8c23245bc6f215d0d25a38c
22 +DIST xwarppointer-1.tar.gz 2338 BLAKE2B c197338566900c9b259cf09aa493f2a112011d58d461e4f6a99a5dfe1a0d21f8371a23ee71cfd084acb41aeaa6345afea02cbe1a359eba25a61b451e1d9aebc1 SHA512 630b64076b6ebab26eeb278c5f222777a8ca150d4fdcdb78c6749800d4d02fc3c43305fe3e3cf9f640e5e5535f7e10899aa2ed31e8c23245bc6f215d0d25a38c
23
24 diff --git a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
25 index 6bd47e64aad..cbb17d8c7f7 100644
26 --- a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
27 +++ b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2016 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=5
34 @@ -7,7 +7,7 @@ inherit toolchain-funcs
35
36 DESCRIPTION="Program to move the mouse cursor"
37 HOMEPAGE="http://www.ishiboo.com/~nirva/Projects/xwarppointer/"
38 -SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz"
39 +SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="MIT"
42 SLOT="0"