summaryrefslogtreecommitdiff
path: root/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-08-19 16:34:45 +1200
committerKent Fredric <kentnl@gentoo.org>2018-08-19 16:35:25 +1200
commit50ce6d045451abbd8a1fcbe5bdfaddd4943018a3 (patch)
tree29ad4d8669e2e20f7da83b525aac9a9e8d67ba60 /dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild
parentae5439ad428a9c09554c998c6c9e991352552312 (diff)
downloadgentoo-50ce6d045451abbd8a1fcbe5bdfaddd4943018a3.tar.gz
gentoo-50ce6d045451abbd8a1fcbe5bdfaddd4943018a3.tar.bz2
gentoo-50ce6d045451abbd8a1fcbe5bdfaddd4943018a3.zip
dev-perl/Benchmark-Timer: Bump to version 0.711.200
- EAPI6 - Remove lots of upstream silly author-tests generated at install time - Remove lots of unhelpful author-time plugins - Move delta.pl to USE="examples" instead of installing to @INC - Enable parallel tests Upstream: - Fix for '.' in @INC - Fix Makefile.PL warning Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild')
-rw-r--r--dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild
new file mode 100644
index 000000000000..fddd62ba117a
--- /dev/null
+++ b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.711.200.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DCOPPIT
+DIST_VERSION=0.7112
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Perl code benchmarking tool"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.7112-noauthortests.patch"
+ "${FILESDIR}/${PN}-0.7112-relocateexample.patch"
+)
+PERL_RM_FILES=(
+ "inc/Module/Install/AutomatedTester.pm"
+ "inc/Module/Install/Bugtracker.pm"
+ "inc/Module/Install/GithubMeta.pm"
+ "inc/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm"
+ "inc/Module/Install/StandardTests.pm"
+ "inc/URI/Escape.pm"
+ "private-lib/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm"
+)
+RDEPEND="
+ dev-perl/Statistics-TTest
+ virtual/perl-Time-HiRes
+"
+
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? ( virtual/perl-Test-Simple )
+"