public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/
Date: Sun, 08 Jun 2025 06:07:32 +0000 (UTC)	[thread overview]
Message-ID: <1749362843.fb1719874e1399f01fe70bb397cd67629bb9242c.patrick@gentoo> (raw)

commit:     fb1719874e1399f01fe70bb397cd67629bb9242c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 06:03:33 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 06:07:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb171987

dev-db/citus: drop 12.1.7, 13.0.2, 13.0.3

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/citus/Manifest            |  3 ---
 dev-db/citus/citus-12.1.7.ebuild | 32 --------------------------------
 dev-db/citus/citus-13.0.2.ebuild | 32 --------------------------------
 dev-db/citus/citus-13.0.3.ebuild | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest
index 3145e8000f24..44442efaafd8 100644
--- a/dev-db/citus/Manifest
+++ b/dev-db/citus/Manifest
@@ -1,6 +1,3 @@
-DIST citus-12.1.7.tar.gz 6923683 BLAKE2B 114dbb30d0e353f3d368db13ab265082f952774fa013a7c7d7848e4c3686a6d3c4b47d259ddf3660e58d3e59c2b0802c51edac3df28c44717e2ba30ae063cd7c SHA512 3c24bfde6e1786c324a5fbd64ede70b557966e15a0852c1497af21a5e12cd10e46798ff0e3042fb23fccb3ccbc5f6ccdfbcdbf96ac6a50ec511d9df6740977e1
 DIST citus-12.1.8.tar.gz 6928398 BLAKE2B 33062d325048c7204d66d82832c8cbc5806efd28a12aebc7ead93d68196c60f4ae80470ef780570d67d2ab2638425a172073a5d8396dca485e266a2dca5a2139 SHA512 6e2756a2d391c6d32ae8ca689a4a1a8b8c6aa0c04b46c635d0b935a7b5e25de930e088bf7b27426392ffd0673cb203a69f6c180d3aaa6454743818f3b258b56e
-DIST citus-13.0.2.tar.gz 6922184 BLAKE2B da7107ebb74729010d9775752747a3f513eb3a1d9d519bf44c504cf253b318b8adc5fc2c6410fa7f25a221ae112317ce269f52468f589441b5eee0f5754b6808 SHA512 54f9955b8cc03d32b4f0f5a446883ad3d19f998dce326f4af037526171b9abf1927ae51de1b8aa06068ce60640b947088446f8899ed8dcfd86d9498900898c55
-DIST citus-13.0.3.tar.gz 6922310 BLAKE2B d143563822056cb929cf24b5a1c558e4ffeaddf59f4b4a5c5840b32c7952b81092cb08fc9839555087ff87af2f515ca7a04f8dfab13835ced01900b45f60512d SHA512 4e5fbb4419fff0e409fea000c28e4fd4db34f2afb482bd47343c546dcb9ccf085e744e36e16dc843234dfef09b021a2004aaea8cbdb1a747d55f44f729ee894b
 DIST citus-13.0.4.tar.gz 6926692 BLAKE2B 36aff42403f81f0e355b70774e8e89dd89a451ca821ecbdca2ac678c24e9914124dc09692cd9019e299f2b1f99d212eae629aa7b5ac439636cc021231df5e82a SHA512 b521f38aecd3bd06d07339eaa785a663d5966c6b2010905350bfcdec8a66108ce386be915d284d1e86f34b548adcf5d1463e2acd64bbddb33565a6c9cf71ded9
 DIST citus-13.1.0.tar.gz 7696016 BLAKE2B 382d4db9bccb2f1cce8696e652bc694ea1625adce3aaf628189fc80d95270e4159fd4e336614797e1947a5685d5bde008c8897115001d4236fb5609bbb6464a1 SHA512 2bdde6ee0d4307bb05a0f8c9a9be685ffff3ef362dd536b28c2dc3f2ea477b69620ae440d5a15f670a242842734ce17ee98bfe26174447add2111ce291f8de7c

diff --git a/dev-db/citus/citus-12.1.7.ebuild b/dev-db/citus/citus-12.1.7.ebuild
deleted file mode 100644
index 1bbb3bc173b5..000000000000
--- a/dev-db/citus/citus-12.1.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}

diff --git a/dev-db/citus/citus-13.0.2.ebuild b/dev-db/citus/citus-13.0.2.ebuild
deleted file mode 100644
index d21d1b932005..000000000000
--- a/dev-db/citus/citus-13.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}

diff --git a/dev-db/citus/citus-13.0.3.ebuild b/dev-db/citus/citus-13.0.3.ebuild
deleted file mode 100644
index d21d1b932005..000000000000
--- a/dev-db/citus/citus-13.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}


             reply	other threads:[~2025-06-08  6:07 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-08  6:07 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-07 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/ Patrick Lauer
2025-10-07 11:58 Patrick Lauer
2025-09-18 16:15 Patrick Lauer
2025-06-08  6:07 Patrick Lauer
2025-03-31  7:20 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-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=1749362843.fb1719874e1399f01fe70bb397cd67629bb9242c.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