From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/
Date: Fri, 22 Jan 2021 02:19:39 +0000 (UTC) [thread overview]
Message-ID: <1611281974.9fceec84fcbccaa5333e4e0955ff0efe8ba417e7.whissi@gentoo> (raw)
commit: 9fceec84fcbccaa5333e4e0955ff0efe8ba417e7
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 02:18:49 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 02:19:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fceec84
sys-cluster/galera: bump to v26.4.7
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-cluster/galera/Manifest | 1 +
sys-cluster/galera/galera-26.4.7.ebuild | 85 +++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)
diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index 137a3ddc15f..b520f03e823 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -1,3 +1,4 @@
DIST galera-25.3.28.tar.gz 3390722 BLAKE2B 4e399b0f00c7303c11622c3807bc8a7b9b3b5c7747175560905b68abb67d557dde752019c313ba1de961ac2970fbf89d277583ee9c55c142cb1822873d7ab611 SHA512 8ff135022e820fc6a1d33ea1fa6e8677702ed7a7fbf460d45c28cdfe287c666949027989c3152311641debf183f3e8062f561c9935e51d3355df8ba087c5d132
DIST galera-25.3.32.tar.gz 1277302 BLAKE2B 061e146054e530d8e95139749d345ddf5a94bfd5861fad7e7c3612400e766f80618f79e18434f93bd188ebfe46f103e805f2ba18eeca81dfee34eb4212a9b3d2 SHA512 e9aa97c0d0de61c25bc11181a99ee38e24a6ffe5ed71769b5034ea7f232502f082f2c88ccacbc832ab37c19b8f647b5e2c4f2e67efcd7c6d3e5880c6a95eaa53
+DIST galera-26.4.7.tar.gz 1339462 BLAKE2B 9d8ef6ba9e153de848005195edbd99234f282c4e7bda4ddf42f3d6c99088fc3e57536863eb244bfb90d37dbdb6d0cc71661ee5297e59f2faf666da84ee731975 SHA512 ae9c898756ed6cd180bb7bc6a25e7e6b533e4a15a88d3820a936ca203cb0215aca5840599214d2236013da6759981471b47e0e0759d1ccd24c05b8e3c59f3a8c
DIST galera-4-26.4.6.tar.gz 3531340 BLAKE2B fd3d29aa1a07d4f4a23fd2d1725e52fe1cf2bb4aada58eb1fa40b2c1b2ea7e804153b3ec045ccbaad616223847d895f450f50e5abe5f8708970d25d7da1a45d6 SHA512 25bb2786d7afcc62fa64fd3172dd1480ece76f33df1cc0e3fba5fa19c67a08a39f4645566d020a0c447062c790854377dfe4fc46318346b2f42763a42edeab3a
diff --git a/sys-cluster/galera/galera-26.4.7.ebuild b/sys-cluster/galera/galera-26.4.7.ebuild
new file mode 100644
index 00000000000..1e9d889fb1b
--- /dev/null
+++ b/sys-cluster/galera/galera-26.4.7.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,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"
+RESTRICT="!test? ( 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]
+ <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.5-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
+}
next reply other threads:[~2021-01-22 2:19 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 2:19 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 17:52 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/ Petr Vaněk
2025-03-04 16:57 Petr Vaněk
2025-03-04 16:57 Petr Vaněk
2025-01-10 4:46 Jakov Smolić
2025-01-09 23:05 Sam James
2025-01-09 23:05 Sam James
2025-01-06 13:36 WANG Xuerui
2024-12-04 8:03 Petr Vaněk
2024-12-04 8:03 Petr Vaněk
2024-10-10 11:04 Arthur Zamarin
2024-10-01 9:08 Jakov Smolić
2024-09-30 19:55 Sam James
2024-08-30 9:48 Petr Vaněk
2024-08-12 17:18 Arthur Zamarin
2024-08-10 5:27 Michał Górny
2024-08-09 20:26 Jakov Smolić
2024-07-08 7:07 Petr Vaněk
2024-07-08 7:07 Petr Vaněk
2024-06-01 3:46 Ionen Wolkens
2024-05-17 6:56 Arthur Zamarin
2024-05-15 10:31 Sam James
2024-05-15 9:28 Sam James
2024-04-23 5:25 Viorel Munteanu
2024-03-27 8:20 Petr Vaněk
2024-03-27 7:57 Petr Vaněk
2024-03-16 8:25 Arthur Zamarin
2024-03-06 3:40 Sam James
2024-03-05 11:40 Sam James
2024-01-30 14:06 Petr Vaněk
2024-01-30 13:15 Petr Vaněk
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-08-18 10:37 Sam James
2023-08-18 9:52 Sam James
2023-08-18 9:52 Sam James
2023-08-18 9:52 Sam James
2023-03-09 12:07 David Seifert
2023-03-09 12:07 David Seifert
2023-03-09 10:53 Arthur Zamarin
2023-03-09 10:53 Arthur Zamarin
2023-01-23 18:12 Arthur Zamarin
2023-01-23 18:11 Sam James
2022-10-30 14:06 Sam James
2022-10-30 14:06 Sam James
2022-09-04 13:03 David Seifert
2022-09-04 12:23 David Seifert
2022-07-29 11:20 Agostino Sarubbo
2022-07-29 8:01 Agostino Sarubbo
2022-07-29 2:47 Sam James
2022-07-28 7:10 Agostino Sarubbo
2022-07-28 7:06 Agostino Sarubbo
2022-07-08 21:48 Sam James
2022-07-08 6:44 Agostino Sarubbo
2022-07-08 0:57 Sam James
2022-01-01 10:48 Ulrich Müller
2022-01-01 10:48 Ulrich Müller
2021-11-18 13:59 Thomas Deutschmann
2021-08-11 20:41 Ionen Wolkens
2021-08-04 2:00 Thomas Deutschmann
2021-07-31 13:04 Agostino Sarubbo
2021-06-09 21:10 Sam James
2021-05-25 1:05 Thomas Deutschmann
2021-05-25 1:05 Thomas Deutschmann
2021-03-08 0:28 Thomas Deutschmann
2021-03-06 15:11 Thomas Deutschmann
2021-01-22 2:19 Thomas Deutschmann
2021-01-22 2:19 Thomas Deutschmann
2021-01-04 2:09 Sam James
2020-11-28 9:13 Agostino Sarubbo
2020-11-25 16:34 Thomas Deutschmann
2020-11-14 0:16 Sam James
2020-06-29 16:04 Mikle Kolyada
2020-06-20 13:48 Thomas Deutschmann
2020-05-23 21:45 Thomas Deutschmann
2020-04-26 23:44 Thomas Deutschmann
2020-04-22 14:01 Mikle Kolyada
2020-02-10 13:26 Michał Górny
2020-02-08 13:52 Mikle Kolyada
2020-01-23 12:18 Agostino Sarubbo
2020-01-23 10:40 Agostino Sarubbo
2020-01-23 10:36 Agostino Sarubbo
2019-11-18 15:40 Brian Evans
2019-11-12 2:15 Brian Evans
2019-05-21 19:55 Brian Evans
2019-04-04 13:04 Brian Evans
2019-03-16 21:57 Sergei Trofimovich
2019-03-07 23:55 Mikle Kolyada
2019-03-07 21:50 Thomas Deutschmann
2018-12-27 20:40 Brian Evans
2018-09-09 20:41 Thomas Deutschmann
2018-07-11 17:59 Brian Evans
2018-07-11 17:59 Brian Evans
2018-05-30 16:00 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-05-01 17:12 Mikle Kolyada
2018-02-09 4:14 Brian Evans
2017-11-30 19:58 Brian Evans
2017-08-22 13:11 Brian Evans
2017-08-22 13:11 Brian Evans
2017-07-01 9:15 Sergei Trofimovich
2017-06-09 9:44 Agostino Sarubbo
2017-04-11 13:06 Brian Evans
2017-04-05 16:14 Michael Weber
2017-04-05 10:01 Michael Weber
2017-01-05 17:44 Brian Evans
2016-12-19 14:14 Tobias Klausmann
2016-03-15 19:54 Brian Evans
2015-11-23 17:35 Brian Evans
2015-11-22 8:04 Markus Meier
2015-11-20 21:14 Brian Evans
2015-11-20 21:14 Brian Evans
2015-09-28 4:58 Jeroen Roovers
2015-08-19 12:49 Brian Evans
2015-08-18 20:24 Brian Evans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611281974.9fceec84fcbccaa5333e4e0955ff0efe8ba417e7.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox