From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C7EE139082 for ; Mon, 27 Nov 2017 12:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3855E0D35; Mon, 27 Nov 2017 12:29:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1A45E0D35 for ; Mon, 27 Nov 2017 12:29:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B8E133BF0F for ; Mon, 27 Nov 2017 12:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1DEA954 for ; Mon, 27 Nov 2017 12:29:54 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1511785731.db856948d8b658d5b8aa23c23b33dca1ec12b40b.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtimer/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmtimer/Manifest x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild X-VCS-Directories: x11-plugins/wmtimer/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: db856948d8b658d5b8aa23c23b33dca1ec12b40b X-VCS-Branch: master Date: Mon, 27 Nov 2017 12:29:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f8101b1-01e2-4930-9392-4e933361a3b3 X-Archives-Hash: d4660ba30d2342e6f69ad2f9e776b207 commit: db856948d8b658d5b8aa23c23b33dca1ec12b40b Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Nov 27 11:32:34 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Nov 27 12:28:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db856948 x11-plugins/wmtimer: fix typo in SRC_URI Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmtimer/Manifest | 2 +- x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-plugins/wmtimer/Manifest b/x11-plugins/wmtimer/Manifest index 08ed1362085..2218df1c7ec 100644 --- a/x11-plugins/wmtimer/Manifest +++ b/x11-plugins/wmtimer/Manifest @@ -1 +1 @@ -DIST wmtimer-2.92.tar.gz 22091 SHA256 3726c0e0a0a95ce7c4c9dd8088b3f050d5268f70fef9341452f5449cef8c0cd4 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07 WHIRLPOOL 203bd12691f1a6f9cda7966f6828adac653ae59f3c5878dbd9de15026e64d8a8025063d3bac4c8d35c5a45c2b77d52fcdafbe0f570cdf41f29c1bff8127bd582 +DIST wmtimer-2.92.tar.gz 22091 BLAKE2B 7e8f598708a70168233aa4545fc9978fab9ea6891a02f618f1bdafa08bbc3ed077183c19f467c70637b07fa501f40bd2409bdb3e60034888296895b9ff3f35f1 SHA512 d00e2eff92c89b1a848d2319f62b2f060f4ced1299440aa20ca4288b5bdd16f7cff625907f6587514a1618fec74e5be34fb6c923cec51a663cd9efc86c6f0a07 diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild index 81c87ccf1d1..361f2745af0 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92-r2.ebuild @@ -2,12 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 - inherit multilib toolchain-funcs DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode" HOMEPAGE="https://github.com/bbidulock/wmtimer" -SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PN}/${P}.tar.gz" +SRC_URI="https://github.com/bbidulock/wmtimer/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"