Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Approx/
Date: Wed, 31 May 2017 02:54:56
Message-Id: 1496199280.e64a2dbea89128ed8ca880060661944336252854.kentnl@gentoo
1 commit: e64a2dbea89128ed8ca880060661944336252854
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 02:54:40 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 02:54:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64a2dbe
7
8 dev-perl/String-Approx: Cleanup old re bug #615810
9
10 Remove old versions affected by '.' in @INC
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.2
13
14 dev-perl/String-Approx/Manifest | 1 -
15 dev-perl/String-Approx/String-Approx-3.270.0.ebuild | 17 -----------------
16 2 files changed, 18 deletions(-)
17
18 diff --git a/dev-perl/String-Approx/Manifest b/dev-perl/String-Approx/Manifest
19 index 92214ba4d6f..038a7b43b57 100644
20 --- a/dev-perl/String-Approx/Manifest
21 +++ b/dev-perl/String-Approx/Manifest
22 @@ -1,2 +1 @@
23 -DIST String-Approx-3.27.tar.gz 45497 SHA256 2b8c1acd24fa9681ebba0ccb3c49f16289de1d579af8a0c898ea8f8d1baf5d36 SHA512 f9028512de964263f9018f076cc4cdb1c93748d1fbcfde873b909bf2dd97a14213e314d9c2dc0c360f6128a89e27e9340538d0802ddf3ee33f0c224c30f9b9c9 WHIRLPOOL 8f9b2cc338dadf877c0d1d4c2f393f3803d915689e7844a6d6ae12638459804c2ccac227263ccdec7e3ecbd9d8c3b70e7d0902afacef536843188d5e116b5302
24 DIST String-Approx-3.28.tar.gz 45093 SHA256 43201e762d8699cb0ac2c0764a5454bdc2306c0771014d6c8fba821480631342 SHA512 0564de1ace09dbbbd001f7676cb55c8bd5a763525399c3da8ef44584a83f1923488e0d6eea35a937e01c9c3f7e2097d1fdf6a72e7b1c2dec119aecd9e8f856c9 WHIRLPOOL 97cc6522412ce58e4908a0b2e682ff5570413c75de7ec60ff0c1368b4ef94419a96d7960f16871199a90f7450aa8e3ac28893f444384a66bbf367105edea3643
25
26 diff --git a/dev-perl/String-Approx/String-Approx-3.270.0.ebuild b/dev-perl/String-Approx/String-Approx-3.270.0.ebuild
27 deleted file mode 100644
28 index 428f46a9f8b..00000000000
29 --- a/dev-perl/String-Approx/String-Approx-3.270.0.ebuild
30 +++ /dev/null
31 @@ -1,17 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -MODULE_AUTHOR=JHI
38 -MODULE_VERSION=3.27
39 -inherit perl-module
40 -
41 -DESCRIPTION="Perl extension for approximate string matching (fuzzy matching)"
42 -
43 -LICENSE="|| ( Artistic-2 LGPL-2 )"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
46 -IUSE=""
47 -
48 -SRC_TEST="do"