commit:     688d40ae50d70538fbbe79e8e7c8ab6366ae4906
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 03:43:26 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 03:43:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688d40ae

dev-perl/String-Approx: Bump to version 3.280.0

- EAPI6
- Parallel Tests

Upstream:
- Fix '.' in @INC

Bug: https://bugs.gentoo.org/615810
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/String-Approx/Manifest                     |  1 +
 dev-perl/String-Approx/String-Approx-3.280.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-perl/String-Approx/Manifest b/dev-perl/String-Approx/Manifest
index 4caa640041a..92214ba4d6f 100644
--- a/dev-perl/String-Approx/Manifest
+++ b/dev-perl/String-Approx/Manifest
@@ -1 +1,2 @@
 DIST String-Approx-3.27.tar.gz 45497 SHA256 
2b8c1acd24fa9681ebba0ccb3c49f16289de1d579af8a0c898ea8f8d1baf5d36 SHA512 
f9028512de964263f9018f076cc4cdb1c93748d1fbcfde873b909bf2dd97a14213e314d9c2dc0c360f6128a89e27e9340538d0802ddf3ee33f0c224c30f9b9c9
 WHIRLPOOL 
8f9b2cc338dadf877c0d1d4c2f393f3803d915689e7844a6d6ae12638459804c2ccac227263ccdec7e3ecbd9d8c3b70e7d0902afacef536843188d5e116b5302
+DIST String-Approx-3.28.tar.gz 45093 SHA256 
43201e762d8699cb0ac2c0764a5454bdc2306c0771014d6c8fba821480631342 SHA512 
0564de1ace09dbbbd001f7676cb55c8bd5a763525399c3da8ef44584a83f1923488e0d6eea35a937e01c9c3f7e2097d1fdf6a72e7b1c2dec119aecd9e8f856c9
 WHIRLPOOL 
97cc6522412ce58e4908a0b2e682ff5570413c75de7ec60ff0c1368b4ef94419a96d7960f16871199a90f7450aa8e3ac28893f444384a66bbf367105edea3643

diff --git a/dev-perl/String-Approx/String-Approx-3.280.0.ebuild 
b/dev-perl/String-Approx/String-Approx-3.280.0.ebuild
new file mode 100644
index 00000000000..3454cb49895
--- /dev/null
+++ b/dev-perl/String-Approx/String-Approx-3.280.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JHI
+DIST_VERSION=3.28
+inherit perl-module
+
+DESCRIPTION="Perl extension for approximate string matching (fuzzy matching)"
+
+LICENSE="|| ( Artistic-2 LGPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+DEPEND="virtual/perl-ExtUtils-MakeMaker
+       test? ( virtual/perl-Test-Simple )"

Reply via email to