commit:     7cb32b75416d89ad1a11cabfbdca1c95b9031555
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 22:01:34 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 22:01:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb32b75

sys-cluster/galera: drop versions

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-cluster/galera/Manifest                        |  5 --
 .../files/galera-25.3.32-respect-cflags.patch      | 38 ---------
 .../files/galera-4.1-strip-extra-cflags.patch      | 78 -------------------
 sys-cluster/galera/galera-25.3.28-r2.ebuild        | 81 --------------------
 sys-cluster/galera/galera-25.3.35.ebuild           | 80 -------------------
 sys-cluster/galera/galera-25.3.37.ebuild           | 80 -------------------
 sys-cluster/galera/galera-26.4.12.ebuild           | 87 ---------------------
 sys-cluster/galera/galera-26.4.8-r1.ebuild         | 89 ----------------------
 8 files changed, 538 deletions(-)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index d72a32632e3d..25285a706ebd 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -1,7 +1,2 @@
-DIST galera-25.3.28.tar.gz 3390722 BLAKE2B 
4e399b0f00c7303c11622c3807bc8a7b9b3b5c7747175560905b68abb67d557dde752019c313ba1de961ac2970fbf89d277583ee9c55c142cb1822873d7ab611
 SHA512 
8ff135022e820fc6a1d33ea1fa6e8677702ed7a7fbf460d45c28cdfe287c666949027989c3152311641debf183f3e8062f561c9935e51d3355df8ba087c5d132
-DIST galera-25.3.35.tar.gz 1278869 BLAKE2B 
c5c0cc1d4ad29caf94550a6b96ab9762a97273713b906c4f3e3d9851b90b1028246285e74becc912336edbb6e1a427d9bdd9c31177f3dd899153dbed54cdde92
 SHA512 
aaa7038cf9e8be57ae1760d259af31bafa8d3c994c46cbb6224231fe3bb63d7bc830a97a2d4833cd24b85a47da2e4c7bfc2a99d73155d6bd6330e4a9dda3083d
-DIST galera-25.3.37.tar.gz 1282455 BLAKE2B 
1bdaad50cc08839bfaf988f2b4c5da606f08cb3d4ca43ddb27755a312f490e2e45231446c4d72c6da49aaa7ff309da661a92877a80a983c0e1f0d103f5201ee6
 SHA512 
348fbc100caa267ea93d2e66ed7bfe437c14ec823d31ae1f293b46791e0063f7afb41fd307ff49fa72e6c5880887da755e3782c50bdbc28622ab00020f1feaec
 DIST galera-26.4.10.tar.gz 1424663 BLAKE2B 
6be96cfaffd0af14a511f1f1aeaf2b7c18a3aa05216389e51a90834d9307bcd832005ee5da38acf530d40b2b6c11e62353be5aa4c0f678804808d1f74bbeea38
 SHA512 
97fd629d9f963459a9bce377ebcd35a5b4f533451f38011a03e440f0ac3ceddcaf45f4001afa8cd523626c03e64f27363e4b2e819d2b637551e579a3add44226
-DIST galera-26.4.12.tar.gz 1433269 BLAKE2B 
f65d1633e2ac5fbb9b2bbd83b9e98741f083e4a5759a74721bb564b6d5987cfc4db2c762aadd0155abe20a4faee6c3f8f25eaed38ad8c4338744990075cad4a1
 SHA512 
158fc3c367623fbdd7a81b1a391efc9893983805b5673e0b22bc74ad581a68a8789d388e8d98cb2880f1cd15d95d39ee4ce133ad9fc934209e74177fecf6a100
 DIST galera-26.4.13.tar.gz 1529682 BLAKE2B 
d7030fd5e3a48ede16f608cca9986de117a54f99cf3d972a5b14623acd84f05f31f5cdbbc3032bf5caa8e0486f418ac07c8f87287bb14a8164507c558876ae61
 SHA512 
e548048eac5fceb0bea1ae736abc6c488d175bc71a3cfb963675232688392ecb5dcc64ddd8e78ceda40e26b94b806d3c34bd9fc9765ebc047b5a5ce28ff7efea
-DIST galera-26.4.8.tar.gz 1423256 BLAKE2B 
9925207387b1ff5886bc0313fee3257a166fb7ad4cb4a93c508688e32467b5e048a8643d3ca0b2d190fe89883a9c7f450de10f488f1fb24988d62d9ab823bbd4
 SHA512 
5a99f733e38dffe648df6e313e82cc16066b81341e057e9fe7c7494327cc33db77bb9368d43c80d8b09ce2df95cd9079ad2fc6ff6a6a441a42c55bbf07947661

diff --git a/sys-cluster/galera/files/galera-25.3.32-respect-cflags.patch 
b/sys-cluster/galera/files/galera-25.3.32-respect-cflags.patch
deleted file mode 100644
index 94c1f829450a..000000000000
--- a/sys-cluster/galera/files/galera-25.3.32-respect-cflags.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -88,7 +88,7 @@ Commandline Options:
- build_target = 'all'
- 
- # Optimization level
--opt_flags    = ' -g -O3 -DNDEBUG'
-+opt_flags    = ' -DNDEBUG'
- 
- # Architecture (defaults to build host type)
- compile_arch = ''
-@@ -121,26 +121,6 @@ elif debug_lvl == 3:
- if dbug:
-     opt_flags = opt_flags + ' -DGU_DBUG_ON'
- 
--if sysname == 'sunos':
--    compile_arch = ' -mtune=native'
--elif x86:
--    if bits == 32:
--        if machine == 'x86_64':
--            compile_arch = ' -mx32'
--        else:
--            compile_arch = ' -m32 -march=i686'
--            if sysname == 'linux':
--                link_arch = ' -Wl,-melf_i386'
--    else:
--        compile_arch = ' -m64'
--        if sysname == 'linux':
--            link_arch = ' -Wl,-melf_x86_64'
--    link_arch = compile_arch + link_arch
--elif machine == 's390x':
--    compile_arch = ' -mzarch'
--    if bits == 32:
--        compile_arch += ' -m32'
--
- boost      = int(ARGUMENTS.get('boost', 1))
- boost_pool = int(ARGUMENTS.get('boost_pool', 0))
- system_asio= int(ARGUMENTS.get('system_asio', 1))

diff --git a/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch 
b/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch
deleted file mode 100644
index dfa1642c7d7e..000000000000
--- a/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -aurN a/galerautils/src/SConscript b/galerautils/src/SConscript
---- a/galerautils/src/SConscript       2019-02-25 10:37:25.000000000 -0500
-+++ b/galerautils/src/SConscript       2019-03-07 09:51:27.163226469 -0500
-@@ -1,4 +1,4 @@
--Import('env', 'x86', 'sysname', 'machine')
-+Import('env', 'sysname', 'machine')
- 
- libgalerautils_env = env.Clone()
- 
-@@ -39,22 +39,6 @@
- crc32c_sources = [ '#/www.evanjones.ca/crc32c.c' ]
- crc32c_objs = crc32c_env.SharedObject(crc32c_sources)
- 
--if x86:
--    if machine != 'ppc64' and machine != 'ppc64le':
--        crc32c_env.Append(CFLAGS = ' -msse4.2')
--    if sysname == 'sunos':
--        # Ideally we want to simply strip SSE4.2 flag from the resulting
--        # crc32.pic.o
--        # (see http://ffmpeg.org/pipermail/ffmpeg-user/2013-March/013977.html)
--        # but that requires some serious scons-fu, so we just don't
--        # compile hardware support in if host CPU does not have it.
--        from subprocess import check_call
--        try:
--            check_call("isainfo -v | grep sse4.2 >/dev/null 2>&1", 
shell=True);
--        except:
--            libgalerautils_env.Append(CPPFLAGS = ' -DCRC32C_NO_HARDWARE')
--            crc32c_env.Append(CPPFLAGS = ' -DCRC32C_NO_HARDWARE')
--
- libgalerautils_env.StaticLibrary('galerautils',
-                                  libgalerautils_objs + crc32c_objs)
- 
-diff -aurN a/SConstruct b/SConstruct
---- a/SConstruct       2019-03-07 09:44:38.588841625 -0500
-+++ b/SConstruct       2019-03-07 09:50:06.305952407 -0500
-@@ -67,7 +67,7 @@
- build_target = 'all'
- 
- # Optimization level
--opt_flags    = ' -g -O3 -DNDEBUG'
-+opt_flags    = ' -DNDEBUG'
- 
- # Architecture (defaults to build host type)
- compile_arch = ''
-@@ -120,33 +120,6 @@
- if gcov:
-     opt_flags = opt_flags + ' --coverage -g'
- 
--if sysname == 'sunos':
--    compile_arch = ' -mtune=native'
--elif x86:
--    if bits == 32:
--        if machine == 'x86_64':
--            compile_arch = ' -mx32'
--        else:
--            compile_arch = ' -m32 -march=i686'
--            if sysname == 'linux':
--                link_arch = ' -Wl,-melf_i386'
--    else:
--        if machine == 'ppc64':
--          compile_arch = ' -mtune=native'
--          link_arch = ' -Wl,-melf64ppc'
--        elif machine == 'ppc64le':
--          compile_arch = ' -mtune=native'
--          link_arch = ' -Wl,-melf64lppc'
--        else:
--          compile_arch = ' -m64'
--          if sysname == 'linux':
--            link_arch = ' -Wl,-melf_x86_64'
--        link_arch = compile_arch + link_arch
--elif machine == 's390x':
--    compile_arch = ' -mzarch'
--    if bits == 32:
--        compile_arch += ' -m32'
--
- boost      = int(ARGUMENTS.get('boost', 1))
- boost_pool = int(ARGUMENTS.get('boost_pool', 0))
- system_asio= int(ARGUMENTS.get('system_asio', 1))

diff --git a/sys-cluster/galera/galera-25.3.28-r2.ebuild 
b/sys-cluster/galera/galera-25.3.28-r2.ebuild
deleted file mode 100644
index eb95bef3291d..000000000000
--- a/sys-cluster/galera/galera-25.3.28-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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="http://nyc2.mirrors.digitalocean.com/mariadb/mariadb-10.3.20/${P}/src/${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"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-       dev-libs/openssl:0=
-       dev-libs/boost:=
-       "
-BDEPEND=">=sys-devel/gcc-4.4"
-DEPEND="${BDEPEND}
-       ${CDEPEND}
-       dev-libs/check
-       >=dev-cpp/asio-1.10.1[ssl(+)]
-       <dev-cpp/asio-1.12.0
-       "
-#Run time only
-RDEPEND="${CDEPEND}"
-
-# Respect {C,LD}FLAGS.
-PATCHES=( "${FILESDIR}/galera-4.1-strip-extra-cflags.patch" )
-
-src_prepare() {
-       default
-
-       # Remove bundled dev-cpp/asio
-       rm -r "${S}/asio" || die
-
-       #Remove optional garbd daemon
-       if ! use garbd ; then
-               rm -r "${S}/garb" || die
-       fi
-}
-
-src_configure() {
-       tc-export CC CXX
-       # Uses hardware specific code that seems to depend on SSE4.2
-       if use cpu_flags_x86_sse4_2 ; then
-               append-cflags -msse4.2
-       else
-               append-cflags -DCRC32C_NO_HARDWARE
-       fi
-       # strict_build_flags=0 disables -Werror, -pedantic, -Weffc++,
-       # and -Wold-style-cast
-       MYSCONS=(
-               tests=$(usex test 1 0)
-               strict_build_flags=0
-               system_asio=1
-       )
-}
-
-src_compile() {
-       escons --warn=no-missing-sconscript "${MYSCONS[@]}"
-}
-
-src_install() {
-       dodoc scripts/packages/README scripts/packages/README-MySQL
-       if use garbd ; then
-               dobin garb/garbd
-               newconfd "${FILESDIR}/garb.cnf" garbd
-               newinitd "${FILESDIR}/garb.init" garbd
-               doman man/garbd.8
-       fi
-       exeinto /usr/$(get_libdir)/${PN}
-       doexe libgalera_smm.so
-}

diff --git a/sys-cluster/galera/galera-25.3.35.ebuild 
b/sys-cluster/galera/galera-25.3.35.ebuild
deleted file mode 100644
index cec35cd930c9..000000000000
--- a/sys-cluster/galera/galera-25.3.35.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic
-
-MY_PN="${PN}-3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
-HOMEPAGE="https://galeracluster.com";
-SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.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"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       dev-libs/openssl:0=
-       dev-libs/boost:=
-"
-
-DEPEND="
-       ${COMMON_DEPEND}
-       dev-libs/check
-       >=dev-cpp/asio-1.10.1[ssl(+)]
-       <dev-cpp/asio-1.12.0
-"
-
-#Run time only
-RDEPEND="${COMMON_DEPEND}"
-
-# Respect {C,LD}FLAGS.
-PATCHES=( "${FILESDIR}/${PN}"-25.3.32-respect-cflags.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       # Remove bundled dev-cpp/asio
-       rm -r "${S}/asio" || die "Failed to remove bundled asio"
-       #Remove optional garbd daemon
-       if ! use garbd ; then
-               rm -r "${S}/garb" || die "Failed to remove garbd daemon"
-       fi
-}
-
-src_configure() {
-       tc-export AR CC CXX OBJDUMP
-       # strict_build_flags=0 disables -Werror, -pedantic, -Weffc++,
-       # and -Wold-style-cast
-       MYSCONS=(
-               crc32c_no_hardware=$(usex cpu_flags_x86_sse4_2 0 1)
-               tests=$(usex test 1 0)
-               strict_build_flags=0
-               system_asio=1
-       )
-}
-
-src_compile() {
-       escons --warn=no-missing-sconscript "${MYSCONS[@]}"
-}
-
-src_install() {
-       dodoc scripts/packages/README scripts/packages/README-MySQL
-       if use garbd ; then
-               dobin garb/garbd
-               newconfd "${FILESDIR}/garb.cnf" garbd
-               newinitd "${FILESDIR}/garb.init" garbd
-               doman man/garbd.8
-       fi
-       exeinto /usr/$(get_libdir)/"${PN}"
-       doexe libgalera_smm.so
-}

diff --git a/sys-cluster/galera/galera-25.3.37.ebuild 
b/sys-cluster/galera/galera-25.3.37.ebuild
deleted file mode 100644
index 16f503054922..000000000000
--- a/sys-cluster/galera/galera-25.3.37.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic
-
-MY_PN="${PN}-3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
-HOMEPAGE="https://galeracluster.com";
-SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.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"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-       dev-libs/openssl:0=
-       >=dev-libs/boost-1.41:0=
-"
-
-DEPEND="
-       ${COMMON_DEPEND}
-       dev-libs/check
-       >=dev-cpp/asio-1.10.1[ssl(+)]
-       <dev-cpp/asio-1.12.0
-"
-
-#Run time only
-RDEPEND="${COMMON_DEPEND}"
-
-# Respect {C,LD}FLAGS.
-PATCHES=( "${FILESDIR}/${PN}"-25.3.32-respect-cflags.patch )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       # Remove bundled dev-cpp/asio
-       rm -r "${S}/asio" || die "Failed to remove bundled asio"
-       #Remove optional garbd daemon
-       if ! use garbd ; then
-               rm -r "${S}/garb" || die "Failed to remove garbd daemon"
-       fi
-}
-
-src_configure() {
-       tc-export AR CC CXX OBJDUMP
-       # strict_build_flags=0 disables -Werror, -pedantic, -Weffc++,
-       # and -Wold-style-cast
-       MYSCONS=(
-               crc32c_no_hardware=$(usex cpu_flags_x86_sse4_2 0 1)
-               tests=$(usex test 1 0)
-               strict_build_flags=0
-               system_asio=1
-       )
-}
-
-src_compile() {
-       escons --warn=no-missing-sconscript "${MYSCONS[@]}"
-}
-
-src_install() {
-       dodoc scripts/packages/README scripts/packages/README-MySQL
-       if use garbd ; then
-               dobin garb/garbd
-               newconfd "${FILESDIR}/garb.cnf" garbd
-               newinitd "${FILESDIR}/garb.init" garbd
-               doman man/garbd.8
-       fi
-       exeinto /usr/$(get_libdir)/"${PN}"
-       doexe libgalera_smm.so
-}

diff --git a/sys-cluster/galera/galera-26.4.12.ebuild 
b/sys-cluster/galera/galera-26.4.12.ebuild
deleted file mode 100644
index fcede7c434f9..000000000000
--- a/sys-cluster/galera/galera-26.4.12.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic
-
-MY_PN="${PN}-4"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
-HOMEPAGE="https://galeracluster.com";
-SRC_URI="https://releases.galeracluster.com/${MY_PN}/source/${MY_P}.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"
-
-COMMON_DEPEND="
-       dev-libs/openssl:0=
-       >=dev-libs/boost-1.41:0=
-"
-
-DEPEND="
-       ${COMMON_DEPEND}
-       dev-libs/check
-       >=dev-cpp/asio-1.10.1[ssl(+)]
-       <dev-cpp/asio-1.12.0
-"
-
-#Run time only
-RDEPEND="${COMMON_DEPEND}"
-
-# Respect {C,LD}FLAGS.
-PATCHES=(
-       "${FILESDIR}/${PN}"-26.4.6-strip-extra-cflags.patch
-       "${FILESDIR}/${PN}"-26.4.8-respect-toolchain.patch
-)
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       # Remove bundled dev-cpp/asio
-       rm -r "${S}/asio" || die "Failed to remove bundled asio"
-       #Remove optional garbd daemon
-       if ! use garbd ; then
-               rm -r "${S}/garb" || die "Failed to remove garbd daemon"
-       fi
-}
-
-src_configure() {
-       tc-export AR CC CXX OBJDUMP
-       # strict_build_flags=0 disables -Werror, -pedantic, -Weffc++,
-       # and -Wold-style-cast
-       MYSCONS=(
-               crc32c_no_hardware=$(usex cpu_flags_x86_sse4_2 0 1)
-               tests=$(usex test 1 0)
-               strict_build_flags=0
-               system_asio=1
-       )
-}
-
-src_compile() {
-       escons --warn=no-missing-sconscript "${MYSCONS[@]}"
-}
-
-src_install() {
-       dodoc scripts/packages/README scripts/packages/README-MySQL
-       if use garbd ; then
-               dobin garb/garbd
-               newconfd "${FILESDIR}/garb.cnf" garbd
-               newinitd "${FILESDIR}/garb.init" garbd
-               doman man/garbd.8
-       fi
-       exeinto /usr/$(get_libdir)/"${PN}"
-       doexe libgalera_smm.so
-}

diff --git a/sys-cluster/galera/galera-26.4.8-r1.ebuild 
b/sys-cluster/galera/galera-26.4.8-r1.ebuild
deleted file mode 100644
index f071a52b10e0..000000000000
--- a/sys-cluster/galera/galera-26.4.8-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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:=
-       "
-
-BDEPEND=">=sys-devel/gcc-4.4"
-
-DEPEND="${BDEPEND}
-       ${CDEPEND}
-       dev-libs/check
-       >=dev-cpp/asio-1.10.1[ssl(+)]
-       <dev-cpp/asio-1.12.0
-       "
-
-#Run time only
-RDEPEND="${CDEPEND}"
-
-# Respect {C,LD}FLAGS.
-PATCHES=(
-       "${FILESDIR}"/${PN}-26.4.6-strip-extra-cflags.patch
-       "${FILESDIR}"/${PN}-26.4.8-respect-toolchain.patch
-)
-
-S="${WORKDIR}/galera-4-${PV}"
-
-src_prepare() {
-       default
-
-       # Remove bundled dev-cpp/asio
-       rm -r "${S}/asio" || die
-
-       #Remove optional garbd daemon
-       if ! use garbd ; then
-               rm -r "${S}/garb" || die
-       fi
-}
-
-src_configure() {
-       tc-export AR CC CXX OBJDUMP
-
-       # strict_build_flags=0 disables -Werror, -pedantic, -Weffc++,
-       # and -Wold-style-cast
-       MYSCONS=(
-               crc32c_no_hardware=$(usex cpu_flags_x86_sse4_2 0 1)
-               tests=$(usex test 1 0)
-               strict_build_flags=0
-               system_asio=1
-       )
-}
-
-src_compile() {
-       escons --warn=no-missing-sconscript "${MYSCONS[@]}"
-}
-
-src_install() {
-       dodoc scripts/packages/README scripts/packages/README-MySQL
-       if use garbd ; then
-               dobin garb/garbd
-               newconfd "${FILESDIR}/garb.cnf" garbd
-               newinitd "${FILESDIR}/garb.init" garbd
-               doman man/garbd.8
-       fi
-       exeinto /usr/$(get_libdir)/${PN}
-       doexe libgalera_smm.so
-}

Reply via email to