diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-19 18:34:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-19 18:34:13 +0000 |
commit | 7bf32722e65d2f9eb3c605abe497bcbeda8914a7 (patch) | |
tree | f935cab5182489f877e550b3fe788f97ab7ed572 /dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild | |
parent | Fix ebuild since upstream changed the tarball; now vim-syntax is back, as wel... (diff) | |
download | historical-7bf32722e65d2f9eb3c605abe497bcbeda8914a7.tar.gz historical-7bf32722e65d2f9eb3c605abe497bcbeda8914a7.tar.bz2 historical-7bf32722e65d2f9eb3c605abe497bcbeda8914a7.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild')
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild new file mode 100644 index 000000000000..4d375eaea3aa --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild,v 1.1 2009/05/19 18:34:13 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=BLOONIX +inherit perl-module + +DESCRIPTION="Collect linux system statistics" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-perl/YAML-Syck" +DEPEND=" + virtual/perl-Module-Build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |