dev-db/rum - 1.3.15 (guru)

Search

Install

Install this version:

emerge -a =dev-db/rum-1.3.15

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-db/rum-1.3.15

Or alternatively:

emerge --autounmask-write -a =dev-db/rum-1.3.15

Package Information

Description:
RUM access method - inverted index with additional information in posting lists
Homepage:
https://github.com/postgrespro/rum
License:
POSTGRESQL

Ebuild Details

Version EAPI Keywords Slot
1.3.15 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

POSTGRES_COMPAT=( 9.6 {10..18} )
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_prepare() {
	sed -i 's;^PG_CONFIG =;PG_CONFIG ?=;' Makefile || die
	postgres-multi_src_prepare
}

src_compile() {
	# rum-1.3.15 added meson but doesn't works with PGXS yet
	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
}

Inherited Eclasses

Manifest for 1.3.15

Type File Size Source URLs
DIST rum-1.3.15.tar.gz 558466 bytes https://github.com/postgrespro/rum/archive/1.3.15.tar.gz