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 772A31382C5 for ; Wed, 28 Mar 2018 03:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EDFCE0900; Wed, 28 Mar 2018 03:34:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2373FE0900 for ; Wed, 28 Mar 2018 03:34:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E789335C8D for ; Wed, 28 Mar 2018 03:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57B7C267 for ; Wed, 28 Mar 2018 03:34:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1522208018.6c6f979a6a849e047a073f7a9c5cdca8361e2f86.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Fast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Fast/Manifest dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild X-VCS-Directories: dev-perl/XML-Fast/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6c6f979a6a849e047a073f7a9c5cdca8361e2f86 X-VCS-Branch: master Date: Wed, 28 Mar 2018 03:34:44 +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-Archives-Salt: 22078d6a-965d-4e6e-bb9a-2776cca30c68 X-Archives-Hash: 00d972464c3dee117811fec34324dc79 commit: 6c6f979a6a849e047a073f7a9c5cdca8361e2f86 Author: Kent Fredric gentoo org> AuthorDate: Wed Mar 28 03:33:38 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Mar 28 03:33:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6f979a dev-perl/XML-Fast: Bump to version 0.170.0 - EAPI6 - Enable parallel tests Upstream: - Fix undef text nodes with undef attr's - Support emoji - Fix CCFLAGS bug - Fix reading of UTF8 XML Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/XML-Fast/Manifest | 1 + dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-perl/XML-Fast/Manifest b/dev-perl/XML-Fast/Manifest index 27277622f14..4a473f952da 100644 --- a/dev-perl/XML-Fast/Manifest +++ b/dev-perl/XML-Fast/Manifest @@ -1 +1,2 @@ DIST XML-Fast-0.11.tar.gz 152643 BLAKE2B 9a9b91b68f8b546056fc6f82eedd5dc968c1a9d78435ff3473eb78262cd93d5517952d018608bbe1fc68b78bd5cf098dac96944e3e279cba61f3cacc72f65dfc SHA512 933e26c68037410f90c2e9a7aeac245edb18cd83f17a81c960b3a7b14da015023e5d682a0fb0d035b77eeb39a67af3fe3c921969d5332a7815d624127240312b +DIST XML-Fast-0.17.tar.gz 156166 BLAKE2B 41e50f1e9dd98010d80f9283a0ebdd215035c2bbce28b63617f191e6df7178042988ac425d081484b442471239a6b10d4c7ef71f5bd1084ca2a8cac642ea03bd SHA512 2319ba25263dd8942a6239d0e094e1375871f1d7ce5e5cb3f5734d0e4fd69d7dec240cdb903f8bbe2fab373ae5801dbfee5def0d66216988a1685d29853fa2ae diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild new file mode 100644 index 00000000000..e05ecc6e618 --- /dev/null +++ b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MONS +DIST_VERSION=0.17 +inherit perl-module + +DESCRIPTION="Simple and very fast XML to hash conversion" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="virtual/perl-Encode" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker"