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 98E45158087 for ; Tue, 1 Feb 2022 18:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52FCD2BC07A; Tue, 1 Feb 2022 18:19:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33CA92BC07A for ; Tue, 1 Feb 2022 18:19:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE75E343229 for ; Tue, 1 Feb 2022 18:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E192C8 for ; Tue, 1 Feb 2022 18:19:18 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1643739024.9d2ad372ed067b06394ab176b7ae76e56f71253b.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/neon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/neon/neon-0.32.2.ebuild X-VCS-Directories: net-libs/neon/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 9d2ad372ed067b06394ab176b7ae76e56f71253b X-VCS-Branch: master Date: Tue, 1 Feb 2022 18:19:18 +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: 5530a9e4-50e9-468c-b0c3-62b22d5e8328 X-Archives-Hash: 32a7968db0611c134a20397f20a8fd89 commit: 9d2ad372ed067b06394ab176b7ae76e56f71253b Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Jan 30 07:00:00 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Feb 1 18:10:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ad372 net-libs/neon: Delete obsolete code https://github.com/notroj/neon/commit/44912d221f9b49c45684a7ee523e7e781c8b78bf https://github.com/notroj/neon/commit/943fdea78fd3d293841e151783e7ecbbd2c39035 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Jakov Smolić gentoo.org> net-libs/neon/neon-0.32.2.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-libs/neon/neon-0.32.2.ebuild b/net-libs/neon/neon-0.32.2.ebuild index af48c195905c..5b8c581eca2c 100644 --- a/net-libs/neon/neon-0.32.2.ebuild +++ b/net-libs/neon/neon-0.32.2.ebuild @@ -39,12 +39,6 @@ MULTILIB_CHOST_TOOLS=( DOCS=( AUTHORS BUGS NEWS README.md THANKS TODO ) src_prepare() { - # Use CHOST-prefixed version of xml2-config for cross-compilation. - sed -e "s/AC_CHECK_PROG(XML2_CONFIG,/AC_CHECK_TOOL(XML2_CONFIG,/" -i macros/neon-xml-parser.m4 || die "sed failed" - - # Fix compatibility with OpenSSL >=1.1. - sed -e "s/RSA_F_RSA_PRIVATE_ENCRYPT/RSA_F_RSA_OSSL_PRIVATE_ENCRYPT/" -i src/ne_pkcs11.c || die "sed failed" - eapply_user AT_M4DIR="macros" eautoreconf