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 2BEEF158087 for ; Wed, 6 Oct 2021 12:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29835E090F; Wed, 6 Oct 2021 12:07:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D71E090F for ; Wed, 6 Oct 2021 12:07:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A0923432DB for ; Wed, 6 Oct 2021 12:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C3F129 for ; Wed, 6 Oct 2021 12:07:28 +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: <1633522012.f7c6f9c9d8184033a0a1ca8cbdab3b96ed19fef7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML-Simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-LibXML-Simple/Manifest dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild X-VCS-Directories: dev-perl/XML-LibXML-Simple/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f7c6f9c9d8184033a0a1ca8cbdab3b96ed19fef7 X-VCS-Branch: master Date: Wed, 6 Oct 2021 12:07:28 +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: 4ba591d0-c688-43ad-9d84-aaba4e03285e X-Archives-Hash: 9402787bff32b318d84065759b99d233 commit: f7c6f9c9d8184033a0a1ca8cbdab3b96ed19fef7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 6 11:56:05 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 6 12:06:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c6f9c9 dev-perl/XML-LibXML-Simple: Version bump 1.01 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XML-LibXML-Simple/Manifest | 1 + .../XML-LibXML-Simple-1.10.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-perl/XML-LibXML-Simple/Manifest b/dev-perl/XML-LibXML-Simple/Manifest index 954817be683..a2ecc627fed 100644 --- a/dev-perl/XML-LibXML-Simple/Manifest +++ b/dev-perl/XML-LibXML-Simple/Manifest @@ -1 +1,2 @@ DIST XML-LibXML-Simple-0.99.tar.gz 23395 BLAKE2B 059f947da14123b8f19c2497dde74a72ef87e4c2ac368ac1d60e25d6c57065a8dc392a498e629aad700d97896087f6bd189a4a3c5ea55a9cca6d436bba1cd43e SHA512 806e039eefb447c43c747d1621bb432a3df13cb36798853ef2fe8a0ccaa1d7651d67fd6d386e19936100ffd4c04185004e5f0bb4ced66ed544efb6d6157b4e47 +DIST XML-LibXML-Simple-1.01.tar.gz 24793 BLAKE2B 61a69bbcc72c62c9588580e53fad52ba223e51284908c954f73fe7849995e34f4b1992cff06d4e8072357b554294a43e6191e9addc7680a68101ad02f3374903 SHA512 e0de7a3c70facbb1dd8bb9278b242eae5e390b6495e529d2b94fce620dadc8fb0ed773b0a4a2d4c7f99359bceca0cbac7316d9e412736bf54754b2602cee285c diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild new file mode 100644 index 00000000000..665ca132a51 --- /dev/null +++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MARKOV +DIST_VERSION=1.01 +inherit perl-module + +DESCRIPTION="XML::LibXML based XML::Simple clone" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + +RDEPEND=" + virtual/perl-Scalar-List-Utils + >=dev-perl/XML-LibXML-1.640.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.540.0 + ) +"