# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 MODULE_AUTHOR=RIBASUSHI MODULE_VERSION=1.1 inherit perl-module DESCRIPTION='Check the correct line endings in your project' LICENSE=" || ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" perl_meta_configure() { # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 } perl_meta_runtime() { # File::Find echo dev-lang/perl # File::Spec echo virtual/perl-File-Spec # FindBin echo dev-lang/perl # Test::Builder echo virtual/perl-Test-Simple # strict echo dev-lang/perl # vars echo dev-lang/perl # warnings echo dev-lang/perl } perl_meta_test() { # Config #echo unresolved # File::Temp echo virtual/perl-File-Temp # Test::More echo virtual/perl-Test-Simple } DEPEND=" $(perl_meta_configure) $(perl_meta_runtime) test? ( $(perl_meta_test) ) " RDEPEND=" $(perl_meta_runtime) " SRC_TEST="do"