mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/citus: add 14.0.0
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -5,3 +5,4 @@ DIST citus-13.0.5.tar.gz 6936635 BLAKE2B 49faa3c7faf27e0144097f921dccf061799a794
|
||||
DIST citus-13.1.0.tar.gz 7696016 BLAKE2B 382d4db9bccb2f1cce8696e652bc694ea1625adce3aaf628189fc80d95270e4159fd4e336614797e1947a5685d5bde008c8897115001d4236fb5609bbb6464a1 SHA512 2bdde6ee0d4307bb05a0f8c9a9be685ffff3ef362dd536b28c2dc3f2ea477b69620ae440d5a15f670a242842734ce17ee98bfe26174447add2111ce291f8de7c
|
||||
DIST citus-13.1.1.tar.gz 7708736 BLAKE2B 4c83b64172ab4a530393ba2ad227aaf1f0544009040352f593e678e448fb1f61e0c9d4fc0389e0080b2e81a80cdd22273f369fcae5e682cda23aa448f521843b SHA512 f06bb747e7855bd5d86172f6fb0fd2aed321fd5f078be6a2e4068975cf08a735043600c5ea42e50d6cb15e546084ad983ab83f2a6fd7f12badcdda030c13faae
|
||||
DIST citus-13.2.0.tar.gz 7874846 BLAKE2B 4dc26fa6beae7786a998ad4d7fbf55e4673433f65d540cf916c9110072a4f7079d793a636bb3f99a6090252e69743ed96b883289cae7856ee77694a64893fbea SHA512 19909667755f416ea7d2e268e90923c12bf53275316dc52f11b3a9c209c54b9c4cc74864f3123a30865fc4d743c3cc53468445b05751db955f2b4fc842364c40
|
||||
DIST citus-14.0.0.tar.gz 7884164 BLAKE2B 3a7775452c0098f2f9ed55e5884470f9435fcce20a87b260b719f8d6b55fe952151db75161c94481a08e9fdd279ae3c73ceb9c04ecf8fd94917d76ae497b8dd1 SHA512 cb7992fea3bb2996db69c58e918cc410b74be861a2f1e3da11ad0ddd4bc5f7daa2bee6179e5cccf7971be4867499adfa7891bfe256851643c999e7778c12a1a9
|
||||
|
||||
32
dev-db/citus/citus-14.0.0.ebuild
Normal file
32
dev-db/citus/citus-14.0.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
POSTGRES_COMPAT=( 16 17 18 )
|
||||
|
||||
inherit postgres-multi
|
||||
|
||||
DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups"
|
||||
HOMEPAGE="https://www.citusdata.com/"
|
||||
|
||||
SRC_URI="https://github.com/citusdata/citus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
IUSE=""
|
||||
LICENSE="POSTGRESQL AGPL-3"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
SLOT=0
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="${POSTGRES_DEP}
|
||||
app-arch/lz4
|
||||
app-arch/zstd
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
postgres-multi_foreach econf --without-libcurl
|
||||
}
|
||||
Reference in New Issue
Block a user