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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70DBC158086 for ; Sun, 31 Oct 2021 12:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2C0EE083D; Sun, 31 Oct 2021 12:40:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72379E083D for ; Sun, 31 Oct 2021 12:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ED9E34389C for ; Sun, 31 Oct 2021 12:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B286D8F for ; Sun, 31 Oct 2021 12:40:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1635683925.8cb190827ef65b5711693a08333f5cf3729a0826.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rapidxml/files/, dev-libs/rapidxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rapidxml/Manifest dev-libs/rapidxml/files/rapidxml-1.13-clang.patch dev-libs/rapidxml/files/rapidxml-1.13-iterators.patch dev-libs/rapidxml/metadata.xml dev-libs/rapidxml/rapidxml-1.13-r1.ebuild X-VCS-Directories: dev-libs/rapidxml/ dev-libs/rapidxml/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8cb190827ef65b5711693a08333f5cf3729a0826 X-VCS-Branch: master Date: Sun, 31 Oct 2021 12:40:13 +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: f2954fc2-0155-4e3a-a939-588820ca24cc X-Archives-Hash: 4987e53f20ddc3d22971e0a4f9f5988e commit: 8cb190827ef65b5711693a08333f5cf3729a0826 Author: Joonas Niilola gentoo org> AuthorDate: Sun Oct 31 12:38:45 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 31 12:38:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb19082 dev-libs/rapidxml: treeclean Signed-off-by: Joonas Niilola gentoo.org> dev-libs/rapidxml/Manifest | 1 - dev-libs/rapidxml/files/rapidxml-1.13-clang.patch | 23 ----------- .../rapidxml/files/rapidxml-1.13-iterators.patch | 48 ---------------------- dev-libs/rapidxml/metadata.xml | 11 ----- dev-libs/rapidxml/rapidxml-1.13-r1.ebuild | 26 ------------ 5 files changed, 109 deletions(-) diff --git a/dev-libs/rapidxml/Manifest b/dev-libs/rapidxml/Manifest deleted file mode 100644 index 845a370f233..00000000000 --- a/dev-libs/rapidxml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rapidxml-1.13.zip 44163 BLAKE2B 9db90dfca1943c47e95541a323e1210368447c054cf072d6768031488070e375fe2aa78a4e41f61f252d4c487e94cf1e24e4d3756e3f8774b0c2c52ef86959e7 SHA512 6c10583e6631ccdb0217d0a5381172cb4c1046226de6ef1acf398d85e81d145228e14c3016aefcd7b70a1db8631505b048d8b4f5d4b0dbf1811d2482eefdd265 diff --git a/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch b/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch deleted file mode 100644 index 7609984f5a2..00000000000 --- a/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/rapidxml_print.hpp -+++ b/rapidxml_print.hpp -@@ -102,6 +102,20 @@ - /////////////////////////////////////////////////////////////////////////// - // Internal printing operations - -+ // ===================================== -+ // fix for clang for this bug in gcc and others: https://sourceforge.net/p/rapidxml/bugs/16/ -+ -+ template inline OutIt print_children(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_element_node(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_data_node(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_cdata_node(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_declaration_node(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_comment_node(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_doctype_node(OutIt out, const xml_node *node, int flags, int indent); -+ template inline OutIt print_pi_node(OutIt out, const xml_node *node, int flags, int indent); -+ -+ // ===================================== -+ - // Print node - template - inline OutIt print_node(OutIt out, const xml_node *node, int flags, int indent) diff --git a/dev-libs/rapidxml/files/rapidxml-1.13-iterators.patch b/dev-libs/rapidxml/files/rapidxml-1.13-iterators.patch deleted file mode 100644 index 06854524138..00000000000 --- a/dev-libs/rapidxml/files/rapidxml-1.13-iterators.patch +++ /dev/null @@ -1,48 +0,0 @@ -https://sources.debian.org/data/main/r/rapidxml/1.13-3/debian/patches/fix-iterators.patch -https://bugs.gentoo.org/791328 ---- a/rapidxml_iterators.hpp -+++ b/rapidxml_iterators.hpp -@@ -18,9 +18,9 @@ - - public: - -- typedef typename xml_node value_type; -- typedef typename xml_node &reference; -- typedef typename xml_node *pointer; -+ typedef typename rapidxml::xml_node value_type; -+ typedef typename rapidxml::xml_node &reference; -+ typedef typename rapidxml::xml_node *pointer; - typedef std::ptrdiff_t difference_type; - typedef std::bidirectional_iterator_tag iterator_category; - -@@ -56,7 +56,7 @@ - node_iterator operator++(int) - { - node_iterator tmp = *this; -- ++this; -+ ++(*this); - return tmp; - } - -@@ -70,7 +70,7 @@ - node_iterator operator--(int) - { - node_iterator tmp = *this; -- ++this; -+ ++(*this); - return tmp; - } - -@@ -97,9 +97,9 @@ - - public: - -- typedef typename xml_attribute value_type; -- typedef typename xml_attribute &reference; -- typedef typename xml_attribute *pointer; -+ typedef typename rapidxml::xml_attribute value_type; -+ typedef typename rapidxml::xml_attribute &reference; -+ typedef typename rapidxml::xml_attribute *pointer; - typedef std::ptrdiff_t difference_type; - typedef std::bidirectional_iterator_tag iterator_category; - diff --git a/dev-libs/rapidxml/metadata.xml b/dev-libs/rapidxml/metadata.xml deleted file mode 100644 index cb1847380d2..00000000000 --- a/dev-libs/rapidxml/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - rapidxml - - diff --git a/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild b/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild deleted file mode 100644 index d072ba673bc..00000000000 --- a/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Fast XML parser" -HOMEPAGE="http://rapidxml.sourceforge.net/" -SRC_URI="mirror://sourceforge/rapidxml/rapidxml-${PV}.zip" - -LICENSE="Boost-1.0 MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="app-arch/unzip" - -PATCHES=( - "${FILESDIR}"/${P}-iterators.patch - "${FILESDIR}"/${P}-clang.patch -) - -src_install() { - insinto /usr/include/rapidxml - doins *.hpp - docinto html - dodoc manual.html -}