commit: 717d21647f26704ec07ae40d93dec3e1319f0bb2 Author: Jonas Frei <freijon <AT> pm <DOT> me> AuthorDate: Sun Jan 19 20:12:35 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Jan 19 20:12:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=717d2164
dev-db/limbo: drop 0.0.12 Signed-off-by: Jonas Frei <freijon <AT> pm.me> dev-db/limbo/Manifest | 2 -- dev-db/limbo/limbo-0.0.12.ebuild | 37 ------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-db/limbo/Manifest b/dev-db/limbo/Manifest index 7973aa9a5..c6b40faed 100644 --- a/dev-db/limbo/Manifest +++ b/dev-db/limbo/Manifest @@ -1,4 +1,2 @@ -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.12.ebuild b/dev-db/limbo/limbo-0.0.12.ebuild deleted file mode 100644 index 935f543e0..000000000 --- a/dev-db/limbo/limbo-0.0.12.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -}
