summaryrefslogtreecommitdiff
path: root/sys-cluster
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/resource-agents-paf/Manifest2
-rw-r--r--sys-cluster/resource-agents-paf/resource-agents-paf-2.3.0.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/sys-cluster/resource-agents-paf/Manifest b/sys-cluster/resource-agents-paf/Manifest
new file mode 100644
index 0000000..de76ae8
--- /dev/null
+++ b/sys-cluster/resource-agents-paf/Manifest
@@ -0,0 +1,2 @@
+DIST PAF-v2.3.0.tgz 106918 BLAKE2B c63237fc45dd6cba28d4e0ef1cf28291f9a53f80f76003c9de81bde8bf994f2dcfbc5ad31469a16356b6222ee5b4a3691259bc2cc67ba756abbf7ccd41ee378b SHA512 fa255f8c38f34c518eb552fea4a1ef6d3ae7bf306bd98c284925ebe93b3cc72358c286cb90627e8d619f3ecf83ba498a56844b371f9a7d44de39e2931da44f53
+EBUILD resource-agents-paf-2.3.0.ebuild 501 BLAKE2B e4ebc00fba815f5708596e6c645f764fcae033efc5ca22fe0d16a1adca17f72bc94fc90a56a78a0701cb8026b634175925bbf74ff6e8acee3bd3bc4cff2d1530 SHA512 934ab38476501b3624a0b2c09f50f4035475731816b423acd497d4d71eefd365af63bc823ab39301ccad95e775d18d1f0a15ee91e6067f758bfa19a40a9f6dba
diff --git a/sys-cluster/resource-agents-paf/resource-agents-paf-2.3.0.ebuild b/sys-cluster/resource-agents-paf/resource-agents-paf-2.3.0.ebuild
new file mode 100644
index 0000000..84ae033
--- /dev/null
+++ b/sys-cluster/resource-agents-paf/resource-agents-paf-2.3.0.ebuild
@@ -0,0 +1,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=""