diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-db/citus | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-db/citus')
| -rw-r--r-- | dev-db/citus/Manifest | 5 | ||||
| -rw-r--r-- | dev-db/citus/citus-12.1.12.ebuild | 32 | ||||
| -rw-r--r-- | dev-db/citus/citus-13.2.1.ebuild | 32 | ||||
| -rw-r--r-- | dev-db/citus/citus-13.2.2.ebuild | 32 | ||||
| -rw-r--r-- | dev-db/citus/citus-14.0.0.ebuild | 32 | ||||
| -rw-r--r-- | dev-db/citus/citus-14.0.1.ebuild | 32 | ||||
| -rw-r--r-- | dev-db/citus/citus-9999.ebuild | 32 | ||||
| -rw-r--r-- | dev-db/citus/metadata.xml | 9 |
8 files changed, 206 insertions, 0 deletions
diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest new file mode 100644 index 000000000000..bcfb7d288dea --- /dev/null +++ b/dev-db/citus/Manifest @@ -0,0 +1,5 @@ +DIST citus-12.1.12.tar.gz 6943621 BLAKE2B 5e863ba09b261ea4aaa9b71702b886c1182ea701ca5034d05bd9e1b7c4cffe9d62cdf1708e79d2dd9baeeac01c162da57cef06dcbc4a21a629dc31a7bc0dd222 SHA512 3ff7d60a9d65950ffca85f6c814f154f2c4ed4b6622b7782f28aecfdbdcc6c1acc168ce398dfac60cbfb227cf2ea46899b8cc8e7899488059956e9f6bf2702e4 +DIST citus-13.2.1.tar.gz 7900261 BLAKE2B 4d38213efba66d98ab851dcc8bd500b56083d04e9a9cdfd578e9efa972ebb0149d012a7428f0f5e183c93b29f3c790b902327473dadcea09e2d2585b34cecc88 SHA512 ee6921c03f72c4075d12540491dba88b5cd2f36aa00b12bb74c1561d9752509bc4c7483050ff70dd9e8f6dbf705d34886893ca177f9f65313dac86b1cb0d69df +DIST citus-13.2.2.tar.gz 7899610 BLAKE2B 1fca064d9795c044774ab218a4f7a296ef317d64346fb57ca60b097944ed870dc9d29351fcf24ad4efcb739b908785d25838c8d5c5c0292fe9fc0939c336081c SHA512 f611c4b0fbf8943ecdc4b89cb6ebdc90b1caa67f87830938f4c0a34ce1185f05c317e6dacf11de80447da0d5d8565ecbfcddb047ba2201adfcddbe4efa7de686 +DIST citus-14.0.0.tar.gz 7884164 BLAKE2B 3a7775452c0098f2f9ed55e5884470f9435fcce20a87b260b719f8d6b55fe952151db75161c94481a08e9fdd279ae3c73ceb9c04ecf8fd94917d76ae497b8dd1 SHA512 cb7992fea3bb2996db69c58e918cc410b74be861a2f1e3da11ad0ddd4bc5f7daa2bee6179e5cccf7971be4867499adfa7891bfe256851643c999e7778c12a1a9 +DIST citus-14.0.1.tar.gz 7890719 BLAKE2B 5e18f6b566d65c1099ca488d642c0fdff5e9b8a769474fa9b72650f17d33c10cf68920ca0839e8832c9e700c0731d377b6bf4f4127baa58e6a4a4be928b075e0 SHA512 2452e982174498113fe8ea12958ec65972fdc2eb896efb39914ac7d89b142cef32d38575fe0267e828f4c7e6ad61fcce54efc18f4cd6ac0a43fdc19081eb8c25 diff --git a/dev-db/citus/citus-12.1.12.ebuild b/dev-db/citus/citus-12.1.12.ebuild new file mode 100644 index 000000000000..e7cf278dc1d2 --- /dev/null +++ b/dev-db/citus/citus-12.1.12.ebuild @@ -0,0 +1,32 @@ +# 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 +} diff --git a/dev-db/citus/citus-13.2.1.ebuild b/dev-db/citus/citus-13.2.1.ebuild new file mode 100644 index 000000000000..0442784842dd --- /dev/null +++ b/dev-db/citus/citus-13.2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 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 +} diff --git a/dev-db/citus/citus-13.2.2.ebuild b/dev-db/citus/citus-13.2.2.ebuild new file mode 100644 index 000000000000..0442784842dd --- /dev/null +++ b/dev-db/citus/citus-13.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 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 +} diff --git a/dev-db/citus/citus-14.0.0.ebuild b/dev-db/citus/citus-14.0.0.ebuild new file mode 100644 index 000000000000..fbd18e7ef051 --- /dev/null +++ b/dev-db/citus/citus-14.0.0.ebuild @@ -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 +} diff --git a/dev-db/citus/citus-14.0.1.ebuild b/dev-db/citus/citus-14.0.1.ebuild new file mode 100644 index 000000000000..fbd18e7ef051 --- /dev/null +++ b/dev-db/citus/citus-14.0.1.ebuild @@ -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 +} diff --git a/dev-db/citus/citus-9999.ebuild b/dev-db/citus/citus-9999.ebuild new file mode 100644 index 000000000000..a61f6ec022cd --- /dev/null +++ b/dev-db/citus/citus-9999.ebuild @@ -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 git-r3 postgres-multi + +DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups" +HOMEPAGE="https://www.citusdata.com/" + +EGIT_REPO_URI="https://github.com/citusdata/citus.git" + +IUSE="" +LICENSE="POSTGRESQL AGPL-3" + +KEYWORDS="" + +SLOT=0 + +RESTRICT="test" + +DEPEND="${POSTGRES_DEP} + app-arch/lz4 + app-arch/zstd + " +RDEPEND="${DEPEND}" + +src_configure() { + postgres-multi_foreach econf +} diff --git a/dev-db/citus/metadata.xml b/dev-db/citus/metadata.xml new file mode 100644 index 000000000000..5174e85e8e4a --- /dev/null +++ b/dev-db/citus/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>pgsql-bugs@gentoo.org</email> + <name>PostgreSQL and Related Package Development</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
