From 651ba3089fd0e4372bc69beec4d0f487575e7721 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Wed, 26 Jul 2023 07:51:22 +0200 Subject: dev-db/rum: add 1.3.13, drop 1.3.11 Signed-off-by: Haelwenn (lanodan) Monnier --- dev-db/rum/Manifest | 2 +- dev-db/rum/rum-1.3.11.ebuild | 35 ----------------------------------- dev-db/rum/rum-1.3.13.ebuild | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dev-db/rum/rum-1.3.11.ebuild create mode 100644 dev-db/rum/rum-1.3.13.ebuild (limited to 'dev-db') diff --git a/dev-db/rum/Manifest b/dev-db/rum/Manifest index 724e4c911..f4f6b59cb 100644 --- a/dev-db/rum/Manifest +++ b/dev-db/rum/Manifest @@ -1 +1 @@ -DIST rum-1.3.11.tar.gz 564888 BLAKE2B 13e7a61481a5b90f2f31da56089480beaf46d184afd7d1b857ff991595c03885e820a95ce6f4c7d5fce2ef99012a6ba0699495799c8b3a4b4419b73c61c23f4e SHA512 4720255a1d1534a294eb10a3e46993b6e5bb8a690b58a505319013ad7210627e26835ed8d417dd45dcb3f276a13d8e88f68405496a9ac39a361c19e1168a1b27 +DIST rum-1.3.13.tar.gz 565701 BLAKE2B 77f1a3116fbb62143587f3e10e884b24627e816824ad83d50e6127eb3be218e50b192cffe9a5a565fba26aa4aa3d362cefaf3dd3954b1c7aaf9a5e17fdd1159f SHA512 5a5e614df2b9ee1ea5a2922588a745c9812fd6a6a6cb4f3e6c3c237d752ff93c332619cc6c7881abcffca59998a4c467bd7daec5cd50154391c236c4fe7e05f7 diff --git a/dev-db/rum/rum-1.3.11.ebuild b/dev-db/rum/rum-1.3.11.ebuild deleted file mode 100644 index 132bb2f47..000000000 --- a/dev-db/rum/rum-1.3.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 ) -POSTGRES_USEDEP="server" - -inherit postgres-multi - -DESCRIPTION="RUM access method - inverted index with additional information in posting lists" -HOMEPAGE="https://github.com/postgrespro/rum" -SRC_URI="https://github.com/postgrespro/rum/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="POSTGRESQL" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="${POSTGRES_DEP}" -RDEPEND="${DEPEND}" - -# Needs a running PostgreSQL server -RESTRICT="test" - -src_compile() { - postgres-multi_foreach emake USE_PGXS=1 -} - -src_test() { - postgres-multi_foreach emake USE_PGXS=1 installcheck -} - -src_install() { - postgres-multi_foreach emake USE_PGXS=1 DESTDIR="${D}" install -} diff --git a/dev-db/rum/rum-1.3.13.ebuild b/dev-db/rum/rum-1.3.13.ebuild new file mode 100644 index 000000000..132bb2f47 --- /dev/null +++ b/dev-db/rum/rum-1.3.13.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 ) +POSTGRES_USEDEP="server" + +inherit postgres-multi + +DESCRIPTION="RUM access method - inverted index with additional information in posting lists" +HOMEPAGE="https://github.com/postgrespro/rum" +SRC_URI="https://github.com/postgrespro/rum/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="POSTGRESQL" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="${POSTGRES_DEP}" +RDEPEND="${DEPEND}" + +# Needs a running PostgreSQL server +RESTRICT="test" + +src_compile() { + postgres-multi_foreach emake USE_PGXS=1 +} + +src_test() { + postgres-multi_foreach emake USE_PGXS=1 installcheck +} + +src_install() { + postgres-multi_foreach emake USE_PGXS=1 DESTDIR="${D}" install +} -- cgit v1.2.3-65-gdbad