dev-perl/Text-FindIndent: Bump to version 0.110.0
authorKent Fredric <kentfredric@gmail.com>
Mon, 18 Apr 2016 21:12:23 +0000 (09:12 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 23 Apr 2016 17:30:44 +0000 (19:30 +0200)
- EAPI6

Upstream:
- Fix warning on newer perls
- Fix space count with mixed tabs + spaces at string start

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

dev-perl/Text-FindIndent/Manifest
dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild [new file with mode: 0644]

index 208b46b4252d3a5dc1404f2c923e7c87e1add548..3826a3ef9cbb42137d5753d2f4beffafd2d19a7a 100644 (file)
@@ -1 +1,2 @@
 DIST Text-FindIndent-0.10.tar.gz 34541 SHA256 492c37e7bb5a4fca665e03728c0affe39c1235f65d85f27136f487af29797a30 SHA512 52518503386d7c9223dab9d93aee14f1d65548257d01dd664189e6079ae27ec2fed971cf04506a3fc80bd188377fde9400bf0091ed63568b972431eaeb0924a4 WHIRLPOOL 9c989b52382793e8493f365c27e487bf05be5ffd4d07d5989dc976ffed3ad859ad248b073ccef1687e5e6cdea2d130a5b17037490b1e304a023b4093d3c1cc89
+DIST Text-FindIndent-0.11.tar.gz 28063 SHA256 d80d4b660c6b0676a9e0cb710c4397fa8c988f18ddb93fb99ae76f75a3af0bcd SHA512 e0d0874c890567d414c8d559673f8a813ce7a76847a238dce4ae2041097b2e786af81de0801feb4087ed1bbd75458f46c1e76f08976b122b179cdd83baacfaf9 WHIRLPOOL 39cc59c5eb62bc8a387a5e1a4ab19919b07911925a1ec9afa840560689c462a5fb12bf1132dc47e60da6e5d69997b68ebe255316fc475275a2d8cba0139145c5
diff --git a/dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild b/dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild
new file mode 100644 (file)
index 0000000..326acde
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHORNY
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Heuristically determine the indent style"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+       test? ( >=virtual/perl-Test-Simple-0.800.0 )"