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 8C34B1382C5 for ; Wed, 28 Mar 2018 03:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76423E0900; Wed, 28 Mar 2018 03:39:50 +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 4ABF6E0900 for ; Wed, 28 Mar 2018 03:39:50 +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 2E44E335C8D for ; Wed, 28 Mar 2018 03:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7012C266 for ; Wed, 28 Mar 2018 03:39:47 +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: <1522208373.c86697a246cb02aea5abb409248431f3138d8ce3.kentnl@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-0.990.0.ebuild X-VCS-Directories: dev-perl/XML-LibXML-Simple/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c86697a246cb02aea5abb409248431f3138d8ce3 X-VCS-Branch: master Date: Wed, 28 Mar 2018 03:39:47 +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: 9794f516-c5be-4812-b4a0-92bcb1b646e6 X-Archives-Hash: 91b1ed05e609e879d0696e8b2dbd5c38 commit: c86697a246cb02aea5abb409248431f3138d8ce3 Author: Kent Fredric gentoo org> AuthorDate: Wed Mar 28 03:39:33 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Mar 28 03:39:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86697a2 dev-perl/XML-LibXML-Simple: Bump to version 0.990.0 Upstream: - Remove excess dep on File::Slurp::Tiny - Support SuppressEmpty feature - Documentation fixes Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/XML-LibXML-Simple/Manifest | 1 + .../XML-LibXML-Simple-0.990.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-perl/XML-LibXML-Simple/Manifest b/dev-perl/XML-LibXML-Simple/Manifest index 80c2e9c501a..ef9390364b0 100644 --- a/dev-perl/XML-LibXML-Simple/Manifest +++ b/dev-perl/XML-LibXML-Simple/Manifest @@ -1 +1,2 @@ DIST XML-LibXML-Simple-0.97.tar.gz 22927 BLAKE2B 4440d4b42ed31f89ac7ebd573c5804075e5101ac9cbff48a1929cd5d544ed0f0cee7bc17d664c6d4fc89a7fe750f546f16cbbfa6149ec4ef553b334059553d2e SHA512 5607218a0ee7cd08f6e166af30f38ac7942e36e32469836f9b09d3802f32d8c5ca965fe6870823679523721241530eab9a5235dc376b2ce362d70a78b9c2d8f7 +DIST XML-LibXML-Simple-0.99.tar.gz 23395 BLAKE2B 059f947da14123b8f19c2497dde74a72ef87e4c2ac368ac1d60e25d6c57065a8dc392a498e629aad700d97896087f6bd189a4a3c5ea55a9cca6d436bba1cd43e SHA512 806e039eefb447c43c747d1621bb432a3df13cb36798853ef2fe8a0ccaa1d7651d67fd6d386e19936100ffd4c04185004e5f0bb4ced66ed544efb6d6157b4e47 diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild new file mode 100644 index 00000000000..c116831c1ff --- /dev/null +++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MARKOV +DIST_VERSION=0.99 +inherit perl-module + +DESCRIPTION="XML::LibXML based XML::Simple clone" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Scalar-List-Utils + >=dev-perl/XML-LibXML-1.640.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.540.0 + ) +"