summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-19 09:12:23 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-23 19:30:44 +0200
commitb17e3edd46522f565733dec4ee6530158a9e5b90 (patch)
tree0dbeb5b2e3da00419b37345bf57dbc1baa8e96b2 /dev-perl/Text-FindIndent
parentdev-perl/Text-Diff: Bump to version 1.440.0 (diff)
downloadgentoo-b17e3edd46522f565733dec4ee6530158a9e5b90.tar.gz
gentoo-b17e3edd46522f565733dec4ee6530158a9e5b90.tar.bz2
gentoo-b17e3edd46522f565733dec4ee6530158a9e5b90.zip
dev-perl/Text-FindIndent: Bump to version 0.110.0
- 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"
Diffstat (limited to 'dev-perl/Text-FindIndent')
-rw-r--r--dev-perl/Text-FindIndent/Manifest1
-rw-r--r--dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Text-FindIndent/Manifest b/dev-perl/Text-FindIndent/Manifest
index 208b46b4252d..3826a3ef9cbb 100644
--- a/dev-perl/Text-FindIndent/Manifest
+++ b/dev-perl/Text-FindIndent/Manifest
@@ -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
index 000000000000..326acde1e354
--- /dev/null
+++ b/dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild
@@ -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 )"