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: Sat, 29 Oct 2022 12:04:26 +0000 (UTC)	[thread overview]
Message-ID: <1667045029.61c2290aa2fb2506d087327e689fa8ae480b7704.patrick@gentoo> (raw)

commit:     61c2290aa2fb2506d087327e689fa8ae480b7704
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 12:03:49 2022 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 12:03:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c2290a

dev-db/citus: drop 11.1.1, 11.1.2

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

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

diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest
index d7fc404c2b04..62b641b08107 100644
--- a/dev-db/citus/Manifest
+++ b/dev-db/citus/Manifest
@@ -1,5 +1,3 @@
 DIST citus-10.2.7.tar.gz 5549985 BLAKE2B cb562437757624cc34f80219e8039fdcaf27ebc4a63b30714beafe5555a85769f44a92d74173fb94085f48d09bedaffc019463ec6db67217f8554154a91e2e74 SHA512 32441e964d97d3a69eed309c8d52f65ae31a3a7b79c6e765e967025c7f6a041420925dfb5fb0835cec1ae66549f59fe256994f4120514ec2e781169b771c85e6
 DIST citus-11.0.6.tar.gz 6021221 BLAKE2B 7b19328890b79ce639599cf2f99ee15f6dc7e87a062fbd538b288895a3ec6e4af36eabad0a7111de8b53029670be8d6a66ba692a66101c43120640f4fffc37d4 SHA512 4b5667fcfdc89a171ae8e15095d5e688a1d8b4707d13cd4742f5695f9e57e76190e11c4fe933044a64ac00b0982da91d6a253cd272af6ba58131b787ad4b13ef
-DIST citus-11.1.1.tar.gz 6354348 BLAKE2B 2cd4da30af0e0deee3a1dc05ef636b850bc9e244aa81920f9a7692cc3ddecd7802d41ebc76070072453001bd1ea620c6863ead538df4d9cca281979132fde917 SHA512 295702b9ff33bb89487fd2bfe46382391fcad457922847575babae78e1866ec5a55f51e9899b42c8a1193fdbac5df2386a60977ecf3b41631472cd7de97abbe8
-DIST citus-11.1.2.tar.gz 6361264 BLAKE2B 836d381cf3186e690fd4cdb23315964c83dd7de0efa9c8461170a8d0b6e262dfde9da65b6396ce240daf8c115e05cdccc64681fe9a06d0abc8a66fab267b9f30 SHA512 a20cd6d1f42a5b8b00b80ef65dd766251ea9b392fd9e0e62c07c3233ec2c5614723ebe69d684c15e499fb995fc86ca90811b76b595f6d5b414e42de6e7050bc7
 DIST citus-11.1.4.tar.gz 6369400 BLAKE2B aca772fbb7fb632c73d92b1f3841e7772d797373891a40c007a147ab9f44ef42eec325553915d7fd11b56f0f60f302b286061ea4ce55351ce9f9d8cd0d9d084b SHA512 f0c4cbbaa0e8ed173d3ba68b24815272ce7c04186bf628c561119833ddd648928ac31adc1784e25f268d45e8d5c02792088f695ad8dbf2ab425093dc1f241f99

diff --git a/dev-db/citus/citus-11.1.1.ebuild b/dev-db/citus/citus-11.1.1.ebuild
deleted file mode 100644
index a1add589578c..000000000000
--- a/dev-db/citus/citus-11.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 13 14 )
-
-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.1.2.ebuild b/dev-db/citus/citus-11.1.2.ebuild
deleted file mode 100644
index a1add589578c..000000000000
--- a/dev-db/citus/citus-11.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 13 14 )
-
-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:[~2022-10-29 12:04 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29 12:04 罗百科 [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-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-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=1667045029.61c2290aa2fb2506d087327e689fa8ae480b7704.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