From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6F1013835A for ; Mon, 19 Apr 2021 20:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E8AE0841; Mon, 19 Apr 2021 20:54:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD020E0841 for ; Mon, 19 Apr 2021 20:54:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E16CC340E72 for ; Mon, 19 Apr 2021 20:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23455729 for ; Mon, 19 Apr 2021 20:54:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618865635.9340bdca58ef097b9456380f9d52b1d07772d90d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pugixml/Manifest dev-libs/pugixml/pugixml-1.10.ebuild dev-libs/pugixml/pugixml-1.11.3.ebuild X-VCS-Directories: dev-libs/pugixml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9340bdca58ef097b9456380f9d52b1d07772d90d X-VCS-Branch: master Date: Mon, 19 Apr 2021 20:54:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af6a1d32-9cf4-41b6-8aa9-c4885dae8d40 X-Archives-Hash: 6799264fb1e35e044005685a7a7639df commit: 9340bdca58ef097b9456380f9d52b1d07772d90d Author: Sam James gentoo org> AuthorDate: Mon Apr 19 20:13:53 2021 +0000 Commit: Sam James gentoo 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 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"