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 63D98158086 for ; Tue, 5 Oct 2021 22:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90479E08A8; Tue, 5 Oct 2021 22:52:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6B256E08FC for ; Tue, 5 Oct 2021 22:52:25 +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 368B8342DED for ; Tue, 5 Oct 2021 22:52:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ED92DC for ; Tue, 5 Oct 2021 22:52:22 +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: <1633474303.2c548e7dcde4f5501b98b9c2faeb3516cc21b1ff.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Encoding/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Encoding/Manifest dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild X-VCS-Directories: dev-perl/XML-Encoding/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2c548e7dcde4f5501b98b9c2faeb3516cc21b1ff X-VCS-Branch: master Date: Tue, 5 Oct 2021 22:52:22 +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: 09f89fbb-e0cd-46ce-85af-8331de4cd1e0 X-Archives-Hash: d6a517a25b9b0ad3bea0dc855cbdf0d7 commit: 2c548e7dcde4f5501b98b9c2faeb3516cc21b1ff Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Oct 5 22:29:08 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Oct 5 22:51:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c548e7d dev-perl/XML-Encoding: Version bump 2.11 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/XML-Encoding/Manifest | 1 + dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-perl/XML-Encoding/Manifest b/dev-perl/XML-Encoding/Manifest index a00e023aece..2f9358ca58c 100644 --- a/dev-perl/XML-Encoding/Manifest +++ b/dev-perl/XML-Encoding/Manifest @@ -1 +1,2 @@ DIST XML-Encoding-2.09.tar.gz 188176 BLAKE2B fbc9a087e57d77087ca7d781458a0818a8e87bbee6ec9de9c5cf4d2324ae7fbb9d06dd7ed10083e42072bf673c6a19a876e9d071e2e31e9fb1207d6eff9c6dfa SHA512 0c4b97b36eb134d61549105db6a3897487d181bdd44d7c2fdcc6873137de8de1b653003a50f310aabf8bd7e5ec9b04372c8bf9312037626cbb5f653f8f42fcb6 +DIST XML-Encoding-2.11.tar.gz 199965 BLAKE2B 825336bba08fb3c8a92a7cdf5bdcabca43d8ae42f0945368b2a0c73b5fe231dd6a1ae5b152ef581ef1de9e0007a09b9345cd72a6877a0c8e808e60faaf59edfa SHA512 358e67ec0870e5f10a479f04d4e09c11b9a6b25461a5af1b43f5d0be76340110d5ddba1c3fc668d36185833f1ed6dfd11173859c52dc7354fead616b0500206e diff --git a/dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild b/dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild new file mode 100644 index 00000000000..9ad00318c34 --- /dev/null +++ b/dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHAY +DIST_VERSION=2.11 +inherit perl-module + +DESCRIPTION="Perl Module that parses encoding map XML files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" + +RDEPEND=" + >=dev-perl/XML-Parser-2.180.0 +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + virtual/perl-Test-Simple + ) +"