Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtimer/
Date: Mon, 27 Nov 2017 12:30:00
Message-Id: 1511785731.db856948d8b658d5b8aa23c23b33dca1ec12b40b.voyageur@gentoo
1 commit: db856948d8b658d5b8aa23c23b33dca1ec12b40b
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 11:32:34 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 12:28:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db856948
7
8 x11-plugins/wmtimer: fix typo in SRC_URI
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmtimer/Manifest | 2 +-
13 x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-plugins/wmtimer/Manifest b/x11-plugins/wmtimer/Manifest
17 index 08ed1362085..2218df1c7ec 100644
18 --- a/x11-plugins/wmtimer/Manifest
19 +++ b/x11-plugins/wmtimer/Manifest
20 @@ -1 +1 @@
21 -DIST wmtimer-2.92.tar.gz 22091 SHA256 3726c0e0a0a95ce7c4c9dd8088b3f050d5268f70fef9341452f5449cef8c0cd4 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07 WHIRLPOOL 203bd12691f1a6f9cda7966f6828adac653ae59f3c5878dbd9de15026e64d8a8025063d3bac4c8d35c5a45c2b77d52fcdafbe0f570cdf41f29c1bff8127bd582
22 +DIST wmtimer-2.92.tar.gz 22091 BLAKE2B 7e8f598708a70168233aa4545fc9978fab9ea6891a02f618f1bdafa08bbc3ed077183c19f467c70637b07fa501f40bd2409bdb3e60034888296895b9ff3f35f1 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07
23
24 diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild
25 index 81c87ccf1d1..361f2745af0 100644
26 --- a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild
27 +++ b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild
28 @@ -2,12 +2,11 @@
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 -
33 inherit multilib toolchain-funcs
34
35 DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
36 HOMEPAGE="https://github.com/bbidulock/wmtimer"
37 -SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PN}/${P}.tar.gz"
38 +SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PV}/${P}.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"