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 55F0A13835C for ; Mon, 30 Nov 2020 12:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BD2FE090A; Mon, 30 Nov 2020 12:01:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8AE47E08C4 for ; Mon, 30 Nov 2020 12:01:11 +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 02392340E63 for ; Mon, 30 Nov 2020 12:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76E8F475 for ; Mon, 30 Nov 2020 12:01:08 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1606736026.a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3lock/i3lock-2.13.ebuild X-VCS-Directories: x11-misc/i3lock/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f X-VCS-Branch: master Date: Mon, 30 Nov 2020 12:01:08 +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: 3c1af3c7-b671-4721-8e00-8239d1e93bda X-Archives-Hash: c466712519b9d9f1502436c3e9fed5b7 commit: a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f Author: Marek Szuba gentoo org> AuthorDate: Mon Nov 30 11:33:46 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Nov 30 11:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b3be1e x11-misc/i3lock: use PN in SRC_URI For consistency with 2.10-r1. While at it, have the GitHub PR close itself once this has been pushed. Closes: https://github.com/gentoo/gentoo/pull/18449 Signed-off-by: Marek Szuba gentoo.org> x11-misc/i3lock/i3lock-2.13.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild b/x11-misc/i3lock/i3lock-2.13.ebuild index e91228a0d97..2ece4ee1a04 100644 --- a/x11-misc/i3lock/i3lock-2.13.ebuild +++ b/x11-misc/i3lock/i3lock-2.13.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="Simple screen locker" HOMEPAGE="https://i3wm.org/i3lock/" -SRC_URI="https://i3wm.org/i3lock/${P}.tar.bz2" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0"