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 5ECD7158020 for ; Mon, 12 Dec 2022 20:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AC84E088C; Mon, 12 Dec 2022 20:26:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 739B4E0891 for ; Mon, 12 Dec 2022 20:26:04 +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 ADEDB340B4D for ; Mon, 12 Dec 2022 20:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A2997D3 for ; Mon, 12 Dec 2022 20:26:01 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1670876752.44a6c36d3abb7657f07f61588dd5811a935eab65.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-client/offpunk/offpunk-1.8.ebuild X-VCS-Directories: net-client/offpunk/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 44a6c36d3abb7657f07f61588dd5811a935eab65 X-VCS-Branch: dev Date: Mon, 12 Dec 2022 20:26:01 +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: ca42bf99-32d3-41af-ac24-d7f487af6800 X-Archives-Hash: 9d4cdd45bd668998e6f02980b44c0c67 commit: 44a6c36d3abb7657f07f61588dd5811a935eab65 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 12 19:39:25 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 12 20:25:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44a6c36d net-client/offpunk: srcdir fixup Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-client/offpunk/offpunk-1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-client/offpunk/offpunk-1.8.ebuild b/net-client/offpunk/offpunk-1.8.ebuild index fb58a47e6..25e66fa03 100644 --- a/net-client/offpunk/offpunk-1.8.ebuild +++ b/net-client/offpunk/offpunk-1.8.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 optfeature DESCRIPTION="Offline-First Gemini/Web/Gopher/RSS reader and browser" HOMEPAGE="https://sr.ht/~lioploum/offpunk/" SRC_URI="https://git.sr.ht/~lioploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" +S="${WORKDIR}/${PN}-v${PV}" LICENSE="BSD-2" SLOT="0"