public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/limbo/
Date: Sat, 21 Jun 2025 12:21:42 +0000 (UTC)	[thread overview]
Message-ID: <1750482448.f2b9a3d282b5fcdeffeba16901b92bd4faa52b4e.watermanpaint@gentoo> (raw)

commit:     f2b9a3d282b5fcdeffeba16901b92bd4faa52b4e
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sat Jun 21 05:07:08 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Jun 21 05:07:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2b9a3d2

dev-db/limbo: drop 0.0.20

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 dev-db/limbo/Manifest            |  2 --
 dev-db/limbo/limbo-0.0.20.ebuild | 70 ----------------------------------------
 2 files changed, 72 deletions(-)

diff --git a/dev-db/limbo/Manifest b/dev-db/limbo/Manifest
index adfedf517d..df5ac4b373 100644
--- a/dev-db/limbo/Manifest
+++ b/dev-db/limbo/Manifest
@@ -1,6 +1,4 @@
 DIST limbo-0.0.19-crates.tar.xz 31577128 BLAKE2B e7b8c3e83a764523ca88a9bc0cb8b4b045c38338ee76937a025df486f2e7a31a0f0efeed475a2d5e00fdd78593a155cb82844fbde1c88524ef8d37b53efa8e94 SHA512 7790af27369b716db1e7028c858bb324d70ed9638447579858e6d0157c1f2d909586c0b07c868160235b92c4c26d9e53be941bb989e211c228857a895ad3d65b
 DIST limbo-0.0.19.tar.gz 4698440 BLAKE2B e620719d7d3986f8a81d6393556415eb828a9b516bcfd0cf468fc4bee22083189a4ae0c175a06a6c4164e8fb78ec5f511cbe858781c9ca5f9501b0e4dc832a43 SHA512 3d32971d03df0396128214b213f5c6694de753935cbe88463e057fcc9b597fd12a32ef10628a8ce9c579be94418f1ceabd490ed99d2c19aa0c1d1ca39b7a0697
-DIST limbo-0.0.20-crates.tar.xz 31591640 BLAKE2B 6f905e045f3cc807d71bbecf19b3134fd2be103b2e007ace6d577f20fcfadec301c54512959a55e927cafee278213a8e4a5cfd32de6fdad3d6897a1bd83f361d SHA512 a47fddcb04c824549545034d1510fc8d1432aba15db50ba1aa656fba9b78e699abd45385c27926b4d3778e5eb803201857d95e10588101c9000995738281765f
-DIST limbo-0.0.20.tar.gz 4771190 BLAKE2B 1eabc48a948b7bf3182e0484f1a65cbefb1b908284a8434f9d61acdfc864f9fe661a09eb9ab55955cf378d9ed8a7a7bd819bf48a4eb7d6f424d677ce75cf9a8f SHA512 d679775c8cbcb22747546affc085fa0f530ca184a7a71833c573a18f560ae6e96b7afeda8d7c75fed0aa204d62a78acf0b4e36dbbea4f4bb5507f5a02fde7fa5
 DIST limbo-0.0.22-crates.tar.xz 31930740 BLAKE2B df38f33717797a8b999f8c2a22efd88e67e62991cd1a0245c7e6c41f2a3a089dd229fd12e633cfb8b2c96604e4799019e8e9c0401f05d4c62d753ba4e10ce189 SHA512 f5ef72b87e663e9c09a510bdfd3507302df6c9206237af1a04469b772e8b6f6aa68bc04364722e168246423cb8da46498a032fb4b33dbbcc844ea7efea7488ad
 DIST limbo-0.0.22.tar.gz 5994615 BLAKE2B 9c26fca141d8797b69b81060a08b91f7017d4966a25856b5d238c874b3a275e52c7ec9719f48a0c45abda2dee8da07972589ddbf69d32889c6600e97f780142f SHA512 127038105f386fd2eb75936de17220ef663ebf341dc900556edb7f43e41c7ecfbf6641ed49e8677458182745325372169fbdeb10f90788d7f03e05349c2090a6

diff --git a/dev-db/limbo/limbo-0.0.20.ebuild b/dev-db/limbo/limbo-0.0.20.ebuild
deleted file mode 100644
index 853ffad4cd..0000000000
--- a/dev-db/limbo/limbo-0.0.20.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-
-inherit cargo linux-info
-
-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
-"
-DEPS_URI="https://github.com/freijon/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-S="${WORKDIR}/${PN}_cli-${PV}"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+="
-	Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 CC0-1.0 CDDL
-	GPL-2.0-with-bison-exception MIT MPL-2.0 Unicode-DFS-2016
-"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+uring"
-
-DEPEND="
-	>=dev-libs/libgit2-0.99:=
-	dev-libs/oniguruma:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	CONFIG_CHECK="~IO_URING"
-	WARNING_IO_URING="The USE flag 'uring' needs the option IO_URING to be enabled."
-
-	use uring && linux-info_pkg_setup
-	rust_pkg_setup
-}
-
-src_configure() {
-	# high magic to allow system-libs
-	export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
-	export RUSTONIG_SYSTEM_LIBONIG=1
-	export LIBGIT2_NO_VENDOR=1
-
-	local myfeatures=(
-		$(use uring && usex "uring" "io_uring")
-	)
-	cargo_src_configure --no-default-features
-}
-
-src_compile() {
-	cargo_src_compile --package "${PN}_cli" --bin "${PN}"
-}
-
-src_install() {
-	cargo_src_install --path cli
-
-	local DOCS=(
-		CHANGELOG.md
-		CONTRIBUTING.md
-		README.md
-	)
-
-	einstalldocs
-}


             reply	other threads:[~2025-06-21 12:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-21 12:21 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-03 10:04 [gentoo-commits] repo/proj/guru:master commit in: dev-db/limbo/ David Roman
2025-07-03 10:04 David Roman
2025-06-21 12:21 Lucio Sauer
2025-04-19 15:28 David Roman
2025-04-19 15:28 David Roman
2025-02-21 12:04 David Roman
2025-02-21 12:04 David Roman
2025-02-10  9:42 David Roman
2025-02-10  9:42 David Roman
2025-01-20  9:34 David Roman
2025-01-20  9:34 David Roman
2025-01-17  9:41 David Roman
2025-01-17  9:41 David Roman
2025-01-17  9:41 David Roman
2024-12-20  0:36 David Roman
2024-12-20  0:36 David Roman
2024-12-20  0:36 David Roman
2024-12-18  0:14 Julien Roy
2024-12-14 12:58 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1750482448.f2b9a3d282b5fcdeffeba16901b92bd4faa52b4e.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox