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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2C0515802E for ; Tue, 25 Jun 2024 12:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CCCE2ACF; Tue, 25 Jun 2024 12:16:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8BD2E2ACF for ; Tue, 25 Jun 2024 12:16:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5750342F94 for ; Tue, 25 Jun 2024 12:16:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D3EA1D5C for ; Tue, 25 Jun 2024 12:16:12 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719263407.e7134914bb18ffd3254a1974b44bbef697086a5a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/catppuccin-catwalk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild X-VCS-Directories: dev-util/catppuccin-catwalk/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e7134914bb18ffd3254a1974b44bbef697086a5a X-VCS-Branch: master Date: Tue, 25 Jun 2024 12:16: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: 1309f73e-5e86-402e-b1df-1a350061f298 X-Archives-Hash: 769b6ecbecc09f45871ede02b350c7cd commit: e7134914bb18ffd3254a1974b44bbef697086a5a Author: Omar hotmail com> AuthorDate: Mon Jun 24 21:10:07 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Jun 24 21:10:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7134914 some fixes to catppuccin catwalk Signed-off-by: Omar hotmail.com> dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild b/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild index a783690da..9e6c76559 100644 --- a/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild +++ b/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="Soothing pastel previews for the high-spirited!" HOMEPAGE="https://github.com/catppuccin/catwalk" -SRC_URI="https://github.com/catppuccin/catwalk/releases/download/v${PV}/catwalk-x86_64-unknown-linux-gnu -> catwalk" +SRC_URI="https://github.com/catppuccin/catwalk/releases/download/v"${PV}"/catwalk-x86_64-unknown-linux-gnu -> catwalk" S="${WORKDIR}" LICENSE="MIT" SLOT="0" @@ -12,5 +12,5 @@ KEYWORDS="~amd64" src_install() { insinto /usr/bin - doins /var/tmp/portage/dev-util/catppuccin-catwalk-1.3.2/distdir/catwalk + doins /var/tmp/portage/dev-util/catppuccin-catwalk-"${PV}"/distdir/catwalk }