dev-db/citus - 12.1.12 (gentoo)

Search

Install

Install this version:

emerge -a =dev-db/citus-12.1.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-db/citus-12.1.12

Or alternatively:

emerge --autounmask-write -a =dev-db/citus-12.1.12

Package Information

Description:
Open-source postgresql extension for clustering/multi-node setups
Homepage:
https://www.citusdata.com/
License:
POSTGRESQL AGPL-3

Ebuild Details

Version EAPI Keywords Slot
12.1.12 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 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
}

Inherited Eclasses

Dependencies

DEPEND

	app-arch/lz4
	app-arch/zstd
	

RDEPEND

	app-arch/lz4
	app-arch/zstd
	

Manifest for 12.1.12

Type File Size Source URLs
DIST citus-12.1.12.tar.gz 6943621 bytes https://github.com/citusdata/citus/archive/refs/tags/v12.1.12.tar.gz