From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6E3591582EF for ; Sat, 22 Feb 2025 01:49:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 539D03431C1 for ; Sat, 22 Feb 2025 01:49:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 526201102A2; Sat, 22 Feb 2025 01:49:48 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 45FEE1102A2 for ; Sat, 22 Feb 2025 01:49:48 +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 E88203431C3 for ; Sat, 22 Feb 2025 01:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5524B107A for ; Sat, 22 Feb 2025 01:49:46 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1740188965.2fa841e7d9e4b1db7ef51206a2758727d621d72f.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtlsrpt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtlsrpt/libtlsrpt-9999.ebuild X-VCS-Directories: net-libs/libtlsrpt/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 2fa841e7d9e4b1db7ef51206a2758727d621d72f X-VCS-Branch: master Date: Sat, 22 Feb 2025 01:49:46 +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: 04aaa398-9cd0-48bb-a320-8cd03357f4be X-Archives-Hash: 751887869e1aa752b69f7446fe5139b9 commit: 2fa841e7d9e4b1db7ef51206a2758727d621d72f Author: Marc Schiffbauer gentoo org> AuthorDate: Sat Feb 22 01:49:25 2025 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sat Feb 22 01:49:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa841e7 net-libs/libtlsrpt: update live ebuild Signed-off-by: Marc Schiffbauer gentoo.org> net-libs/libtlsrpt/libtlsrpt-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild index ece22a751879..ec753ef09b70 100644 --- a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild +++ b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild @@ -7,11 +7,11 @@ inherit autotools if [[ ${PV} == 9999 ]]; then inherit git-r3 - MY_P="${PN}${PV/_/}" + MY_P="${PN}${PV/_/-}" EGIT_REPO_URI="https://github.com/sys4/${PN}.git" else - MY_P="${PN}-${PV/_/}" - SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/}/${MY_P}.tar.gz" + MY_P="${PN}-${PV/_/-}" + SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/-}/${MY_P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${MY_P}" fi