From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 457091382C5 for ; Tue, 9 Feb 2021 16:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90728E091A; Tue, 9 Feb 2021 16:51:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77B6DE091A for ; Tue, 9 Feb 2021 16:51:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07977340BC1 for ; Tue, 9 Feb 2021 16:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BFEB332 for ; Tue, 9 Feb 2021 16:51:25 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1612889482.11208f4f7f86cdf3dca7041752ab6b6e183bdb59.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/citus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/citus/Manifest dev-db/citus/citus-9.5.2.ebuild dev-db/citus/metadata.xml X-VCS-Directories: dev-db/citus/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 11208f4f7f86cdf3dca7041752ab6b6e183bdb59 X-VCS-Branch: master Date: Tue, 9 Feb 2021 16:51:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fb40be2-43c9-4ca7-8f88-07ee01713299 X-Archives-Hash: 0c528e8beecad85724bb232778153e38 commit: 11208f4f7f86cdf3dca7041752ab6b6e183bdb59 Author: Patrick Lauer gentoo org> AuthorDate: Tue Feb 9 16:50:30 2021 +0000 Commit: 罗百科 gentoo org> CommitDate: Tue Feb 9 16:51:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11208f4f dev-db/citus: Initial import Ebuild by me. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Patrick Lauer gentoo.org> dev-db/citus/Manifest | 1 + dev-db/citus/citus-9.5.2.ebuild | 28 ++++++++++++++++++++++++++++ dev-db/citus/metadata.xml | 8 ++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-db/citus/Manifest b/dev-db/citus/Manifest new file mode 100644 index 00000000000..6a5dce0a0a8 --- /dev/null +++ b/dev-db/citus/Manifest @@ -0,0 +1 @@ +DIST citus-9.5.2.tar.gz 4714211 BLAKE2B b8e9d862b5ea8cb77202632ddac1b20d521b82d512c424f093e41bca146630197fd57c6986660a7d3fd98b67fefac0255184bc83ac1c6ef4242b67bda28cbe69 SHA512 db114053419f9b268ad45a3bbebc58ba5aec0925737840c4389c5ebf23bef9a26ce8c132a4a88cf06fa54cab926172cc283a12acc2c09bd888b55a9a4c0472a3 diff --git a/dev-db/citus/citus-9.5.2.ebuild b/dev-db/citus/citus-9.5.2.ebuild new file mode 100644 index 00000000000..90d9c35006c --- /dev/null +++ b/dev-db/citus/citus-9.5.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +POSTGRES_COMPAT=( 11 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}" +RDEPEND="${DEPEND}" + +src_configure() { + postgres-multi_foreach econf +} diff --git a/dev-db/citus/metadata.xml b/dev-db/citus/metadata.xml new file mode 100644 index 00000000000..711734ad756 --- /dev/null +++ b/dev-db/citus/metadata.xml @@ -0,0 +1,8 @@ + + + + + pgsql-bugs@gentoo.org + PostgreSQL and Related Package Development + +