diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
| commit | f953dc70343485250b836ad157649aaad47ac5bc (patch) | |
| tree | e3634b454cf48f10ce9f8d12f10e60ad0a749239 /dev-cpp/units | |
| parent | 5e07081cf4f5afaef79409b430a018b1daec073e (diff) | |
| download | baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.gz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.xz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/units')
| -rw-r--r-- | dev-cpp/units/Manifest | 3 | ||||
| -rw-r--r-- | dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch | 13 | ||||
| -rw-r--r-- | dev-cpp/units/metadata.xml | 2 | ||||
| -rw-r--r-- | dev-cpp/units/units-2.3.4.ebuild | 28 | ||||
| -rw-r--r-- | dev-cpp/units/units-3.3.0.ebuild (renamed from dev-cpp/units/units-2.3.3.ebuild) | 9 |
5 files changed, 6 insertions, 49 deletions
diff --git a/dev-cpp/units/Manifest b/dev-cpp/units/Manifest index 36503ed8a415..7c3f1c5f581b 100644 --- a/dev-cpp/units/Manifest +++ b/dev-cpp/units/Manifest @@ -1,2 +1 @@ -DIST units-2.3.3.tar.gz 1612045 BLAKE2B f81461e28d2cfe331ada2a0d1c0276d6a6c52825f2ec28caf2160e80aaa343ccc947892fe6be6133c5a80f277ac1767df49b66a10ad3ed573b57e6af16acd385 SHA512 40d803e6bb17f4bb46a0136c7753ae25a0d3ce352dbff3843b0c231e94eb8bade1de65d5b988589607fb12b11e4bfa762708a68839f2d7dccb45440672d09031 -DIST units-2.3.4.tar.gz 1125818 BLAKE2B dd84266bdfba116d7f675600a6dbf3925fd071892ffdfec11392b70b74026dab96628c606d48a5284a8c1661a390245543083eebd9691896008154a8c3fca037 SHA512 2280782fe020fb60fe16f304105de73b30fa51c36e075bfa9b4d0c9d585936084802dd8cca6b1967ad10c7ad949afce27937050184151c2a67f2113f14c38c1b +DIST units-3.3.0.tar.gz 1198638 BLAKE2B db2f821fc831835d00ca3a1284ec54050bc8c3017913f5bb835898bffd3a3f529380f89b9e29e091bb781e091a1f41dc3bbc9f4b2e57f257fafa196b81ab8195 SHA512 9cedc52e0405140b9a8014195f59f4deb2edd155fe78df76005eb721974c2a640975d9b959777be48f41c24f6a0a7047536649958da847e2aa8b0c3b9a6d139a diff --git a/dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch b/dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch deleted file mode 100644 index c148445704dd..000000000000 --- a/dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/unitTests/main.cpp b/unitTests/main.cpp -index 96befa3..73a4d93 100644 ---- a/unitTests/main.cpp -+++ b/unitTests/main.cpp -@@ -1409,7 +1409,7 @@ TEST_F(UnitContainer, to_string) - EXPECT_STREQ("8 m", units::length::to_string(b).c_str());
- }
-
--TEST_F(UnitContainer, to_string_locale)
-+TEST_F(UnitContainer, DISABLED_to_string_locale)
- {
- struct lconv * lc;
-
diff --git a/dev-cpp/units/metadata.xml b/dev-cpp/units/metadata.xml index 0c17645a7fe0..22757237e910 100644 --- a/dev-cpp/units/metadata.xml +++ b/dev-cpp/units/metadata.xml @@ -6,5 +6,5 @@ <name>Kostadin Shishmanov</name> </maintainer> - <origin>gentoo-guru-overlay</origin> + <origin>liguros-repo</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-cpp/units/units-2.3.4.ebuild b/dev-cpp/units/units-2.3.4.ebuild deleted file mode 100644 index 8964bf8a55a6..000000000000 --- a/dev-cpp/units/units-2.3.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A compile-time, header-only, dimensional analysis and unit conversion library" -HOMEPAGE="https://github.com/nholthaus/units" -SRC_URI="https://github.com/nholthaus/units/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}/${PN}-2.3.3-disable-failing-tests.patch" -) - -src_configure() { - local mycmakeargs+=( - -DBUILD_TESTS="$(usex test ON OFF)" - ) - cmake_src_configure -} diff --git a/dev-cpp/units/units-2.3.3.ebuild b/dev-cpp/units/units-3.3.0.ebuild index 69fa8c6ae25e..1fc603ae2ab8 100644 --- a/dev-cpp/units/units-2.3.3.ebuild +++ b/dev-cpp/units/units-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,13 +16,12 @@ KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" -PATCHES=( - "${FILESDIR}/${P}-disable-failing-tests.patch" -) +DEPEND="test? ( >=dev-cpp/gtest-1.17.0 )" src_configure() { local mycmakeargs+=( - -DBUILD_TESTS="$(usex test ON OFF)" + -DBUILD_TESTING="$(usex test ON OFF)" + -DUNITS_BUILD_TESTS="$(usex test ON OFF)" ) cmake_src_configure } |
