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 681D3158086 for ; Wed, 6 Oct 2021 12:07:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FD59E0924; Wed, 6 Oct 2021 12:07:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80610E0924 for ; Wed, 6 Oct 2021 12:07:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93E733432D9 for ; Wed, 6 Oct 2021 12:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0555D145 for ; Wed, 6 Oct 2021 12:07:29 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1633522031.65c9a4c7c9d5d2ae3c5f26e2436d07d1c5a7ec93.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser-Lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Parser-Lite/Manifest dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild X-VCS-Directories: dev-perl/XML-Parser-Lite/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 65c9a4c7c9d5d2ae3c5f26e2436d07d1c5a7ec93 X-VCS-Branch: master Date: Wed, 6 Oct 2021 12:07:29 +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: 1f8cb7c8-5715-4f78-baa3-73f0bb640c35 X-Archives-Hash: e88b85117cb8342aa2842ef0f92889ef commit: 65c9a4c7c9d5d2ae3c5f26e2436d07d1c5a7ec93 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 6 12:03:32 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 6 12:07:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c9a4c7 dev-perl/XML-Parser-Lite: Version bump 0.722 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XML-Parser-Lite/Manifest | 1 + .../XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-perl/XML-Parser-Lite/Manifest b/dev-perl/XML-Parser-Lite/Manifest index 921f08cdf61..aed6d0ef65b 100644 --- a/dev-perl/XML-Parser-Lite/Manifest +++ b/dev-perl/XML-Parser-Lite/Manifest @@ -1 +1,2 @@ DIST XML-Parser-Lite-0.721.tar.gz 10303 BLAKE2B 80ee6b8afea85dac7bbfdd796d8e7388b99171a137d68177105a91027e263439932673528b7c163193ec7ca77278289bc28a58e303700dad40a8ec4ffefc8894 SHA512 23c0aa9363e87afc885e40bc92643c355a5e7be85a61b8f1d1e829a970538b2f0a9de6dd652387d4612528274da64e8812faa6328be2283a28675a6da09c707f +DIST XML-Parser-Lite-0.722.tar.gz 9327 BLAKE2B 4bd459d668a4ef32875d78940bd22629dd15946c6e0c43bc95fd24d7e919458243052064144a4a6b889c857c23ff209c0036ad15f738f8f3cb424a38958c566b SHA512 44e70fd9f350fc4276bd0ded1255beea2ca7c46506b5fa38da21ca21d1bafd084f0cdf7671e0bc37edaa283cc1f10f076e70a9ec7fe00a50d3cdc1aa047f189a diff --git a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild new file mode 100644 index 00000000000..8a2b83d9877 --- /dev/null +++ b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PHRED +DIST_VERSION=0.722 +inherit perl-module + +DESCRIPTION="Lightweight regexp-based XML parser" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="minimal" + +# Note: Don't try to depend on XMLRPC-Lite or SOAP-Lite with tests, +# as it it introduces a temporal cycle when enabled. +# Also: That test requires networking ... +RDEPEND="" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Requires-0.60.0 + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +src_test() { + local my_test_control="${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}" + if ! has network ${my_test_control} ; then + einfo "removing tests that can do network IO" + perl_rm_files "t/37-mod_xmlrpc.t" + fi + perl-module_src_test +}