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 1E94E138350 for ; Tue, 14 Jan 2020 10:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF7DE089D; Tue, 14 Jan 2020 10:27:00 +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 2ECF5E089D for ; Tue, 14 Jan 2020 10:27:00 +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 0D35934DC98 for ; Tue, 14 Jan 2020 10:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6B432A for ; Tue, 14 Jan 2020 10:26:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1578997615.f513303ad716c202d7ad3d5468cef039e43ff8c6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dzen/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dzen/dzen-0.9.5_p1.ebuild X-VCS-Directories: x11-misc/dzen/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f513303ad716c202d7ad3d5468cef039e43ff8c6 X-VCS-Branch: master Date: Tue, 14 Jan 2020 10:26:57 +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: ceb7bdf6-3a19-4b39-be8a-c920d0314f11 X-Archives-Hash: 855a407bdea61a18dc3e3667eead765f commit: f513303ad716c202d7ad3d5468cef039e43ff8c6 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jan 14 10:25:59 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Jan 14 10:26:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f513303a x11-misc/dzen: Fix copyright(QA), SRC_URI Package-Manager: Portage-2.3.84, Repoman-2.3.20 Fixes: 7e73e0f99db785f461b8b80d000a5571bb77fda3 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/dzen/dzen-0.9.5_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/dzen/dzen-0.9.5_p1.ebuild b/x11-misc/dzen/dzen-0.9.5_p1.ebuild index bb90779e3e2..f8b22d1c4b8 100644 --- a/x11-misc/dzen/dzen-0.9.5_p1.ebuild +++ b/x11-misc/dzen/dzen-0.9.5_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ COMMITID="488ab66019f475e35e067646621827c18a879ba1" DESCRIPTION="A general purpose messaging, notification and menuing program for X11" HOMEPAGE="https://github.com/robm/dzen" -SRC_URI="https://github.com/robm/dzen/tarball/${COMMITID} -> ${P}.tar.gz" +SRC_URI="https://github.com/robm/${PN}/tarball/${COMMITID} -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86"