From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/limbo/
Date: Sun, 19 Jan 2025 20:14:11 +0000 (UTC) [thread overview]
Message-ID: <1737317566.46878aa13b8c0f6ba001ba39b5ccbe064db77f01.freijon@gentoo> (raw)
commit: 46878aa13b8c0f6ba001ba39b5ccbe064db77f01
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sun Jan 19 20:12:14 2025 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sun Jan 19 20:12:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46878aa1
dev-db/limbo: add 0.0.13
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
dev-db/limbo/Manifest | 2 ++
dev-db/limbo/limbo-0.0.13.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-db/limbo/Manifest b/dev-db/limbo/Manifest
index 69d166850..7973aa9a5 100644
--- a/dev-db/limbo/Manifest
+++ b/dev-db/limbo/Manifest
@@ -1,2 +1,4 @@
DIST limbo-0.0.12-crates.tar.xz 23517956 BLAKE2B 5d3249fe8f27b176a1184b54c06a77c8c39d12c336de9a65910c03857445ebfa64d6d1d3bb2fdb86aa7b0cdb37411e1a971f4d427ba06bc24e8438bc7ea6a82f SHA512 d582c69ada647367aca25b2799493d17a9e514cfda352d06e50f3cc178af6baa1afeda9b494202d89017a7083c6d28944e8acd15a852d15139f52f801b651e63
DIST limbo-0.0.12.tar.gz 7866851 BLAKE2B 4f8c4c20c19c2938041db3de98ed3addbc7b5d9ec05ed9111e234ed72643d0a776627915d93d94e7e0b0d64c263d3744d038fc8cfbd168bd49d5006e0f3e45e0 SHA512 8f10b386592b3edff7c1ac7cf3fdc589317aaf9ad425cb6ac2b42d7f4fa07fc436158ec34d68fa78b2bb2b01da3768b5d65c42acddd9ff01c9e750493586d81d
+DIST limbo-0.0.13-crates.tar.xz 23580920 BLAKE2B 222a44e666d479f593e3f01b13e6c4f8b65504a83f7c7ca6b3695199b1ca8155b6823a88fefe2028667f22dabb18029fa827107161890cba51bce848bd9de8e2 SHA512 4646eaecd0840890debbb22d18bb4acb5bd65fd5ed9d5f14b226acab83c1ac9141aec4e279c114cf3650dcbebdc2ad0010024ccdd5ce282229ac381003959e82
+DIST limbo-0.0.13.tar.gz 7893773 BLAKE2B 29182090caff8d24143a7d6a205ebf00e69d3773bca52d2a2f796f16363a839fd01ca83b29e7d4e2d138952cdbb8e2a5cc369592a91dba8a497505e759c40b3a SHA512 0b50e89ecf3e00a34c0927bb151fe4e49a9fc26fc54788b93852923d634eacf2d90c791a933f98e83ffdad225183d6ab4e4621e4cb9750219a31d58de8cde259
diff --git a/dev-db/limbo/limbo-0.0.13.ebuild b/dev-db/limbo/limbo-0.0.13.ebuild
new file mode 100644
index 000000000..935f543e0
--- /dev/null
+++ b/dev-db/limbo/limbo-0.0.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES=""
+
+inherit cargo
+
+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}"
+
+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"
+
+src_install() {
+ cargo_src_install --path cli
+
+ local DOCS=(
+ CHANGELOG.md
+ CONTRIBUTING.md
+ README.md
+ )
+
+ einstalldocs
+}
next reply other threads:[~2025-01-19 20:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-19 20:14 Jonas Frei [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-21 5:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-db/limbo/ Jonas Frei
2025-02-21 5:26 Jonas Frei
2025-02-09 16:29 Jonas Frei
2025-02-09 16:29 Jonas Frei
2025-01-19 20:14 Jonas Frei
2025-01-14 19:59 Jonas Frei
2025-01-14 19:56 Jonas Frei
2025-01-14 19:56 Jonas Frei
2024-12-19 18:17 Jonas Frei
2024-12-19 6:19 Jonas Frei
2024-12-19 6:19 Jonas Frei
2024-12-17 20:46 Jonas Frei
2024-12-14 12:52 Jonas Frei
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=1737317566.46878aa13b8c0f6ba001ba39b5ccbe064db77f01.freijon@gentoo \
--to=freijon@pm.me \
--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