From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- sys-cluster/galera/galera-26.4.8-r1.ebuild | 89 ++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 sys-cluster/galera/galera-26.4.8-r1.ebuild (limited to 'sys-cluster/galera/galera-26.4.8-r1.ebuild') diff --git a/sys-cluster/galera/galera-26.4.8-r1.ebuild b/sys-cluster/galera/galera-26.4.8-r1.ebuild new file mode 100644 index 000000000000..18c45857880e --- /dev/null +++ b/sys-cluster/galera/galera-26.4.8-r1.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic + +DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" +HOMEPAGE="https://galeracluster.com" +SRC_URI="https://releases.galeracluster.com/galera-4/source/galera-4-${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2 BSD" + +SLOT="0" + +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 x86" +IUSE="cpu_flags_x86_sse4_2 garbd test" + +# Tests are currently broken, see +# - https://github.com/codership/galera/issues/595 +# - https://github.com/codership/galera/issues/596 +RESTRICT="test" + +CDEPEND=" + dev-libs/openssl:0= + >=dev-libs/boost-1.41:0= + " + +BDEPEND=">=sys-devel/gcc-4.4" + +DEPEND="${BDEPEND} + ${CDEPEND} + dev-libs/check + >=dev-cpp/asio-1.10.1[ssl(+)] +