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: Sat, 23 Nov 2024 06:34:27 +0000 (UTC)	[thread overview]
Message-ID: <1732343651.1f26b58ff3b402aa92cdc3bf6f9091b5c7565731.patrick@gentoo> (raw)

commit:     1f26b58ff3b402aa92cdc3bf6f9091b5c7565731
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 06:34:11 2024 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 06:34:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f26b58f

dev-db/citus: drop 11.3.1, 12.1.4

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

 dev-db/citus/Manifest            |  2 --
 dev-db/citus/citus-11.3.1.ebuild | 35 -----------------------------------
 dev-db/citus/citus-12.1.4.ebuild | 35 -----------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest
index c767a156a503..ffad97ed2ac3 100644
--- a/dev-db/citus/Manifest
+++ b/dev-db/citus/Manifest
@@ -1,5 +1,3 @@
-DIST citus-11.3.1.tar.gz 6623462 BLAKE2B ef07fb1e6cf0dd3f49600c3befcb300d47244393dd3bbe01450a8cb7bdb40adf1b7c6d7cf473ac80c466fc5dd4d6e0f5a62d1a587804d74011dda65731431028 SHA512 481d74cdf0e8de86b918fc73ed72f988f42679a827a39e7d89e2d0ebb0447d629dbaf323099dc97e886ea3012539200831f580bfe0cf3a12ef1f3a7bfe3fab42
 DIST citus-12.0.1.tar.gz 6740395 BLAKE2B ca004f8026d94c1ed70c9c7450726287aff415c13b80b93d25a19fbae9a79cbbeaec51521fc7922d5574c75bddb9537d42d656121ca586f4512afe773be5bf76 SHA512 db9b882c63ef6ab848a85d547390d4fc61b97056485dcc8fa51c289a302b78d0de959e29c27a91c494fd3e20491f6a96e96436d8766d02b2770f0e375b94564e
-DIST citus-12.1.4.tar.gz 6906485 BLAKE2B cb5ed7c53449c7497693cfff69f360e43ab10acc7ac8b7a7be9bcb4e7440dbdd0bd2a85bbbac25e62b43be3040301e11180e1c797b9f6c7a56fbdad2b0cd4bf3 SHA512 c4f7cd8f6f2f72b66de17ae529590518d5c62654d6e1393a4c7b2f1d8b2f9c70e7d4e1f07aef3434272f84edc92d299a0c9df00934b1f065a0997c6fc5274913
 DIST citus-12.1.5.tar.gz 6912425 BLAKE2B ec08387ed6883ecd27f432843ae1068fdc657b62e4bd74e2feb4f806ccf7f3954c600cb5dce27db90ef3fccfd9ddf43bd88bb73fd44c8f39c8517999264e3255 SHA512 267cf5e52a23eabd3ac86eedb9929fbeae09b16279db5656d328ddbf64879fe3691e82fb0d15efb216e3c254b37cb3b6a5ca9c5097fc5f075c8e7b9ec3337a93
 DIST citus-12.1.6.tar.gz 6920293 BLAKE2B 193bbf890709e8926253112e10084ab566af9ad4bd3b802e9eff792580c8ac8f5caa04fe17f1c04d306dea5047a85e60fba2ddc074ffbfd2bec9a407d789321f SHA512 f2b19ba915d2eb52393b3b1a6800977d7f592319ffdbf2491d35fb2cf2221766400dce954198306f1edb91affd9bc6e53c683dd3116fe8b7ae0895fed254b6d5

diff --git a/dev-db/citus/citus-11.3.1.ebuild b/dev-db/citus/citus-11.3.1.ebuild
deleted file mode 100644
index 7218cc89d2a8..000000000000
--- a/dev-db/citus/citus-11.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-12.1.4.ebuild b/dev-db/citus/citus-12.1.4.ebuild
deleted file mode 100644
index 7b9ed91dac47..000000000000
--- a/dev-db/citus/citus-12.1.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 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/"
-
-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
-}


             reply	other threads:[~2024-11-23  6:34 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-23  6:34 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23  6:34 [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/ 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=1732343651.1f26b58ff3b402aa92cdc3bf6f9091b5c7565731.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