diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-19 09:12:23 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-23 19:30:44 +0200 |
commit | b17e3edd46522f565733dec4ee6530158a9e5b90 (patch) | |
tree | 0dbeb5b2e3da00419b37345bf57dbc1baa8e96b2 /dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild | |
parent | dev-perl/Text-Diff: Bump to version 1.440.0 (diff) | |
download | gentoo-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/Text-FindIndent-0.110.0.ebuild')
-rw-r--r-- | dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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 )" |