summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 20:20:50 +0100
committerSam James <sam@gentoo.org>2022-04-17 20:20:50 +0100
commit03499328bfcbb77443c28e4f9ece0cf8e3793681 (patch)
tree5ce30e0865b52f14c96cbc5b35ee7ff76e029178 /dev-libs/tinyxml2
parentdev-cpp/nlohmann_json: drop 3.9.1, 3.10.0, 3.10.2, 3.10.4 (diff)
downloadgentoo-03499328bfcbb77443c28e4f9ece0cf8e3793681.tar.gz
gentoo-03499328bfcbb77443c28e4f9ece0cf8e3793681.tar.bz2
gentoo-03499328bfcbb77443c28e4f9ece0cf8e3793681.zip
dev-libs/tinyxml2: drop 7.1.0, 8.0.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tinyxml2')
-rw-r--r--dev-libs/tinyxml2/Manifest2
-rw-r--r--dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild22
-rw-r--r--dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild22
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-libs/tinyxml2/Manifest b/dev-libs/tinyxml2/Manifest
index 18325f2bb6b3..ad78643036ad 100644
--- a/dev-libs/tinyxml2/Manifest
+++ b/dev-libs/tinyxml2/Manifest
@@ -1,3 +1 @@
-DIST tinyxml2-7.1.0.tar.gz 592717 BLAKE2B 5936356d472b8642bebb9f02579e6beda14446d57749f1e7a869ff941a03a5ad30624c4db4b2eaaaca48d7f339e3100fddfd58f96bbcfc22737a23d9c9198c9a SHA512 09d5f37018f79a593ff35e33d4296c9ec643a22e83c0cee4c37949300f86201eee07e9b7e6ba55044d8abb438d5d21b70d5843a96ae4652389bb164047ec31e1
-DIST tinyxml2-8.0.0.tar.gz 593833 BLAKE2B afc21220e28a1c139b1abd89e67f8e64980d2ba9bc6f60a33d435a4a02cb40ecacc27ac28bd9702ac3a435f66764ebb752b597a1b1e178d0b549e366d5b669dd SHA512 bcbb065c2af34ea681ec556377fd22e720b6f5d4caa73f432b1e34e08603a96f2233763f0ec5ae86b9ee71ddbe3062f58d3794cd3a162ce6903435530de0bba6
DIST tinyxml2-9.0.0.tar.gz 619734 BLAKE2B 9a7bb8b8158417aa505e3d9fcc246b0bede52d6d4d5ff1b5cee891c2b72d1ee43d00ccea001ac24500f52c36320994b3446f3898ab2be1997940dbff526bc78e SHA512 9c5ce8131984690df302ca3e32314573b137180ed522c92fd631692979c942372a28f697fdb3d5e56bcf2d3dc596262b724d088153f3e1d721c9536f2a883367
diff --git a/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild b/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
deleted file mode 100644
index aa5c4ab1b175..000000000000
--- a/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-DESCRIPTION="A simple, small, efficient, C++ XML parser"
-HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
-SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/7"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
- local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
- cmake_src_configure
-}
diff --git a/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild b/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
deleted file mode 100644
index c10fc8217190..000000000000
--- a/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-DESCRIPTION="A simple, small, efficient, C++ XML parser"
-HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
-SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0/8"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-multilib_src_configure() {
- local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
- cmake_src_configure
-}