dev-libs/tinyxml2: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 1 Sep 2018 19:28:23 +0000 (21:28 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 7 Sep 2018 20:33:51 +0000 (22:33 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-libs/tinyxml2/Manifest
dev-libs/tinyxml2/files/tinyxml2-1.0.9_p20121123-test.patch [deleted file]
dev-libs/tinyxml2/files/tinyxml2-4.0.1-optional-tests.patch [deleted file]
dev-libs/tinyxml2/files/tinyxml2-4.0.1-xmltest.patch [deleted file]
dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild [deleted file]
dev-libs/tinyxml2/tinyxml2-3.0.0.ebuild [deleted file]
dev-libs/tinyxml2/tinyxml2-4.0.1.ebuild [deleted file]
dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild [deleted file]
dev-libs/tinyxml2/tinyxml2-6.0.0.ebuild [deleted file]

index fe732aaae0e2f4dd78e53ef206e7b3047a91d73b..09ad0b3d7bd3f70f930a973e82c228fc1739aba5 100644 (file)
@@ -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 (file)
index a6842ee..0000000
+++ /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}"\r
-       SOVERSION "${GENERIC_LIB_SOVERSION}")\r
\r
--add_executable(test xmltest.cpp)\r
--add_dependencies(test tinyxml2)\r
--add_dependencies(test ${TARGET_DATA_COPY})\r
--target_link_libraries(test tinyxml2)\r
-+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)
\r
\r
- if(BUILD_STATIC_LIBS)\r
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 (file)
index 95e849f..0000000
+++ /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})\r
- endif()\r
\r
--add_executable(xmltest xmltest.cpp)\r
--if(BUILD_SHARED_LIBS)\r
--   add_dependencies(xmltest tinyxml2)\r
--   add_dependencies(xmltest ${TARGET_DATA_COPY})\r
--   target_link_libraries(xmltest tinyxml2)\r
--else(BUILD_STATIC_LIBS)\r
--   add_dependencies(xmltest tinyxml2_static)\r
--   add_dependencies(xmltest ${TARGET_DATA_COPY})\r
--   target_link_libraries(xmltest tinyxml2_static)\r
-+set(BUILD_TEST OFF CACHE BOOL "Set to ON to build tests")\r
-+if(BUILD_TEST)\r
-+      add_executable(xmltest xmltest.cpp)\r
-+      if(BUILD_SHARED_LIBS)\r
-+              add_dependencies(xmltest tinyxml2)\r
-+              add_dependencies(xmltest ${TARGET_DATA_COPY})\r
-+              target_link_libraries(xmltest tinyxml2)\r
-+      else(BUILD_STATIC_LIBS)\r
-+              add_dependencies(xmltest tinyxml2_static)\r
-+              add_dependencies(xmltest ${TARGET_DATA_COPY})\r
-+              target_link_libraries(xmltest tinyxml2_static)\r
-+      endif()\r
- endif()\r
- install(TARGETS DESTINATION ${CMAKE_INSTALL_BINDIR})\r
\r
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 (file)
index 94b2668..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- tinyxml2-4.0.1/xmltest.cpp
-+++ tinyxml2-4.0.1/xmltest.cpp
-@@ -1618,7 +1618,7 @@
\r
-               FILE* perfFP = fopen("resources/dream.xml", "r");\r
-               fseek(perfFP, 0, SEEK_END);\r
--              long size = ftell(fp);\r
-+              long size = ftell(perfFP);\r
-               fseek(perfFP, 0, SEEK_SET);\r
\r
-               char* mem = new char[size + 1];\r
diff --git a/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild b/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild
deleted file mode 100644 (file)
index 650e51c..0000000
+++ /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 (file)
index 6d692c8..0000000
+++ /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 (file)
index ef4b25a..0000000
+++ /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 (file)
index 29d2f70..0000000
+++ /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 (file)
index adc1f1a..0000000
+++ /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
-}