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 4B35313835B for ; Sat, 17 Apr 2021 20:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CBECE0876; Sat, 17 Apr 2021 20:00:42 +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 4ECBDE0882 for ; Sat, 17 Apr 2021 20:00:42 +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 154C7340A15 for ; Sat, 17 Apr 2021 20:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79278732 for ; Sat, 17 Apr 2021 20:00:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618686100.487743c4df0a566d0b7c2363d3256264a28f605c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild X-VCS-Directories: x11-terms/terminus-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 487743c4df0a566d0b7c2363d3256264a28f605c X-VCS-Branch: master Date: Sat, 17 Apr 2021 20:00:29 +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: a1d7897d-7bff-4e6a-8bbf-6e4931dc0faf X-Archives-Hash: 8383558eb507e1bfc190dab7cebb7df2 commit: 487743c4df0a566d0b7c2363d3256264a28f605c Author: Marco Scardovi scardovi com> AuthorDate: Sat Apr 17 19:01:40 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 17 19:01:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=487743c4 x11-terms/terminus-bin: modify MY_PV Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> ...minus-bin-1.0.136-r3.ebuild => terminus-bin-1.0.136-r4.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild similarity index 91% rename from x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild rename to x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild index 19565a822..46fbb1a42 100644 --- a/x11-terms/terminus-bin/terminus-bin-1.0.136-r3.ebuild +++ b/x11-terms/terminus-bin/terminus-bin-1.0.136-r4.ebuild @@ -5,12 +5,12 @@ EAPI=7 inherit desktop xdg -MY_P="terminus-${PV}" +MY_PV="terminus-${PV}-linux" DESCRIPTION="A terminal for a more modern age" HOMEPAGE="https://eugeny.github.io/terminus/" SRC_URI=" - https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz -> ${P}.tar.gz + https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_PV}.tar.gz -> ${P}.tar.gz https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz " @@ -18,7 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/${MY_P}-linux" +S="${WORKDIR}/${MY_PV}" DEPEND=" app-accessibility/at-spi2-atk @@ -40,7 +40,7 @@ DEPEND=" x11-libs/pango " -QA_PREBUILT="/opt/terminus-bin/*" +QA_PREBUILT="/opt/${PN}/*" src_prepare(){ default