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 183BE139694 for ; Sun, 2 Apr 2017 20:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31108E0C14; Sun, 2 Apr 2017 20:19:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C833E0C14 for ; Sun, 2 Apr 2017 20:19:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E232A34071C for ; Sun, 2 Apr 2017 20:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A94134EBE for ; Sun, 2 Apr 2017 20:19:04 +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: <1491164338.c910c649a960e0a927f7db341b6d4409233b7df2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-NamespaceSupport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-NamespaceSupport/Manifest dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild X-VCS-Directories: dev-perl/XML-NamespaceSupport/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c910c649a960e0a927f7db341b6d4409233b7df2 X-VCS-Branch: master Date: Sun, 2 Apr 2017 20:19:04 +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: 6692f221-706d-47a2-8148-bed5bfe3fd1b X-Archives-Hash: 1d3ddfb27d641988a771cb372191c06b commit: c910c649a960e0a927f7db341b6d4409233b7df2 Author: Kent Fredric gentoo org> AuthorDate: Sun Apr 2 20:18:40 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Apr 2 20:18:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c910c649 dev-perl/XML-NamespaceSupport: Bump to version 0.120.0 - EAPI6 Upstream: - Fix for '.' in @INC compile fails Bug:https://bugs.gentoo.org/614530 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-perl/XML-NamespaceSupport/Manifest | 1 + .../XML-NamespaceSupport-1.120.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-perl/XML-NamespaceSupport/Manifest b/dev-perl/XML-NamespaceSupport/Manifest index 907642ba1e3..fdc77593008 100644 --- a/dev-perl/XML-NamespaceSupport/Manifest +++ b/dev-perl/XML-NamespaceSupport/Manifest @@ -1 +1,2 @@ DIST XML-NamespaceSupport-1.11.tar.gz 52077 SHA256 6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea SHA512 cc1bd5f457dc80e46fb9904fb9dfe2bdf8bffdad8f436f0e8f5977dbc6924ef9eeceac61d8ab80df1bfcb5e14fe2476421831f47f9354726dd3b536beade0381 WHIRLPOOL b5cbaec1e10d68029fe4cf8886d0877a30eb686c90cc1dcee56853829a446a577681dbdc1b8e0fcdaba4ee9d9b0256de8d860ac5c8c9222ffd7d36e81478f7bd +DIST XML-NamespaceSupport-1.12.tar.gz 18012 SHA256 47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef SHA512 8a29698acc152888b3abd53b277f89209252830cc3b57d587a5b66e5019445d7c1858a08fa548d42387c1143b726da1440e36eb0c69b0b59c3770b5f528f38b2 WHIRLPOOL 4c8cedfccb2bd3c956c9963b9054b470b0a4fc4d958e6c1cfbd54197d63e77401ed307039d0eb0189629f08ac5dfd958c3d6eadff45d39fce063abf83e6eb69f diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild new file mode 100644 index 00000000000..fc795b8ae15 --- /dev/null +++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PERIGRIN +DIST_VERSION=1.12 +inherit perl-module + +DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( virtual/perl-Test-Simple ) +"