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 3C77F1382C5 for ; Tue, 13 Mar 2018 05:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D65CE07BA; Tue, 13 Mar 2018 05:11:21 +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 18EDCE07BA for ; Tue, 13 Mar 2018 05:11:20 +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 B372B335C56 for ; Tue, 13 Mar 2018 05:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF7626A for ; Tue, 13 Mar 2018 05:11:17 +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: <1520917858.d3b6cefdc2f8aa53ef66aa10c1b10c689635bdd1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Glob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Glob/Manifest dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild X-VCS-Directories: dev-perl/Text-Glob/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d3b6cefdc2f8aa53ef66aa10c1b10c689635bdd1 X-VCS-Branch: master Date: Tue, 13 Mar 2018 05:11:17 +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: f4567930-7536-4bda-94e4-d938835ff79a X-Archives-Hash: c68a0d11bdc181f94799bdc512d7a7ae commit: d3b6cefdc2f8aa53ef66aa10c1b10c689635bdd1 Author: Kent Fredric gentoo org> AuthorDate: Tue Mar 13 05:10:58 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 13 05:10:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b6cefd dev-perl/Text-Glob: Bump to version 0.110.0 - EAPI6 - Parallel tests Upstream: - Move packaging to EUMM - Add ability to alter regex separator Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Text-Glob/Manifest | 1 + dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest index b3c4d9b59d7..2887da84a44 100644 --- a/dev-perl/Text-Glob/Manifest +++ b/dev-perl/Text-Glob/Manifest @@ -1 +1,2 @@ DIST Text-Glob-0.09.tar.gz 4171 BLAKE2B 770e5f54fa7ce8ecbdf884e6823b2928b1826602657905be998dac9642e372dc809673a2fc5e4ab16ca08c9908f17ffca42fd44c71ec11de12ac157984986e44 SHA512 9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47 +DIST Text-Glob-0.11.tar.gz 4862 BLAKE2B d57c2f2cde24b8fedfe0e0bc17c4008c1107b07bb91fa62d95428100c80bc8dfebdcae2e16dd0768a88130d43a0461b6c5227bcd00607afcdb09606cdbb8db61 SHA512 20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild new file mode 100644 index 00000000000..c8d47ebd82b --- /dev/null +++ b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=RCLAMP +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Match globbing patterns against text" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="test" + +RDEPEND="virtual/perl-Exporter" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +"