commit: 93101d108bdfbb8c9e933458fad5fee84334b006 Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net> AuthorDate: Tue Mar 10 18:51:27 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 13:14:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93101d10
dev-libs/tinyxml2: drop 10.0.0 Bug: https://bugs.gentoo.org/958235 Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/284 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/tinyxml2/Manifest | 1 - dev-libs/tinyxml2/tinyxml2-10.0.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-libs/tinyxml2/Manifest b/dev-libs/tinyxml2/Manifest index a9c705b8cf3e..1343cfc93fd5 100644 --- a/dev-libs/tinyxml2/Manifest +++ b/dev-libs/tinyxml2/Manifest @@ -1,2 +1 @@ -DIST tinyxml2-10.0.0.tar.gz 642421 BLAKE2B 89f5a9d92e4e3f12f4abcdbabb2d4cb25950a044bc6f6f788a1a6291913e77d82a805438aacf1e6c14dd8977aa3930527c89ef066e2075161f176a301cbf1b3f SHA512 a359d33bc12fad455b53d81011dbe12727cae0aabfaa5704f1a25807ca216dd854a571291029886c0beedeca5c3b6393dd49c4718773e18a0e008abbdb3de36a DIST tinyxml2-11.0.0.tar.gz 642878 BLAKE2B 53517b8df46e86b788633adb69181f3e4567614b8dde717831d89c896fb27ca09536bad0c858f41b09725ec4798220e21d6ff1b194e51d73862261793ff21daa SHA512 8a6ddd48c96bc4287437d5b5ca62c131c4416c57310b664c9088ca9c1ac9f4d43d16c1bad03f82dc5588d9486752f510d631609a3930f1d4243f12184ad1c5f9 diff --git a/dev-libs/tinyxml2/tinyxml2-10.0.0.ebuild b/dev-libs/tinyxml2/tinyxml2-10.0.0.ebuild deleted file mode 100644 index 11d90d82d14d..000000000000 --- a/dev-libs/tinyxml2/tinyxml2-10.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# No meson because of bug #791163 -inherit cmake - -DESCRIPTION="A simple, small, efficient, C++ XML parser" -HOMEPAGE="https://github.com/leethomason/tinyxml2/" -SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0/10" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - - cmake_src_configure -}
