From 6913ad9b6e3e9be49199eeb97b30cf78be6f2252 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 23 Mar 2021 01:06:01 +0100 Subject: [PATCH] sys-cluster/pcs: remove useless use Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri --- sys-cluster/pcs/pcs-0.10.8-r1.ebuild | 103 +++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 sys-cluster/pcs/pcs-0.10.8-r1.ebuild diff --git a/sys-cluster/pcs/pcs-0.10.8-r1.ebuild b/sys-cluster/pcs/pcs-0.10.8-r1.ebuild new file mode 100644 index 0000000000..a83f977375 --- /dev/null +++ b/sys-cluster/pcs/pcs-0.10.8-r1.ebuild @@ -0,0 +1,103 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +USE_RUBY="ruby25 ruby26" +inherit distutils-r1 ruby-ng systemd + +DESCRIPTION="Pacemaker/Corosync Configuration System" +HOMEPAGE="https://github.com/ClusterLabs/pcs" +SRC_URI="https://github.com/ClusterLabs/pcs/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="systemd" + +DEPEND=" + dev-libs/libffi + media-libs/fontconfig + sys-apps/coreutils +" +RDEPEND=" + ${DEPEND} + dev-libs/openssl + dev-python/distro[${PYTHON_USEDEP}] + dev-python/dacite[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pycurl[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/pyparsing[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + >=sys-cluster/corosync-3.0 + >=sys-cluster/pacemaker-2.0 + sys-libs/pam + sys-process/psmisc + >=www-servers/tornado-6.0[${PYTHON_USEDEP}] +