commit:     1dcd74707ec445b08636fee5d4a9f815bc8edf0f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  1 19:28:23 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 20:33:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcd7470

dev-libs/tinyxml2: Drop old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-libs/tinyxml2/Manifest                         |  5 ----
 .../files/tinyxml2-1.0.9_p20121123-test.patch      | 20 -------------
 .../files/tinyxml2-4.0.1-optional-tests.patch      | 30 --------------------
 .../tinyxml2/files/tinyxml2-4.0.1-xmltest.patch    | 11 --------
 dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild            | 32 ---------------------
 dev-libs/tinyxml2/tinyxml2-3.0.0.ebuild            | 28 ------------------
 dev-libs/tinyxml2/tinyxml2-4.0.1.ebuild            | 33 ----------------------
 dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild            | 23 ---------------
 dev-libs/tinyxml2/tinyxml2-6.0.0.ebuild            | 23 ---------------
 9 files changed, 205 deletions(-)

diff --git a/dev-libs/tinyxml2/Manifest b/dev-libs/tinyxml2/Manifest
index fe732aaae0e..09ad0b3d7bd 100644
--- a/dev-libs/tinyxml2/Manifest
+++ b/dev-libs/tinyxml2/Manifest
@@ -1,6 +1 @@
-DIST tinyxml2-2.2.0.tar.gz 455226 BLAKE2B 
b3e76f0cda38ad01186b85ffadc554398edaf593624b869a7954ddf4aebe484abf95596fc4e7e11c622a1a23716d38d117035237c8e2f3d4e1f2fbe5551199ce
 SHA512 
e06edb46f96dcc58cf16c8fef91dd072c9bd6dd296bb9ba3e082db059438f5f31e0689015deee7f1c390788d9bd0e64b6f5c0235c9d2839419ee2ab1784f53c4
-DIST tinyxml2-3.0.0.tar.gz 339620 BLAKE2B 
02c083462779467a40a30922b224634179d7feee19191a36d6106962e59d3cf2e29e6080628bd89881241d0010355bad619d8f47a31a0139bed219cd3476195b
 SHA512 
724f1f6ea9bbc74b679067dfe69d156eb05f5d4a694cd825814b717dd676fe53ddc8707e0512a0c8449bb13586cc4bc085bbaca41bf8e29c304c5fafae53b1d2
-DIST tinyxml2-4.0.1.tar.gz 344295 BLAKE2B 
58044e7898b4004aa0c1ec4b65d11a75c7a85568665baff419a23ac096596bf424c49d13318bee43c467de2e722c21ac3304eab8978e7ca3602e68a83fad4ac5
 SHA512 
4add31a72c62b3f68bdb17fb90630bc51bf96b616f4beafb413082dc77bc699b8d516fa0955d001d5d69bc3371b7ca9ce5cd9696d91dd913b09a1c10681b819e
-DIST tinyxml2-5.0.1.tar.gz 349622 BLAKE2B 
13cec7ee49ad2fc2e74ce993e27de96fba45ed599b38a2d08463c2b6513be862e9f5f6c425549f0f07ee81e6fc8dc0ca1056295929c862b9da628d507dc9a3a1
 SHA512 
a51ec5843774df0482620c549fb6c61d30a6db5025be26ff6d25b3c53533a27a57f00b026bd9fbca78e9e30084b3f5f6fbff9dba315d078419da084b57f518ba
-DIST tinyxml2-6.0.0.tar.gz 576612 BLAKE2B 
e7ad757edae2d07504b76821caf7a68a8dcac90fc90dc3d0a2fedd082297e522e5cc1f294ba31f14c6046d9742a09e16a046f6d283d7e1ed165d8d35703c6cb2
 SHA512 
30c68f491830187738b01ca5db1a96e7b4907cf8fa09a533c90ea084ab5e73f798dff6305cfc4edccc8989926e91c0482677bb5796799113c839dbd0528c8ad5
 DIST tinyxml2-6.2.0.tar.gz 585870 BLAKE2B 
6f79ffe0894d625e3a2cccaf897c13962672f090c477b6b13e8685585a304b5cf0f5069d88d61650882e55f23768514dcbeea4795e3a4758b016cb177eee44d4
 SHA512 
ef784240aeb090ab04aad659352ad4b224c431feecf485f33aca7936bcaa0ef4ab9d0a2e0692d3cf6036ac3e8012019d65665e780a920bbad3d4820f736445b1

diff --git a/dev-libs/tinyxml2/files/tinyxml2-1.0.9_p20121123-test.patch 
b/dev-libs/tinyxml2/files/tinyxml2-1.0.9_p20121123-test.patch
deleted file mode 100644
index a6842eecb6e..00000000000
--- a/dev-libs/tinyxml2/files/tinyxml2-1.0.9_p20121123-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- tinyxml2-1.0.9_p20121123/CMakeLists.txt
-+++ tinyxml2-1.0.9_p20121123/CMakeLists.txt
-@@ -55,10 +55,13 @@
-       VERSION "${GENERIC_LIB_VERSION}"
-       SOVERSION "${GENERIC_LIB_SOVERSION}")
- 
--add_executable(test xmltest.cpp)
--add_dependencies(test tinyxml2)
--add_dependencies(test ${TARGET_DATA_COPY})
--target_link_libraries(test tinyxml2)
-+set(BUILD_TEST OFF CACHE BOOL "Set to ON to build tests")
-+if(BUILD_TEST)
-+      add_executable(test xmltest.cpp)
-+      add_dependencies(test tinyxml2)
-+      add_dependencies(test ${TARGET_DATA_COPY})
-+      target_link_libraries(test tinyxml2)
-+endif(BUILD_TEST)
- 
- 
- if(BUILD_STATIC_LIBS)

diff --git a/dev-libs/tinyxml2/files/tinyxml2-4.0.1-optional-tests.patch 
b/dev-libs/tinyxml2/files/tinyxml2-4.0.1-optional-tests.patch
deleted file mode 100644
index 95e849fdc8f..00000000000
--- a/dev-libs/tinyxml2/files/tinyxml2-4.0.1-optional-tests.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- tinyxml2-4.0.1/CMakeLists.txt
-+++ tinyxml2-4.0.1/CMakeLists.txt
-@@ -100,15 +100,18 @@
-         ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
- endif()
- 
--add_executable(xmltest xmltest.cpp)
--if(BUILD_SHARED_LIBS)
--   add_dependencies(xmltest tinyxml2)
--   add_dependencies(xmltest ${TARGET_DATA_COPY})
--   target_link_libraries(xmltest tinyxml2)
--else(BUILD_STATIC_LIBS)
--   add_dependencies(xmltest tinyxml2_static)
--   add_dependencies(xmltest ${TARGET_DATA_COPY})
--   target_link_libraries(xmltest tinyxml2_static)
-+set(BUILD_TEST OFF CACHE BOOL "Set to ON to build tests")
-+if(BUILD_TEST)
-+      add_executable(xmltest xmltest.cpp)
-+      if(BUILD_SHARED_LIBS)
-+              add_dependencies(xmltest tinyxml2)
-+              add_dependencies(xmltest ${TARGET_DATA_COPY})
-+              target_link_libraries(xmltest tinyxml2)
-+      else(BUILD_STATIC_LIBS)
-+              add_dependencies(xmltest tinyxml2_static)
-+              add_dependencies(xmltest ${TARGET_DATA_COPY})
-+              target_link_libraries(xmltest tinyxml2_static)
-+      endif()
- endif()
- install(TARGETS DESTINATION ${CMAKE_INSTALL_BINDIR})
- 

diff --git a/dev-libs/tinyxml2/files/tinyxml2-4.0.1-xmltest.patch 
b/dev-libs/tinyxml2/files/tinyxml2-4.0.1-xmltest.patch
deleted file mode 100644
index 94b2668a1a4..00000000000
--- a/dev-libs/tinyxml2/files/tinyxml2-4.0.1-xmltest.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tinyxml2-4.0.1/xmltest.cpp
-+++ tinyxml2-4.0.1/xmltest.cpp
-@@ -1618,7 +1618,7 @@
- 
-               FILE* perfFP = fopen("resources/dream.xml", "r");
-               fseek(perfFP, 0, SEEK_END);
--              long size = ftell(fp);
-+              long size = ftell(perfFP);
-               fseek(perfFP, 0, SEEK_SET);
- 
-               char* mem = new char[size + 1];

diff --git a/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild
deleted file mode 100644
index 650e51c55b0..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-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/2"
-KEYWORDS="amd64 arm hppa sparc x86"
-IUSE="static-libs test"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.0.9_p20121123-test.patch
-)
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_build static-libs STATIC_LIBS)
-               $(cmake-utils_use_build test TEST)
-       )
-       cmake-utils_src_configure
-}
-
-src_test() {
-       cmake-utils_src_test
-       ./test || die "Tests failed"
-}

diff --git a/dev-libs/tinyxml2/tinyxml2-3.0.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-3.0.0.ebuild
deleted file mode 100644
index 6d692c8193b..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-3.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-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/3"
-KEYWORDS="amd64 ~arm ~hppa sparc ~x86"
-IUSE="static-libs test"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_STATIC_LIBS=$(usex static-libs)
-               -DBUILD_TEST=$(usex test)
-       )
-       cmake-utils_src_configure
-}
-
-src_test() {
-       cmake-utils_src_test
-       ./xmltest || die "Tests failed"
-}

diff --git a/dev-libs/tinyxml2/tinyxml2-4.0.1.ebuild 
b/dev-libs/tinyxml2/tinyxml2-4.0.1.ebuild
deleted file mode 100644
index ef4b25aabab..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-4.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-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/4"
-KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
-IUSE="static-libs test"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-optional-tests.patch
-       "${FILESDIR}"/${P}-xmltest.patch
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_STATIC_LIBS=$(usex static-libs)
-               -DBUILD_TEST=$(usex test)
-       )
-       cmake-utils_src_configure
-}
-
-src_test() {
-       cmake-utils_src_test
-       ./xmltest || die "Tests failed"
-}

diff --git a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild 
b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
deleted file mode 100644
index 29d2f704db5..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
-IUSE="static-libs test"
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DBUILD_STATIC_LIBS=$(usex static-libs)
-               -DBUILD_TESTING=$(usex test)
-       )
-       cmake-utils_src_configure
-}

diff --git a/dev-libs/tinyxml2/tinyxml2-6.0.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-6.0.0.ebuild
deleted file mode 100644
index adc1f1a46ed..00000000000
--- a/dev-libs/tinyxml2/tinyxml2-6.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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/6"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
-IUSE="static-libs test"
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DBUILD_STATIC_LIBS=$(usex static-libs)
-               -DBUILD_TESTING=$(usex test)
-       )
-       cmake-utils_src_configure
-}

Reply via email to