diff --git a/dev-cpp/fast_float/Manifest b/dev-cpp/fast_float/Manifest index 77a5c5cecc..3041e9cd96 100644 --- a/dev-cpp/fast_float/Manifest +++ b/dev-cpp/fast_float/Manifest @@ -1 +1 @@ -DIST fast_float-6.1.0.tar.gz 95974 BLAKE2B 9c7abd293fcd0dd7e429825918b368071686d06baa97cee5d71099490dbed73acf5c8946f086dad21affaa54d94444a922d25d2ce9724a903944722790a7771e SHA512 43c21f8dbcb4524fb678b5d928d6edeefc84b6e356221696ffe0f3e8d49e97aa2c0325ca116541ec9ae2cec7d268d6720a49999e8daad52a5d7bf34377c970da +DIST fast_float-6.1.1.tar.gz 97641 BLAKE2B f978697e65b455230e6ad1d2fd81d3fd552953b3ab918310102343e44b724c95aa83ee71381ac124459b61e05509cd21365fa8e48f418578716840a1dbc31f37 SHA512 934c98ecfc897abd4b36b2b03578d001046659c1499edc6a5bf7432b4e2b7a2425718c82793766c0e60b576e213c47419cf40de2eacfc83aedff2b209d91d742 diff --git a/dev-cpp/fast_float/fast_float-6.1.0.ebuild b/dev-cpp/fast_float/fast_float-6.1.1.ebuild similarity index 100% rename from dev-cpp/fast_float/fast_float-6.1.0.ebuild rename to dev-cpp/fast_float/fast_float-6.1.1.ebuild diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest index 507118cadf..59a32d3fb6 100644 --- a/dev-cpp/simdutf/Manifest +++ b/dev-cpp/simdutf/Manifest @@ -1 +1,2 @@ DIST simdutf-4.0.9.tar.gz 1868141 BLAKE2B 4c326a3c79c38058761e7c8fa39bad2c540a231c52b98cbba9f8e8aa1c691cba86d6d826c8196627ec504088b525c6dce65ae3643b3c4679e170568bc3cfc358 SHA512 39ffc41d8d6889603b72bbcdcb5bce6b0a98cd41299568cf9bd34f5cbc0d5950f96907eae21c0975b10d701c49d80bb839911672909c802e7f6d3b616fe6279c +DIST simdutf-5.0.0.tar.gz 1923633 BLAKE2B 05ca8b22ca8ed362dc47267b708d7c45d2ad6fbb258808c260ad4e857bce5bbd8a6f176d55da5acd0d8b3fa18f14fee887e087afa94927d1d5a7e9c56567063a SHA512 809ed80e963068191c6fb687f820c9c8e0b638f98d348f65bcf211c4bca1abd3a063adae15cfd7f807a977181f2c0428d61b9183307f5a3ce2ea21e31e6a06d2 diff --git a/dev-cpp/simdutf/simdutf-5.0.0.ebuild b/dev-cpp/simdutf/simdutf-5.0.0.ebuild new file mode 100644 index 0000000000..3875eae9bb --- /dev/null +++ b/dev-cpp/simdutf/simdutf-5.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) + +inherit cmake python-any-r1 + +DESCRIPTION="simdutf: Unicode validation and transcoding at billions of characters per second" +HOMEPAGE="https://simdutf.github.io/simdutf/" +SRC_URI="https://github.com/simdutf/simdutf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +BDEPEND="${PYTHON_DEPS}" + +RESTRICT="!test? ( test )" + +src_configure() { + local mycmakeargs=( -DSIMDUTF_TESTS=$(usex test ON OFF) ) + cmake_src_configure +} diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild index e9d153bce1..51664130e1 100644 --- a/dev-cpp/wt/wt-4.10.4.ebuild +++ b/dev-cpp/wt/wt-4.10.4.ebuild @@ -12,11 +12,12 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="doc firebird mysql pdf postgres ssl" +IUSE="doc firebird mysql opengl pdf postgres ssl" DEPEND=" firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) + opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost @@ -24,7 +25,6 @@ DEPEND=" media-gfx/graphicsmagick x11-libs/pango sys-libs/zlib - virtual/opengl " RDEPEND="${DEPEND}" @@ -58,6 +58,7 @@ src_configure() { -DENABLE_QT4=OFF -DENABLE_QT5=ON -DENABLE_SAML=ON + -DENABLE_OPENGL=$(usex opengl) ) cmake_src_configure