diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-09-12 14:21:34 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-09-12 14:21:34 +0000 |
commit | d3d3a142c47b44681e7dab280e287a34b059fbcf (patch) | |
tree | 7964c3a9f6415b8346dbf246b2b42dd14365bb27 /dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild | |
parent | Initial commit (diff) | |
download | gentoo-2-d3d3a142c47b44681e7dab280e287a34b059fbcf.tar.gz gentoo-2-d3d3a142c47b44681e7dab280e287a34b059fbcf.tar.bz2 gentoo-2-d3d3a142c47b44681e7dab280e287a34b059fbcf.zip |
Initial commit
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild')
-rw-r--r-- | dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild new file mode 100644 index 000000000000..7aa6a8813f05 --- /dev/null +++ b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild,v 1.1 2013/09/12 14:21:34 dev-zero Exp $ + +EAPI=5 + +MODULE_AUTHOR="ILTZU" +MODULE_VERSION="1.00" + +inherit perl-module + +DESCRIPTION="Use tied scalars as timers" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( virtual/perl-Time-HiRes )" + +SRC_TEST="do" |