Skip to content

Commit

Permalink
[PE-1307]: Custom ebuild for dev-db/pg_repack
Browse files Browse the repository at this point in the history
This ebuild is pinned to the following upstream commit: https://github.com/reorg/pg_repack/tree/3edf5b3df04dff792e693ff899b33de2e4fad859

Signed-off-by: Sibu Thomas Mathew <sibu.thomasmathew@adjust.com>
  • Loading branch information
sibuthomasmathew committed Jun 20, 2024
1 parent d64cff1 commit c8af8fd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dev-db/pg_repack/pg_repack-19062024.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

POSTGRES_COMPAT=( 10 11 12 13 14 15 16 17 )
POSTGRES_USEDEP="server"

inherit git-r3 postgres-multi

DESCRIPTION="Reorganize tables in PostgreSQL databases with minimal locks"
HOMEPAGE="https://github.com/reorg/pg_repack"
EGIT_REPO_URI="https://github.com/reorg/pg_repack.git"
EGIT_COMMIT="3edf5b3df04dff792e693ff899b33de2e4fad859"
S="${WORKDIR}/${P}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="${POSTGRES_DEP}"
RDEPEND="${DEPEND}"

# Needs a running PostgreSQL server
RESTRICT="test"

0 comments on commit c8af8fd

Please sign in to comment.