mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/rqlite: drop 8.36.10, 8.43.4
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
DIST rqlite-8.36.10-deps.tar.xz 4080696 BLAKE2B c3903038a96065292209cd992bb368e7838ed824650d22b67ee0c85e1ccf33ed48d8a21b2be50c8044b95be514a8fcead6bc2c5bb9e53bb1e5e548c30dab72d8 SHA512 c93ddfdca210ca072f135a6639d9deb5a1493a256dcc2d18a18c6a6fa240dd6e04d4b76ab0e4dc205d550c961d42b68c5ba3abcc51f99f9948d4fb8e0bd4ba9a
|
||||
DIST rqlite-8.36.10.tar.gz 775952 BLAKE2B b495ad8cdafe347e43721927380829ad2917ca8f5d51e6622b09bc571df333604641f55be8ec6e1b9c79040037bfc5d45e690dc482f63cf53bc500e730d84216 SHA512 eb0f381a0150bc94e20285a56a784270b4e4f1852edc48f82de5b2e64abfc314ed3a60f047f3fd9f3f3e503f1ebae8f5700ec5019c3fdd1b99a29d2159423bff
|
||||
DIST rqlite-8.43.4-deps.tar.xz 4366076 BLAKE2B 461d84f9c11a6610717e729b58864ac9d6abd0c0495531bd8ae15bcf485fee6056cae8ce571fffa8ddf1e560615411601eb939b8241eb7c339d86287ec301419 SHA512 c40918fbbd51b0c3aff42297f55d8db6fa457611e4585e6d3cb61ae62aa8a0d5035867e95e0abfcf8394e733ceb46608372bbefa3a4f98bd23d9d896b92af2a3
|
||||
DIST rqlite-8.43.4.tar.gz 848607 BLAKE2B 4304848992a62975b4f7d27cd211ceff2873b94fd9fbdd47e271e96d0ec7bce07b383ff5f2dcee09710ab3e290291265ce4f9f60ba33ad7c8d97677b5fa4d5af SHA512 09b385a3b2457ae111b996218c7446441049ee39466a89315c699fbfd7a1962d006d4eda7a7ca3c17cb3b4935777dbee758e2ff3171da7e6147abf4eb5a61aa0
|
||||
DIST rqlite-9.4.1-deps.tar.xz 4316172 BLAKE2B ded58b24ca0fb3ab6dada210701e7f9ed97c87782c0c8cbfd31f5705f7ce40112ac35f6d12a449419061ac2a5b05e5a2f26097699252423c00cd9b5b6527813e SHA512 a41925bf646857a247f2abbdfb3ba29ad80c49833d4354387084025457439ebfb3c5f193899d8b71d8e394bbad436bf637815a2360892861f0aca09c8d3e168f
|
||||
DIST rqlite-9.4.1.tar.gz 940291 BLAKE2B c175639d70af60155c07728060b1ad82814a414afd9e0d6518fc8c491c1a0ea5293200eabcfe46e8e3dcbbd654c9bad52a5ca6d0d5f845dc528e03a8e317e8f4 SHA512 e13dd2cd3ae346f0632dbc2d071604af474cbc4735cb687c78eccfe2a1bef3913a4a0411ef743cbb0b5415647d3ab2d50c32f082de11dc26e9f40fb928a1a1b0
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit go-module
|
||||
EGIT_COMMIT=768eafc309ff05a57d041d2b19f67994ce83a5c5
|
||||
|
||||
DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
|
||||
HOMEPAGE="https://github.com/rqlite/rqlite https://www.philipotoole.com/tag/rqlite/"
|
||||
SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
LICENSE+=" Apache-2.0 BSD CC0-1.0 MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
ln -sv ../vendor ./ || die
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
GOBIN="${S}/bin" \
|
||||
ego install \
|
||||
-ldflags="-X main.version=v${PV}
|
||||
-X main.branch=master
|
||||
-X main.commit=${EGIT_COMMIT}
|
||||
-X main.buildtime=$(date +%Y-%m-%dT%T%z)" \
|
||||
./cmd/... || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
GOBIN="${S}/bin" \
|
||||
ego test ./... || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/*
|
||||
dodoc -r *.md DOC
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit go-module
|
||||
EGIT_COMMIT=a127df48fa5d8b907ce5a229e97c24e5ec3dd9ee
|
||||
|
||||
DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
|
||||
HOMEPAGE="https://github.com/rqlite/rqlite https://www.philipotoole.com/tag/rqlite/"
|
||||
SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
LICENSE+=" Apache-2.0 BSD CC0-1.0 MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
ln -sv ../vendor ./ || die
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
GOBIN="${S}/bin" \
|
||||
ego install \
|
||||
-ldflags="-X main.version=v${PV}
|
||||
-X main.branch=master
|
||||
-X main.commit=${EGIT_COMMIT}
|
||||
-X main.buildtime=$(date +%Y-%m-%dT%T%z)" \
|
||||
./cmd/... || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
GOBIN="${S}/bin" \
|
||||
ego test ./... || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/*
|
||||
dodoc -r *.md DOC
|
||||
}
|
||||
Reference in New Issue
Block a user