public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/
Date: Wed,  2 Feb 2022 07:44:11 +0000 (UTC)	[thread overview]
Message-ID: <1643787838.3edc0245248bfc81cf269832b8bb44418c4e0143.patrick@gentoo> (raw)

commit:     3edc0245248bfc81cf269832b8bb44418c4e0143
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 07:43:58 2022 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 07:43:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edc0245

dev-db/citus: Bump to 10.1.4 10.2.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/citus/Manifest            |  2 ++
 dev-db/citus/citus-10.1.4.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-db/citus/citus-10.2.4.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest
index 1a15001331b8..4c3902995755 100644
--- a/dev-db/citus/Manifest
+++ b/dev-db/citus/Manifest
@@ -1,4 +1,6 @@
 DIST citus-10.0.6.tar.gz 5186554 BLAKE2B b7f4c46cf202bcc1a0d62d797056d5dbee625c4d00f6c0507e95201698bd9d0eceddaf2dd524e0a954a75013fcfb5f42531975ae157d1aa015a27f8adc8d9f25 SHA512 2a839eb2cc907a8294b974ec4f698042546e84757d209ce5e7c52d122f3f2af5036b3a1147d26b50170192649a19cf38d3c2bccfa445e213f604bb21ef84d478
 DIST citus-10.1.3.tar.gz 5281581 BLAKE2B cf119c550174a8b64bfee6497288a10030db7ff8d40e48d4751799d4268618afe9b7dcd72bfbd5b01dc073f6f4af55e8dc338071e3be224d15ded423885bbebd SHA512 2ad9665c5de3214a5ebc08d5df663caa634912dd9db433a43bea96d3932213786d1650a695531a4d00ab8dff7d53078848466d7a6e803bff3ab26f4df3990c91
+DIST citus-10.1.4.tar.gz 5283715 BLAKE2B e19b35734b32541678538b963f1c03a259fa404f373b759a4c08e867325e106689ff711a5db9ba9231e1f9b42e303a49e6d58c8fb18b5ab7d75e19aea4741a0e SHA512 36a19b30d63ea53a8be6a77946d54558f7fd92f2e91b356395f9273e907f24444500c31d77e9693186fc2bd8df7c7e5f62a11ddfbc8795fbde8d700ebe7a9e76
 DIST citus-10.2.3.tar.gz 5531853 BLAKE2B ed8804f699203ab3e9e6f7f03213b38e3477cdb989338dcc364e079c830bcbcb05d3fbbfa5507a306a9433ec0aa783f150cb0c8ea038265efc40f7a37fd33410 SHA512 544d47093878c4ba02502f52dd4ac23cecd67c75635d825ad43f24ef19aa5de97b1d34e1e4e86f2f23028de363cb4979244ea3639caa8f142891d247d0187322
+DIST citus-10.2.4.tar.gz 5535944 BLAKE2B 3820622ec7f60aad5989536fe6dd53b8db75c51dc31ae3a0d023058afaa369f2de29fe49369d7846ad3bd17242fb6ce7784f2832263ba79ca045c75e558e14d7 SHA512 f9d6853333984c23b3f6aaeec156719c8564958e4d446781506f95fd56e48b8df27f1ddfa1cddb085791dccd6a17c07f3df87d84a89e137ba5a6972a656222f2
 DIST citus-9.5.10.tar.gz 4744848 BLAKE2B e6d9595fe30cb93508007cb4f39933ae57b6f0f1c5ee084ac83b0f5edea0d32dc0e8fd71737e396eb9b77fd5601ae647e29dea5b13e2e7a53a59f96365773466 SHA512 24683c7607de115d1d7fc355b56ff732e5e5f2adcdbebac7ee0d71b8878de3f335f3824be9e02ae9554850c68d7e21bc6d95d581e02ba4fef9da27b2f67f2987

diff --git a/dev-db/citus/citus-10.1.4.ebuild b/dev-db/citus/citus-10.1.4.ebuild
new file mode 100644
index 000000000000..242de20eb0a4
--- /dev/null
+++ b/dev-db/citus/citus-10.1.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 12 13 )
+
+inherit postgres-multi
+
+DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups"
+HOMEPAGE="https://www.citusdata.com/"
+SRC_URI="https://github.com/citusdata/${PN}/archive/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
+}

diff --git a/dev-db/citus/citus-10.2.4.ebuild b/dev-db/citus/citus-10.2.4.ebuild
new file mode 100644
index 000000000000..62d5758baeeb
--- /dev/null
+++ b/dev-db/citus/citus-10.2.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 12 13 14 )
+
+inherit postgres-multi
+
+DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups"
+HOMEPAGE="https://www.citusdata.com/"
+SRC_URI="https://github.com/citusdata/${PN}/archive/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
+}


             reply	other threads:[~2022-02-02  7:44 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02  7:44 罗百科 [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-04-29 10:27 罗百科
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-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=1643787838.3edc0245248bfc81cf269832b8bb44418c4e0143.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