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 121F415802E for ; Tue, 25 Jun 2024 09:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A7CEE2A0B; Tue, 25 Jun 2024 09:52:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2036E2A0B for ; Tue, 25 Jun 2024 09:52:08 +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 44C7C33BE9F for ; Tue, 25 Jun 2024 09:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974BF1D52 for ; Tue, 25 Jun 2024 09:52:05 +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: <1719110504.11bf4a4c02a9313bea61aad22345a04f47a1362a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-misc/libkiwix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild www-misc/libkiwix/libkiwix-13.1.0.ebuild X-VCS-Directories: www-misc/libkiwix/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 11bf4a4c02a9313bea61aad22345a04f47a1362a X-VCS-Branch: master Date: Tue, 25 Jun 2024 09:52:05 +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: 634c0a45-d214-4e97-b80c-6dad59f9c04f X-Archives-Hash: cb281372636e33c7c85af818a116c311 commit: 11bf4a4c02a9313bea61aad22345a04f47a1362a Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Jun 23 02:41:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Jun 23 02:41:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11bf4a4c www-misc/libkiwix: add braces According to https://github.com/gentoo/guru/commit/818fbb349e767e0b56a63163ab0973c2691a4d30#r143426062 Signed-off-by: Vitaly Zdanevich ya.ru> www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild | 2 +- www-misc/libkiwix/libkiwix-13.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild index 4a247f3fc..801529f5e 100644 --- a/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild +++ b/www-misc/libkiwix/libkiwix-12.1.0-r1.ebuild @@ -7,7 +7,7 @@ inherit meson DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports" HOMEPAGE="https://kiwix.org/" -SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz" +SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/libkiwix-${PV}" LICENSE="GPL-3" diff --git a/www-misc/libkiwix/libkiwix-13.1.0.ebuild b/www-misc/libkiwix/libkiwix-13.1.0.ebuild index 1322ee519..88cb5351a 100644 --- a/www-misc/libkiwix/libkiwix-13.1.0.ebuild +++ b/www-misc/libkiwix/libkiwix-13.1.0.ebuild @@ -7,7 +7,7 @@ inherit meson DESCRIPTION="Kiwix software suite core: code shared by all Kiwix ports" HOMEPAGE="https://kiwix.org/" -SRC_URI="https://github.com/kiwix/$PN/archive/$PV.tar.gz -> $P.tar.gz" +SRC_URI="https://github.com/kiwix/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/libkiwix-${PV}" LICENSE="GPL-3"