blob: 9f5b272d4f722e6cc32b7acbe7ec4af2bb0188fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
DESCRIPTION="High-Availibility for Postgres, based on Pacemaker and Corosync."
HOMEPAGE="http://clusterlabs.github.io/PAF/"
SRC_URI="https://github.com/ClusterLabs/PAF/releases/download/v2.3.0/PAF-v${PV}.tgz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/PAF-v${PV}"
DEPEND=""
RDEPEND="${DEPEND}
>=sys-cluster/pacemaker-1.1
>=dev-db/postgresql-9.3"
BDEPEND="dev-perl/Module-Build"
|