mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-db/citus: add 12.1.9, 13.2.0
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST citus-12.1.8.tar.gz 6928398 BLAKE2B 33062d325048c7204d66d82832c8cbc5806efd28a12aebc7ead93d68196c60f4ae80470ef780570d67d2ab2638425a172073a5d8396dca485e266a2dca5a2139 SHA512 6e2756a2d391c6d32ae8ca689a4a1a8b8c6aa0c04b46c635d0b935a7b5e25de930e088bf7b27426392ffd0673cb203a69f6c180d3aaa6454743818f3b258b56e
|
||||
DIST citus-12.1.9.tar.gz 6930512 BLAKE2B ee7b3429bf3bd25aa8037005b939661be6fab21b7863d7c9f3e1d68322f31fb6628118ae8f836520cf96137e4e1ed9d0b36b743a87579f31ca642bf66df58416 SHA512 7932e74f62c530241912cff041adb063ab55a99bc685006a437bff0d20d9c8a1d9831572af51cfc6a14205d90a48e17a20f94a8ae0f73573ad86c24bcc621d17
|
||||
DIST citus-13.0.4.tar.gz 6926692 BLAKE2B 36aff42403f81f0e355b70774e8e89dd89a451ca821ecbdca2ac678c24e9914124dc09692cd9019e299f2b1f99d212eae629aa7b5ac439636cc021231df5e82a SHA512 b521f38aecd3bd06d07339eaa785a663d5966c6b2010905350bfcdec8a66108ce386be915d284d1e86f34b548adcf5d1463e2acd64bbddb33565a6c9cf71ded9
|
||||
DIST citus-13.1.0.tar.gz 7696016 BLAKE2B 382d4db9bccb2f1cce8696e652bc694ea1625adce3aaf628189fc80d95270e4159fd4e336614797e1947a5685d5bde008c8897115001d4236fb5609bbb6464a1 SHA512 2bdde6ee0d4307bb05a0f8c9a9be685ffff3ef362dd536b28c2dc3f2ea477b69620ae440d5a15f670a242842734ce17ee98bfe26174447add2111ce291f8de7c
|
||||
DIST citus-13.2.0.tar.gz 7874846 BLAKE2B 4dc26fa6beae7786a998ad4d7fbf55e4673433f65d540cf916c9110072a4f7079d793a636bb3f99a6090252e69743ed96b883289cae7856ee77694a64893fbea SHA512 19909667755f416ea7d2e268e90923c12bf53275316dc52f11b3a9c209c54b9c4cc74864f3123a30865fc4d743c3cc53468445b05751db955f2b4fc842364c40
|
||||
|
||||
32
dev-db/citus/citus-12.1.9.ebuild
Normal file
32
dev-db/citus/citus-12.1.9.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
POSTGRES_COMPAT=( 14 15 16 )
|
||||
|
||||
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
|
||||
}
|
||||
32
dev-db/citus/citus-13.2.0.ebuild
Normal file
32
dev-db/citus/citus-13.2.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
POSTGRES_COMPAT=( 15 16 17 )
|
||||
|
||||
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