commit: 9340bdca58ef097b9456380f9d52b1d07772d90d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 20:13:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 20:53:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9340bdca
dev-libs/pugixml: drop 1.10, 1.11.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/pugixml/Manifest | 2 --
dev-libs/pugixml/pugixml-1.10.ebuild | 20 --------------------
dev-libs/pugixml/pugixml-1.11.3.ebuild | 20 --------------------
3 files changed, 42 deletions(-)
diff --git a/dev-libs/pugixml/Manifest b/dev-libs/pugixml/Manifest
index bc007807005..e5df8ab6a1f 100644
--- a/dev-libs/pugixml/Manifest
+++ b/dev-libs/pugixml/Manifest
@@ -1,3 +1 @@
-DIST pugixml-1.10.tar.gz 381990 BLAKE2B
ea446d11fe5213a5250b7e737a9e80a3976454724e1a1c326b689214ad4d3e183abd417a7782b3d5c68a0aabce42228e121352e4d2dd33f5f2bb2334f6c72c27
SHA512
bfc80661005d0a0fb82ca6d5299e5efdd1bb468e11ee52d7ee9367e15776d28efb60266ce03842715cd43aae023afc2b369797bb3cbecd6d6a65c3ae3903e469
-DIST pugixml-1.11.3.tar.gz 386244 BLAKE2B
1c83b0e0c1f464d3ef2efc19decc425bac14b5f92face3ea3bbd9f970e442043d3c4d4c471178c8891d7b3245aa6193d89fe3bfea122886ec0261418a69cc2c6
SHA512
4af70f11bbbb8a33240bf12c6ea14973963303a8cf7fa6ce56376726a6c4764c2f6c87a4e6d7672961850a84d8f430712686d744da8bc12d5fe0a711dad6e90b
DIST pugixml-1.11.4.tar.gz 386229 BLAKE2B
93d9c537f10e3a12297e4d6a39f2866bd5c9678c6aff83e20fb79b6587191b6586b1fe4d9dd995a7be05cc9281cd9910fae3eddf6b2eac216873e918a5cf3231
SHA512
c83f57ef2492eee359d979597fb5089b8eca547bb9d41cfbb6bcf43d59fe75e6780b0f31dd593145ec9888c065153aba52702667e2de213fa080cd51e9e13a38
diff --git a/dev-libs/pugixml/pugixml-1.10.ebuild
b/dev-libs/pugixml/pugixml-1.10.ebuild
deleted file mode 100644
index 514b88073ec..00000000000
--- a/dev-libs/pugixml/pugixml-1.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/zeux/${PN}.git"
- inherit git-r3
-else
-
SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86
~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath
support"
-HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/"
-
-LICENSE="MIT"
-SLOT="0"
diff --git a/dev-libs/pugixml/pugixml-1.11.3.ebuild
b/dev-libs/pugixml/pugixml-1.11.3.ebuild
deleted file mode 100644
index 0750359ebd7..00000000000
--- a/dev-libs/pugixml/pugixml-1.11.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/zeux/${PN}.git"
- inherit git-r3
-else
-
SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath
support"
-HOMEPAGE="https://pugixml.org/ https://github.com/zeux/pugixml/"
-
-LICENSE="MIT"
-SLOT="0"