Files
guru/dev-db/pg_repack/pg_repack-1.4.7.ebuild
Haelwenn (lanodan) Monnier 41fdddcc1d dev-db/pg_repack: Apply updates for 1.4.7 (oops)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2021-10-04 09:03:16 +02:00

25 lines
585 B
Bash

# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
POSTGRES_COMPAT=( 9.6 10 11 12 13 14 )
POSTGRES_USEDEP="server"
inherit postgres-multi
DESCRIPTION="Reorganize tables in PostgreSQL databases with minimal locks"
HOMEPAGE="https://github.com/reorg/pg_repack"
SRC_URI="https://github.com/reorg/pg_repack/archive/ver_${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-ver_${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="${POSTGRES_DEP}"
RDEPEND="${DEPEND}"
# Needs a running PostgreSQL server
RESTRICT="test"