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 CB946138335 for ; Sun, 22 Dec 2019 20:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BD3EE0C34; Sun, 22 Dec 2019 20:57:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4A4E1E0C32 for ; Sun, 22 Dec 2019 20:57:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3609434DA8D for ; Sun, 22 Dec 2019 20:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D18E15BB6 for ; Sun, 22 Dec 2019 20:57:12 +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: <1577048221.a0d2011a64bf9ae39595b237bf28b8050fe0cc4b.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcube/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmcube/wmcube-1.0.2.ebuild X-VCS-Directories: x11-plugins/wmcube/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: a0d2011a64bf9ae39595b237bf28b8050fe0cc4b X-VCS-Branch: master Date: Sun, 22 Dec 2019 20:57:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3d82bc3-bf5b-4e53-9c03-bf7b38bf1269 X-Archives-Hash: 62771a0bbfff7b7ed1c067105aa2eb2b commit: a0d2011a64bf9ae39595b237bf28b8050fe0cc4b Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Dec 22 20:48:12 2019 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Dec 22 20:57:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d2011a x11-plugins/wmcube: fix SRC_URI Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmcube/wmcube-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild index 34d11b5af88..cca916b659a 100644 --- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild +++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html" # Upstream: http://linux-bsd-unix.strefa.pl/${P}.tar.gz # Mirrored for bug #641686 (invalid gzip server config) -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/wmcube-1.0.2.tar.gz" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"