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 B030A1381F1 for ; Wed, 28 Mar 2018 02:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A8EE08D6; Wed, 28 Mar 2018 02:59:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 67A7EE08D6 for ; Wed, 28 Mar 2018 02:59:07 +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 A8FF3335C09 for ; Wed, 28 Mar 2018 02:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBDD01BC for ; Wed, 28 Mar 2018 02:59:03 +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: <1522205928.3dbf778d8eb6f2e52d3dd0015ea5a56a619b2915.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Compile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Compile/Manifest dev-perl/XML-Compile/XML-Compile-1.600.0.ebuild X-VCS-Directories: dev-perl/XML-Compile/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3dbf778d8eb6f2e52d3dd0015ea5a56a619b2915 X-VCS-Branch: master Date: Wed, 28 Mar 2018 02:59:03 +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: 84e82728-3c80-401c-97bf-be8a73d96ffa X-Archives-Hash: 2ee676b7214bcbc2b4b33573a8f25eca commit: 3dbf778d8eb6f2e52d3dd0015ea5a56a619b2915 Author: Kent Fredric gentoo org> AuthorDate: Wed Mar 28 02:58:48 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Mar 28 02:58:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbf778d dev-perl/XML-Compile: Bump to version 1.600.0 Upstream: - Improve seperation of lexical-space and value-space facets - Fix json_friendly enumeration and pattern facets - Fix early facet on missing field - Require newer Log::Report - Move json regression tests to being author tests - Accept non-ascii word characters in NCName type - use facets with nested simpletypes Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/XML-Compile/Manifest | 1 + dev-perl/XML-Compile/XML-Compile-1.600.0.ebuild | 36 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-perl/XML-Compile/Manifest b/dev-perl/XML-Compile/Manifest index 2776838e5f8..f0892707d51 100644 --- a/dev-perl/XML-Compile/Manifest +++ b/dev-perl/XML-Compile/Manifest @@ -1,2 +1,3 @@ DIST XML-Compile-1.54.tar.gz 205002 BLAKE2B ac3bb51453f51b5974955668cdca0faf7020934f6cd68cf1ec3f251921b521bc5f7980cb0d6754bbf3a231be06b7908e625d6f66420b3539d0fb3d5bf9bf0c2f SHA512 824318d0c941cd3e17f6c7396b815675f87fa03c5b17de6e2a71cfeefcffec8b2f050b1c6d63e013726a3d57cfc76c4ee29dbde14b91a6b1500341dd9c5e7310 DIST XML-Compile-1.56.tar.gz 207239 BLAKE2B b577947e90b3071a3643bb733b265d95f2f2dce409fa5975ea4cd94e3b1fc7a2984cf8be095dee209a8fb287269b666664b452a3dcb6a5eec67969713f8091a8 SHA512 bd33651aba2270b7d2d61b4660ced63c8979f21d6852001cfbde24f192f52677c92b8fcce1597cc28da4d1791d5f609f8b77b5065d4860545543cdee6e138e9f +DIST XML-Compile-1.60.tar.gz 209090 BLAKE2B 215c043b84f46583cedf12b8be2ed48ce29ce0da45fddbb50135ea0685a3504baba22d61b463e42cfd2090514675396c6e6c400722bdf85b2f9d3a9f59a09015 SHA512 361666004b61bbdf07f62421239120256de3cbf5f17da532c7bab5c8fc9c057638dbf2c26604f8ecea3ef1301364dd945ccc9cbddc358096962d4c289009b61b diff --git a/dev-perl/XML-Compile/XML-Compile-1.600.0.ebuild b/dev-perl/XML-Compile/XML-Compile-1.600.0.ebuild new file mode 100644 index 00000000000..a4b3b79c2a9 --- /dev/null +++ b/dev-perl/XML-Compile/XML-Compile-1.600.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MARKOV +DIST_VERSION=1.60 +inherit perl-module + +DESCRIPTION="Compilation based XML Processing" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Digest-MD5-2.360.0 + >=dev-perl/Log-Report-1.200.0 + >=virtual/perl-MIME-Base64-3.100.0 + >=virtual/perl-Math-BigInt-1.770.0 + >=virtual/perl-Math-BigRat-0.100.0 + dev-perl/Types-Serialiser + virtual/perl-Scalar-List-Utils + >=dev-perl/XML-LibXML-2.10.700 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Deep-0.95.0 + >=virtual/perl-Test-Simple-0.540.0 + >=dev-perl/XML-Compile-Tester-0.900.0 + ) +" +src_install() { + perl-module_src_install + dodoc -r html +}