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 35DF1158074 for ; Thu, 03 Jul 2025 10:04: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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F40034212B for ; Thu, 03 Jul 2025 10:04:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F23FB110565; Thu, 03 Jul 2025 10:04:30 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E5A73110565 for ; Thu, 03 Jul 2025 10:04:30 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F405342124 for ; Thu, 03 Jul 2025 10:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1885A2D13 for ; Thu, 03 Jul 2025 10:04:28 +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: <1751482521.b3e4f5a0713569f8fe03ecb8cd13dfb1da2a825f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/limbo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-db/limbo/limbo-0.0.22.ebuild dev-db/limbo/turso-0.0.22.ebuild X-VCS-Directories: dev-db/limbo/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b3e4f5a0713569f8fe03ecb8cd13dfb1da2a825f X-VCS-Branch: master Date: Thu, 03 Jul 2025 10:04:28 +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: 5016b989-77fb-40e2-afbd-3f1a2fa4fd3e X-Archives-Hash: 6ce6c10760cf0061e8d04676655a6867 commit: b3e4f5a0713569f8fe03ecb8cd13dfb1da2a825f Author: Jonas Frei pm me> AuthorDate: Wed Jul 2 18:39:16 2025 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 2 18:55:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3e4f5a0 dev-db/limbo; dev-db/turso: prepare pkgmove Signed-off-by: Jonas Frei pm.me> dev-db/limbo/{limbo-0.0.22.ebuild => turso-0.0.22.ebuild} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-db/limbo/limbo-0.0.22.ebuild b/dev-db/limbo/turso-0.0.22.ebuild similarity index 86% rename from dev-db/limbo/limbo-0.0.22.ebuild rename to dev-db/limbo/turso-0.0.22.ebuild index 853ffad4cd..7926043ae2 100644 --- a/dev-db/limbo/limbo-0.0.22.ebuild +++ b/dev-db/limbo/turso-0.0.22.ebuild @@ -7,15 +7,18 @@ CRATES="" inherit cargo linux-info +OLD_PN="limbo" +OLD_P="${OLD_PN}-${PV}" + DESCRIPTION="The Limbo interactive SQL shell" HOMEPAGE="https://github.com/tursodatabase/limbo" SRC_URI=" - https://github.com/tursodatabase/${PN}/releases/download/v${PV}/source.tar.gz -> ${P}.tar.gz + https://github.com/tursodatabase/${PN}/releases/download/v${PV}/source.tar.gz -> ${OLD_P}.tar.gz " -DEPS_URI="https://github.com/freijon/${PN}/releases/download/v${PV}/${P}-crates.tar.xz" +DEPS_URI="https://github.com/freijon/${PN}/releases/download/v${PV}/${OLD_P}-crates.tar.xz" SRC_URI+=" ${DEPS_URI}" -S="${WORKDIR}/${PN}_cli-${PV}" +S="${WORKDIR}/${OLD_PN}_cli-${PV}" LICENSE="MIT" # Dependent crate licenses @@ -54,7 +57,7 @@ src_configure() { } src_compile() { - cargo_src_compile --package "${PN}_cli" --bin "${PN}" + cargo_src_compile --package "${OLD_PN}_cli" --bin "${OLD_PN}" } src_install() {