diff options
author | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 14:55:20 +0000 |
---|---|---|
committer | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 14:55:20 +0000 |
commit | 762ac908770df71d05b792c0caa5adae269989f9 (patch) | |
tree | bc803b31798f3ea6068231ea1e19ffc5d599e28f /dev-perl/Benchmark-Timer | |
parent | Initial ebuild. Submitted by Ryan Hill. Related to #474760 (diff) | |
download | gentoo-2-762ac908770df71d05b792c0caa5adae269989f9.tar.gz gentoo-2-762ac908770df71d05b792c0caa5adae269989f9.tar.bz2 gentoo-2-762ac908770df71d05b792c0caa5adae269989f9.zip |
Initial ebuild. Submitted by Ryan Hill. Fixes to #474760
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)
Diffstat (limited to 'dev-perl/Benchmark-Timer')
-rw-r--r-- | dev-perl/Benchmark-Timer/Benchmark-Timer-0.7102.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Benchmark-Timer/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Benchmark-Timer/metadata.xml | 9 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Benchmark-Timer/Benchmark-Timer-0.7102.ebuild b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.7102.ebuild new file mode 100644 index 000000000000..02e6801d82d0 --- /dev/null +++ b/dev-perl/Benchmark-Timer/Benchmark-Timer-0.7102.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.7102.ebuild,v 1.1 2014/01/12 14:55:20 civil Exp $ + +EAPI="5" + +MODULE_AUTHOR="DCOPPIT" + +inherit perl-module + +DESCRIPTION="Perl code benchmarking tool" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/Statistics-TTest" diff --git a/dev-perl/Benchmark-Timer/ChangeLog b/dev-perl/Benchmark-Timer/ChangeLog new file mode 100644 index 000000000000..774a55bdf886 --- /dev/null +++ b/dev-perl/Benchmark-Timer/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Benchmark-Timer +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v 1.1 2014/01/12 14:55:20 civil Exp $ + +*Benchmark-Timer-0.7102 (12 Jan 2014) + + 12 Jan 2014; Vladimir Smirnov <civil@gentoo.org> + +Benchmark-Timer-0.7102.ebuid, +Benchmark-Timer-0.7102.ebuild, +metadata.xml: + Initial ebuild. Submitted by Ryan Hill. Fixes to #474760 diff --git a/dev-perl/Benchmark-Timer/metadata.xml b/dev-perl/Benchmark-Timer/metadata.xml new file mode 100644 index 000000000000..ec3cbfb1a133 --- /dev/null +++ b/dev-perl/Benchmark-Timer/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Benchmark-Timer</remote-id> + <remote-id type="cpan-module">Benchmark::Timer</remote-id> + </upstream> +</pkgmetadata> |