From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/
Date: Sat, 29 Apr 2023 10:27:28 +0000 (UTC) [thread overview]
Message-ID: <1682764046.4c831f972d14fc038c7b3ff14e41d7d44667e7cf.patrick@gentoo> (raw)
commit: 4c831f972d14fc038c7b3ff14e41d7d44667e7cf
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 10:22:13 2023 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 10:27:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c831f97
dev-db/citus: add 11.1.6, 11.2.1
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/citus/Manifest | 2 ++
dev-db/citus/citus-11.1.6.ebuild | 35 +++++++++++++++++++++++++++++++++++
dev-db/citus/citus-11.2.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 72 insertions(+)
diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest
index 693b6e2ed2a6..95cda62a0569 100644
--- a/dev-db/citus/Manifest
+++ b/dev-db/citus/Manifest
@@ -1,2 +1,4 @@
DIST citus-11.1.5.tar.gz 6371656 BLAKE2B f370499dc466adb8a9eb45d3b324c50c746ea28966410f62c59beeb246b58d9db9b487bd12e303026fc3480dfd21f4e5b001d19cb587a1ed83ed0f21e8673cc0 SHA512 9cf2c5f43b93e61246e7efec89115d123077cdbcc157da9d83857f2d58b88c83e067a8aa831089ac4f13912a276cfe75e62ca3e10e05a6a300b480bf7a6093ee
+DIST citus-11.1.6.tar.gz 6380737 BLAKE2B 4ff38c9cd2bb3e64661ca488276b4d5c747f2dbb0289a60b530c73bca511887d78739844fa3c8d7b73a76518ee6d343c0d15228b974d89464a453ace813314cf SHA512 f42dd5ae9a2d9cf661c601da5bc6090998b5071d26e8491d2659155098274a378f39ad12e0798f70734c8bb51f818b28873e6a3b248435d67ef9783d0b79e62b
DIST citus-11.2.0.tar.gz 6486177 BLAKE2B ca32bcdbf965e357ab1d5efadbf35907b70f2425e4d676ed1963a2e78bcf65f61060995e8e8aafe00cd9e168e46653fa2af3c8bba308574b60065b0d12f25af8 SHA512 c6d6e56d70ceae3cec4a20ea97eb8b62e77f745ee5e3d5a35935165be76888a76ec1dc963c6917b57c424ea6d8aa9c4a5d62c1f61e0b1370de4dbae92f5954f9
+DIST citus-11.2.1.tar.gz 6491149 BLAKE2B 575f81654dc80f7f1f93f21c2a74e3bb81a811651f8744ddbf093d750a0f3e4c565035f7c0a9ef2093bf4c9aee07ea33a2332db60e7bee3eb000f76e00007932 SHA512 653dc5d321e0c75655abb90c397e560aaf3672d5370c94edf1ac9fff9455418d41d688ca118c06ba33b60f827b6b3c5af1262be67c01159dd42bcea30bb4ce6a
diff --git a/dev-db/citus/citus-11.1.6.ebuild b/dev-db/citus/citus-11.1.6.ebuild
new file mode 100644
index 000000000000..1b91866bc2b8
--- /dev/null
+++ b/dev-db/citus/citus-11.1.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 13 14 15 )
+
+inherit postgres-multi
+
+DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups"
+HOMEPAGE="https://www.citusdata.com/"
+
+MY_PV="${PV/beta0/beta}"
+SRC_URI="https://github.com/citusdata/citus/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+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
+}
diff --git a/dev-db/citus/citus-11.2.1.ebuild b/dev-db/citus/citus-11.2.1.ebuild
new file mode 100644
index 000000000000..1b91866bc2b8
--- /dev/null
+++ b/dev-db/citus/citus-11.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 13 14 15 )
+
+inherit postgres-multi
+
+DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups"
+HOMEPAGE="https://www.citusdata.com/"
+
+MY_PV="${PV/beta0/beta}"
+SRC_URI="https://github.com/citusdata/citus/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+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
+}
next reply other threads:[~2023-04-29 10:27 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-29 10:27 罗百科 [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 7:20 [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/ Patrick Lauer
2025-03-31 7:15 Patrick Lauer
2025-03-19 10:48 Patrick Lauer
2025-03-19 10:48 Patrick Lauer
2025-02-07 13:34 Patrick Lauer
2025-02-07 13:34 Patrick Lauer
2024-12-08 8:54 Patrick Lauer
2024-12-08 8:54 Patrick Lauer
2024-11-23 6:34 Patrick Lauer
2024-11-23 6:34 Patrick Lauer
2024-07-29 9:13 Patrick Lauer
2024-07-29 9:13 Patrick Lauer
2024-06-12 16:36 Patrick Lauer
2024-06-10 12:31 Patrick Lauer
2024-06-10 12:31 Patrick Lauer
2024-05-04 6:31 Patrick Lauer
2024-02-20 10:36 Patrick Lauer
2023-11-18 17:08 罗百科
2023-11-18 17:08 罗百科
2023-11-18 17:08 罗百科
2023-10-05 9:37 罗百科
2023-07-22 16:34 罗百科
2023-05-07 8:44 罗百科
2023-02-14 5:37 罗百科
2023-02-14 5:37 罗百科
2023-02-05 8:19 罗百科
2023-01-09 8:32 罗百科
2023-01-09 8:32 罗百科
2022-10-29 12:04 罗百科
2022-10-29 12:04 罗百科
2022-10-06 15:30 罗百科
2022-09-22 13:30 罗百科
2022-09-22 13:30 罗百科
2022-08-19 9:30 罗百科
2022-07-17 7:36 罗百科
2022-06-17 5:26 罗百科
2022-05-04 7:33 罗百科
2022-03-27 7:25 罗百科
2022-03-27 7:25 罗百科
2022-02-02 7:44 罗百科
2022-01-01 8:32 罗百科
2022-01-01 8:32 罗百科
2021-11-28 7:15 罗百科
2021-10-25 15:21 罗百科
2021-09-30 17:33 罗百科
2021-09-30 17:33 罗百科
2021-09-18 9:30 罗百科
2021-09-18 9:30 罗百科
2021-09-07 10:13 罗百科
2021-07-31 9:52 罗百科
2021-03-21 9:11 罗百科
2021-03-21 9:11 罗百科
2021-03-11 17:00 罗百科
2021-03-02 9:14 罗百科
2021-02-09 16:51 罗百科
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1682764046.4c831f972d14fc038c7b3ff14e41d7d44667e7cf.patrick@gentoo \
--to=patrick@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox