diff options
author | 2023-02-14 05:36:59 +0000 | |
---|---|---|
committer | 2023-02-14 05:37:14 +0000 | |
commit | f9229af8d78261576a58e0079e87dd1e3690a4cb (patch) | |
tree | df6d8863c2f2074555ff44355afc5128e682ede0 /dev-db/citus/citus-10.2.7.ebuild | |
parent | dev-db/citus: Whitespace (diff) | |
download | gentoo-f9229af8d78261576a58e0079e87dd1e3690a4cb.tar.gz gentoo-f9229af8d78261576a58e0079e87dd1e3690a4cb.tar.bz2 gentoo-f9229af8d78261576a58e0079e87dd1e3690a4cb.zip |
dev-db/citus: drop 10.2.7, 11.0.6, 11.0.7, 11.1.4
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/citus/citus-10.2.7.ebuild')
-rw-r--r-- | dev-db/citus/citus-10.2.7.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-db/citus/citus-10.2.7.ebuild b/dev-db/citus/citus-10.2.7.ebuild deleted file mode 100644 index 62d5758baeeb..000000000000 --- a/dev-db/citus/citus-10.2.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 -} |