Skip to content

Commit

Permalink
[PE-1307]: Custom ebuild for 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 <[email protected]>
  • Loading branch information
sibuthomasmathew committed Jun 17, 2024
1 parent 43855f2 commit d999bc6
Showing 1 changed file with 25 additions and 0 deletions.
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=8

POSTGRES_COMPAT=( 10 11 12 13 14 )
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}/${PN}-ver_${PV}"

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

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

# Needs a running PostgreSQL server
RESTRICT="test"

0 comments on commit d999bc6

Please sign in to comment.