commit: b3e4f5a0713569f8fe03ecb8cd13dfb1da2a825f
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Wed Jul 2 18:39:16 2025 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
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 <freijon <AT> 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() {